LyX ⇒ Footnote font size in lyx
Footnote font size in lyx
I am trying to compile a document with footnotes. I would like to change the footnote font size. I have tried multiple ways of doing this by adding commands in the preamble but none of these work. Any help would be greatly appreicated
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Footnote font size in lyx
the best way of doing this depends on the documentclass in use. Are you already loading a package that customizes footnotes? Those information would be very very helpful.
Re: Footnote font size in lyx
- Attachments
-
- testfootnotefont1.lyx
- (6.19 KiB) Downloaded 644 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Footnote font size in lyx
Code: Select all
\begin{document}
{\large{}I am trying to get the footnotes to appear in a smaller font
size.}%
\footnote{{\large{}But as you can see, this font size is the same as the main
text}%
}{\large{}This can be done manually,}%
\footnote{{\large{}By highlighting, right clicking and adjusting the font size
for each footnote inducidually}%
}{\large{} but I am looking for a way to do this for hte document as
a whole, possibly with a command added in the preamble.}
\end{document}
Re: Footnote font size in lyx
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Footnote font size in lyx
But i am not sure if your approach is the right one. You want to set the whole document
large
, which for a standard article document is 12 pt. You can set the default size of text by using the global option 12pt
. This typesets your normal text with 12 pt, but also the footnotes get larger. From a former 9 pt to now 10 pt.
Re: Footnote font size in lyx
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Footnote font size in lyx
large
everywhere. Revert that. You want the main font to be larger, do so in a sane way. Place 12pt
as the global option for the document class in the document properties.Re: Footnote font size in lyx
Re: Footnote font size in lyx
It' very hand, if, e.g., you want to insert a long quotation in bold or italics and a different size.
I'm pasting things in from a PDF document and they come out in too small a font I need to change. I can avoid the problem by pasting into the middle of some already exist text, but it seems like I should be able to change a piece.
Same thing would by useful for footnotes. I find they're too small for my old-goat eyes and like to increase them too ..,
-Traruh