]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Document how to increase the endnote font size.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 4 Aug 2015 08:44:41 +0000 (10:44 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 4 Aug 2015 08:44:41 +0000 (10:44 +0200)
data/dblatex-endnotes.xsl

index e212b4d1c1adedd89d71ab5c3fdf3367c4f17c87..c442c73ec2b58b0f13a4bb03348044cce26cd86b 100644 (file)
@@ -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.