From b92b950d2962bc3cfe410bf6e2979fe4f6bbd7ac Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 4 Aug 2015 10:44:41 +0200 Subject: [PATCH] Document how to increase the endnote font size. --- data/dblatex-endnotes.xsl | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.47.2