summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-28 20:41:38 +0000
committerKarl Berry <karl@freefriends.org>2021-09-28 20:41:38 +0000
commit026add66174ff27116b6f341e1e7302e259b2814 (patch)
tree480f5d29dcc345c893234d44aaa19ab2a99ec992 /Master/texmf-dist
parentecbec9cafc9521dc8b1bd2d8f7532c9d5419cbe4 (diff)
willowtreebook (28sep21)
git-svn-id: svn://tug.org/texlive/trunk@60638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/willowtreebook/README6
-rw-r--r--Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdfbin13991774 -> 13992183 bytes
-rw-r--r--Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex20
3 files changed, 20 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/willowtreebook/README b/Master/texmf-dist/doc/latex/willowtreebook/README
index df5fb11cab0..fb1eb879497 100644
--- a/Master/texmf-dist/doc/latex/willowtreebook/README
+++ b/Master/texmf-dist/doc/latex/willowtreebook/README
@@ -1,6 +1,6 @@
Willow Tree Book Class
-v1.02
-22 September 2021
+v1.03
+28 September 2021
Authors:
Ben McKay
@@ -18,4 +18,4 @@ See http://www.latex-project.org/lppl.txt
The willowtreebook class is a simple book class, which I use for lecture notes.
It actually just selects options for the more sophisticated memoir class.
-Changes: added hint and bibliography preambles, to load before the hints or bibliography.
+Changes: fixed typo in user manual.
diff --git a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf
index 0c3d8b6578f..6df38e53916 100644
--- a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf
+++ b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex
index 2418ae455ed..331432e52ec 100644
--- a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex
+++ b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex
@@ -1,5 +1,5 @@
\documentclass{willowtreebook}
-\Title{The Willow Tree Book Class 1.02}
+\Title{The Willow Tree Book Class 1.03}
\Author{Benjamin \scotsMc{}Kay}
\Colophon{Released under the \LaTeX{} Public Project License 1.3c}
\BibliographyFile{willowtreebook}
@@ -129,12 +129,26 @@ is evaluated by substituting \(u=x^2\), so
\section{Preambles}
We can put some \LaTeX{} code before the hints:
\begin{Verbatim}[frame=leftline]
-\RenewDocumentCommand\hintsPreamble{}{\par\noindent{}\textit{When you are describing, \\ A shape, or sound, or tint; \\ Don't state the matter plainly, \\ But put it in a hint; \\\ And learn to look at all things, \\ With a sort of mental squint.}\par\noindent{}---\ {Lewis Carroll}}
+\RenewDocumentCommand\hintsPreamble{}{
+\par\noindent{}
+\textit{When you are describing, \\
+A shape, or sound, or tint; \\
+Don't state the matter plainly, \\
+But put it in a hint; \\
+And learn to look at all things, \\
+With a sort of mental squint.}
+\par\noindent{}---\ {Lewis Carroll}}
\end{Verbatim}
\RenewDocumentCommand\hintsPreamble{}{\par\noindent{}\textit{When you are describing, \\ A shape, or sound, or tint; \\ Don't state the matter plainly, \\ But put it in a hint; \\\ And learn to look at all things, \\ With a sort of mental squint.}\par\noindent{}---\ {Lewis Carroll}}
or before the bibliography:
\begin{Verbatim}[frame=leftline]
-\RenewDocumentCommand\bibliographyPreamble{}{\par\noindent\textit{If those books are in agreement with the Quran, we have no need of them; and if these are opposed to the Quran, destroy them.}\par\noindent{}---\ {Omar}}
+\RenewDocumentCommand\bibliographyPreamble{}{
+\par\noindent
+\textit{If those books are in agreement with the Quran,
+we have no need of them;
+and if these are opposed to the Quran,
+destroy them.}
+\par\noindent{}---\ {Omar}}
\end{Verbatim}
\RenewDocumentCommand\bibliographyPreamble{}{\par\noindent\textit{If those books are in agreement with the Quran, we have no need of them; and if these are opposed to the Quran, destroy them.}\par\noindent{}---\ {Omar}}
\end{document}