From e44be79967c98ed979114a1f49542e703ef2e078 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 8 Aug 2015 01:20:31 +0200 Subject: [PATCH] Increase endnote font size to make lulu happy. Should be reduced a bit. --- data/dblatex-endnotes.xsl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/dblatex-endnotes.xsl b/data/dblatex-endnotes.xsl index c442c73..119022f 100644 --- a/data/dblatex-endnotes.xsl +++ b/data/dblatex-endnotes.xsl @@ -14,13 +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 +% Increase footnote/endnote size to be more than 6 pts, to avoid % complaint from Lulu about the font being too small to be printed % clearly. Needed at least for pocket size books. +% Probably wise to use the same size as the colophon page (see myclass.cls) % Use one of these (adjust numbers, x, x*1.2), 6>= 6 -%\def\enotesize{\normalsize} -%\def\enotesize{\fontsize{6}{7.2}\selectfont} +\def\enotesize{\normalsize} +%\def\enotesize{\fontsize{10}{12}\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 -- 2.51.0