mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
Changed font size of footnotes to scriptsize
This commit is contained in:
parent
883c609cff
commit
f9a04e3111
|
@ -253,3 +253,13 @@
|
||||||
% "\counterwithout{footnote}{chapter}" for the
|
% "\counterwithout{footnote}{chapter}" for the
|
||||||
% changes to be able to take effect.
|
% changes to be able to take effect.
|
||||||
\renewcommand{\thefootnote}{\arabic{footnote}}
|
\renewcommand{\thefootnote}{\arabic{footnote}}
|
||||||
|
|
||||||
|
|
||||||
|
\addtolength{\skip\footins}{2pt} % vertical space between rule and main text
|
||||||
|
|
||||||
|
|
||||||
|
% https://tex.stackexchange.com/a/141975
|
||||||
|
\let\origfootnote\footnote % font size of footnotes; changes \footnotesize command only inside footnotes!
|
||||||
|
\renewcommand{\footnote}[1]{%
|
||||||
|
\renewcommand\footnotesize\scriptsize % here there is scriptsize in footnotes (example)
|
||||||
|
\origfootnote{#1}}
|
||||||
|
|
Loading…
Reference in a new issue