Page Layout ⇒ Footnotes: Formatting the counter?
-
- Posts: 5
- Joined: Thu Mar 18, 2010 12:03 pm
Footnotes: Formatting the counter?
I'm submitting my manuscript to a publisher that demands the size of the number in front of the individual footnotes be 12pt. How can I adjust for that?
I've considered adjusting \footnotesize, but that would disturb parts of the texts in the footnoes employing superscript as well, wouldn't it?
The document is using the standard book-class, and I'm employing the footmisc-package to create hanging footnotes.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Footnotes: Formatting the counter?
you could redefine \thefootnote using a font size command like
Code: Select all
\renewcommand*\thefootnote{\scriptsize\arabic{footnote}}
-
- Posts: 5
- Joined: Thu Mar 18, 2010 12:03 pm
Re: Footnotes: Formatting the counter?
However, due to the fact that the numbering is still superscripted, the individual footnotes are now slighty separated from each other.
Would it be possible to align the arabic numbers with the regular text of the footnotes to prevent this separation from occurring?
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Footnotes: Formatting the counter?
Stefan
-
- Posts: 5
- Joined: Thu Mar 18, 2010 12:03 pm
Footnotes: Formatting the counter?
Afterwards:
Code: Select all
\footmarkstyle{\footnotesize{#1\hfill}}
\setlength{\footmarkwidth}{0,9cm}
\setlength{\footmarksep}{0,1cm}