由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to put a footnote on a chapter title?
相关主题
page number问题怎么给标题上加标注
如何改变page header's font?Question about latex.
如何去掉Chapter之间的空白页?新手请教棘手问题-关于header
关于report中header设置问题:table of contents中章节名过长
A question about footnote请教关于\tableofcontents的问题
Footnote in latexquestions about reference
latex能不能silently 编译阿请教如何让\chapter不reset页码?documentclass是report
请教:关于LATEX的作者以及FOOTNOTE关于章的问题
相关话题的讨论汇总
话题: footnote话题: chapter话题: title话题: put
进入TeX版参与讨论
1 (共1页)
z*****n
发帖数: 7639
1
rt. \footnote doesnt work.
T*******n
发帖数: 493
2
You can try the following; however, making the superscribed 1 in the chapter
heading look better will take a bit more work. To understand why \protect is
needed, read up on "fragile commands" and "moving arguments" in a good LaTeX
book.
\documentclass{report}
\begin{document}
\chapter{Introduction\protect\footnote{The footnote.}}
The text.
\end{document}

【在 z*****n 的大作中提到】
: rt. \footnote doesnt work.
z*****n
发帖数: 7639
3

chapter
is
Thanks, it works.
But the number on the title also appears in the table of contents...:(

【在 T*******n 的大作中提到】
: You can try the following; however, making the superscribed 1 in the chapter
: heading look better will take a bit more work. To understand why \protect is
: needed, read up on "fragile commands" and "moving arguments" in a good LaTeX
: book.
: \documentclass{report}
: \begin{document}
: \chapter{Introduction\protect\footnote{The footnote.}}
: The text.
: \end{document}

z*****n
发帖数: 7639
4
and the footnote also appears in the table of content page.

【在 z*****n 的大作中提到】
:
: chapter
: is
: Thanks, it works.
: But the number on the title also appears in the table of contents...:(

T*******n
发帖数: 493
5
Try repeating the heading text as an optional argument. If an optional
argument is given, it is used to set the TOC and running headers on
pages; the text in the last argument is then used only to set the
actual chapter heading.
\chapter[Introduction]{Introduction\protect\footnote{The footnote.}}

【在 z*****n 的大作中提到】
: and the footnote also appears in the table of content page.
1 (共1页)
进入TeX版参与讨论
相关主题
关于章的问题A question about footnote
请问section title后面怎么加个footnoteFootnote in latex
菜鸟求助~latex能不能silently 编译阿
\subsection的题目太长,如何换行?请教:关于LATEX的作者以及FOOTNOTE
page number问题怎么给标题上加标注
如何改变page header's font?Question about latex.
如何去掉Chapter之间的空白页?新手请教棘手问题-关于header
关于report中header设置问题:table of contents中章节名过长
相关话题的讨论汇总
话题: footnote话题: chapter话题: title话题: put