From ac3a78a40d7d62b85f2716b51552419b0aef4ebf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 4 Jan 2015 17:53:28 +0100 Subject: Add colophon. --- Makefile | 2 +- after.tex | 2 ++ colophon.md | 25 +++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 colophon.md diff --git a/Makefile b/Makefile index 0c2ece8..079497c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ filters = ./pandoc-cs1 ./pandoc-todo filters += $(if $(citeproc_file),pandoc-citeproc) filters += ./pandoc-iri -markdown_includes = copyright.md +markdown_includes = copyright.md colophon.md mediawiki_includes = preface.mw foreword.mw includes += $(markdown_includes:.md=.tex) diff --git a/after.tex b/after.tex index e9e69b3..45597a0 100644 --- a/after.tex +++ b/after.tex @@ -1 +1,3 @@ %\listoffixmes + +\include{colophon} diff --git a/colophon.md b/colophon.md new file mode 100644 index 0000000..e918e40 --- /dev/null +++ b/colophon.md @@ -0,0 +1,25 @@ +\cleardoublepage +\thispagestyle{empty} +\null\vfil + +\begin{adjustwidth}{1in}{1in} +\begin{center} +{\Large\textsf{Colophon}} +\end{center} +\begin{center} + +This book was structured using Pandoc created by John MacFarlane, +and typeset using Xelatex created by Jonathan Kew. + +The body text is set 10/12pt on a \mytodo{actual measure}{33pc} measure +with Lora designed by Ольга Карпушина (Olga Karpushina). +Other fonts include Quattrocento Sans and Inconsolata. + +All work was done on a Debian system, +solely using tools and data in the digital commons. + +\end{center} + +\end{adjustwidth} + +\vfil -- cgit v1.2.3