From 4031f25039c544335e7d7c99b04a261a6b72b57b Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 29 Aug 2015 12:01:09 +0200 Subject: [PATCH] Drop dblatex-endnotes.xsl and move relevant settings into pdf.xsl. --- Makefile | 1 - data/dblatex-endnotes.xsl | 39 --------------------------------------- data/pdf.xsl | 30 ++++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 40 deletions(-) delete mode 100644 data/dblatex-endnotes.xsl diff --git a/Makefile b/Makefile index 9465f13..5e2347e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ DBLATEX_OPTS = \ -b xetex \ -r data/dblatex-postprocess \ --indexstyle=myindexstyle.ist \ - --xsl-user=data/dblatex-endnotes.xsl \ --xsl-user=data/user_param.xsl \ --xsl-user=data/xetex_param.xsl \ -V \ diff --git a/data/dblatex-endnotes.xsl b/data/dblatex-endnotes.xsl deleted file mode 100644 index 5e5731c..0000000 --- a/data/dblatex-endnotes.xsl +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - \footnotesize - - - - - -% 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. -\sloppy - -\begin{document} - - - - diff --git a/data/pdf.xsl b/data/pdf.xsl index 197d942..6df6e2b 100644 --- a/data/pdf.xsl +++ b/data/pdf.xsl @@ -17,6 +17,7 @@ 0 myclass +0 maxwidth=15.5cm,maxheight=12cm yes @@ -55,4 +56,33 @@ \end{colophon} + + + + + + + \footnotesize + + + + + +% 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. +\sloppy + +\begin{document} + + + -- 2.47.2