From: ben Date: Sat, 1 Aug 2015 19:45:50 +0000 (+0200) Subject: Method to handle colophon cleanly. X-Git-Tag: edition-2015-10-10~361^2~2 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/ccc8b85c586af9be7d2f432d271c098adc4faca7?hp=-c Method to handle colophon cleanly. --- ccc8b85c586af9be7d2f432d271c098adc4faca7 diff --git a/data/pdf.xsl b/data/pdf.xsl index 6e53ef2..a3f98b1 100644 --- a/data/pdf.xsl +++ b/data/pdf.xsl @@ -37,7 +37,16 @@ Crimson Text +Crimson Text Crimson Text Crimson Text Crimson Text +Nimbus Mono L + + + \begin{colophon} + + \end{colophon} + + diff --git a/freeculture.xml b/freeculture.xml index 020aed3..d0c1c18 100644 --- a/freeculture.xml +++ b/freeculture.xml @@ -15636,12 +15636,6 @@ conventional Colophon page. The disadvantage is a useless blank page where the empty chapter title is printed. --> - @@ -15750,7 +15744,5 @@ Please report any problems using the GitHub issue tracker. - diff --git a/myclass.cls b/myclass.cls index 985da17..bb8664b 100644 --- a/myclass.cls +++ b/myclass.cls @@ -60,6 +60,14 @@ } \makeatother +\newenvironment{colophon}{ + \pagebreak % + \fontsize{7}{8.4}\selectfont % + \setlength{\parskip}{0.5em} % + \setlength{\parindent}{0pt} % +}{} + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Based on ideas from https://bugs.debian.org/684772 \usepackage{titlesec}