From: Petter Reinholdtsen Date: Tue, 4 Aug 2015 08:44:41 +0000 (+0200) Subject: Document how to increase the endnote font size. X-Git-Tag: edition-2015-10-10~345 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/b92b950d2962bc3cfe410bf6e2979fe4f6bbd7ac?ds=inline Document how to increase the endnote font size. --- diff --git a/data/dblatex-endnotes.xsl b/data/dblatex-endnotes.xsl index e212b4d..c442c73 100644 --- a/data/dblatex-endnotes.xsl +++ b/data/dblatex-endnotes.xsl @@ -14,6 +14,14 @@ in front of it. \let\footnote=\endnote \def\enoteheading{\mbox{}\par\vskip-\baselineskip } +% Increase footnote/endnote size to be at least 6 pts, to avoid +% complaint from Lulu about the font being too small to be printed +% clearly. Needed at least for pocket size books. + +% Use one of these (adjust numbers, x, x*1.2), 6>= 6 +%\def\enotesize{\normalsize} +%\def\enotesize{\fontsize{6}{7.2}\selectfont} + % Trick to avoid many words sticking out of the right margin of the text. % Need to add it here with the end notes, as only one % latex.begindocument can be active.