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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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 628 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 fontsize.}%\footnote{{\large{}But as you can see, this font size is the same as the maintext}%}{\large{}This can be done manually,}%\footnote{{\large{}By highlighting, right clicking and adjusting the font sizefor each footnote inducidually}%}{\large{} but I am looking for a way to do this for hte document asa 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