由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - Footnote in latex
相关主题
newcommand参数重用?问两个footnote的问题
怎样 undefine 一个 newcommand公式编号前面怎么加入一个字母?
如何用字母做脚注啊数学证明的结尾符号是啥?
怎么给标题上加标注请教一下 Figure S1
latex能不能silently 编译阿tex问题
请问在TeX里面用什么命令加footnote?请教 latex导入bibtex后的页码问题
请教一下footnote请问如何生成这样的矩阵
怎样在latex里给公式转行Bibliography和Reference字样同时出现怎么删除其中一个?
相关话题的讨论汇总
话题: footnote话题: latex话题: text
进入TeX版参与讨论
1 (共1页)
Y********x
发帖数: 322
1
怎么才能使得\footnote 不产生记号,我只要脚注,不要指明是哪里的脚注。
T*******n
发帖数: 493
2
\documentclass{article}
\newcommand{\unnumberedfootnote}[1]{%
\begingroup
\renewcommand{\thefootnote}{\relax}%
\footnotetext{#1}%
\endgroup
}
\begin{document}
Some text.\footnote{Footnote one.}
More text.\unnumberedfootnote{Footnote.}
Lots of text.\footnote{Footnote two.}
\end{document}

【在 Y********x 的大作中提到】
: 怎么才能使得\footnote 不产生记号,我只要脚注,不要指明是哪里的脚注。
J*******r
发帖数: 379
3
直接用\footnotetext呢?

【在 T*******n 的大作中提到】
: \documentclass{article}
: \newcommand{\unnumberedfootnote}[1]{%
: \begingroup
: \renewcommand{\thefootnote}{\relax}%
: \footnotetext{#1}%
: \endgroup
: }
: \begin{document}
: Some text.\footnote{Footnote one.}
: More text.\unnumberedfootnote{Footnote.}

Y********x
发帖数: 322
4
will generate "0" by default.

【在 J*******r 的大作中提到】
: 直接用\footnotetext呢?
J*******r
发帖数: 379
5
don't quite get you.
I tried: \footnotetext[1]{abcd}
everything's fine.

【在 Y********x 的大作中提到】
: will generate "0" by default.
Y********x
发帖数: 322
6
Really? why no number "1" was generated? weired...let me try...

【在 J*******r 的大作中提到】
: don't quite get you.
: I tried: \footnotetext[1]{abcd}
: everything's fine.

Y********x
发帖数: 322
7
I know, I even did not need the number of footnote in the footnote part. Use
your method, only the number of footnote does not appear in the text.

【在 J*******r 的大作中提到】
: don't quite get you.
: I tried: \footnotetext[1]{abcd}
: everything's fine.

J*******r
发帖数: 379
8
oh. I see what you mean here.

【在 Y********x 的大作中提到】
: I know, I even did not need the number of footnote in the footnote part. Use
: your method, only the number of footnote does not appear in the text.

1 (共1页)
进入TeX版参与讨论
相关主题
Bibliography和Reference字样同时出现怎么删除其中一个?latex能不能silently 编译阿
怎么能让每个 section 另起一页?请问在TeX里面用什么命令加footnote?
Table在页面中间的位置请教一下footnote
有没有办法在文章某一段缩小行间距怎样在latex里给公式转行
newcommand参数重用?问两个footnote的问题
怎样 undefine 一个 newcommand公式编号前面怎么加入一个字母?
如何用字母做脚注啊数学证明的结尾符号是啥?
怎么给标题上加标注请教一下 Figure S1
相关话题的讨论汇总
话题: footnote话题: latex话题: text