diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-24 20:59:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-24 20:59:23 +0000 |
commit | f579cd3953cc1f63f679445666d047843c1482eb (patch) | |
tree | a12d14467b65cbc1551b691bcdeffb266351540c /Master/texmf-dist/doc | |
parent | eeebec7d5ed0059693f0be5e227d79180ada0ccf (diff) |
willowtreebook (24apr20)
git-svn-id: svn://tug.org/texlive/trunk@54866 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/willowtreebook/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf | bin | 13965747 -> 13983793 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex | 37 |
3 files changed, 33 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/willowtreebook/README b/Master/texmf-dist/doc/latex/willowtreebook/README index fa86ae90f3f..b1991b83285 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.0 -22 April 2020 +v1.01 +24 April 2020 Authors: Ben McKay diff --git a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf Binary files differindex b3a61d60a64..e799a3dc18c 100644 --- a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf +++ b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.pdf diff --git a/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex b/Master/texmf-dist/doc/latex/willowtreebook/willowtreebook.tex index f284c8d7343..96cb7d3190a 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 v1.0} +\Title{The Willow Tree Book Class 1.01} \Author{Benjamin \scotsMc{}Kay} \Colophon{Released under the \LaTeX{} Public Project License 1.3c} \BibliographyFile{willowtreebook} @@ -38,21 +38,25 @@ THE END Compile with \verb!latex! or \verb!pdflatex!. \chapter{Definitions, Problems and Theorems} \section{Definitions} -We can define a term like \emph{hamster}\define{hamster}, or say that the term hamster appears again later\SubIndex{hamster}. -We add notation like when we use a variable called \(\omega\), we put it in the list of notation.\Notation{omega}{\omega}{A variable called $\omega$} +We can define a term like \emph{hamster}\define{hamster}, or say that the term hamster\SubIndex{hamster} appears again later. \begin{Verbatim}[frame=leftline] \chapter{Definitions, Problems and Theorems} \section{Definitions} We can define a term like \emph{hamster}\define{hamster}, -or say that the term hamster appears again later\SubIndex{hamster}. +or say that the term hamster\SubIndex{hamster} appears again later. \end{Verbatim} Compile, for a book called \verb!filename.tex!, with \begin{Verbatim}[frame=leftline] makeindex filename \end{Verbatim} -We add notation like when we use a variable called \(\omega\), +We add notation like when we use a variable called \(\omega\), we put it in the list of notation.% -\Notation{omega}{\omega}{A variable called $\omega$}. +\Notation{omega}{\omega}{A variable called $\omega$} +\begin{Verbatim} +We add notation like when we use a variable called \(\omega\), +we put it in the list of notation.% +\Notation{omega}{\omega}{A variable called $\omega$} +\end{Verbatim} If you use notation, compile with \begin{Verbatim}[frame=leftline] makeindex -s notation.gst -o not.gls not.glo @@ -96,4 +100,25 @@ In any triangle with sides of lengths \(a,b,c\), side of length \(c\) is a right angle. \end{theorem} \end{Verbatim} +I often want to present an example, and make clear where it starts and stops. +\begin{example} +The integral +\[ +\int e^{x^2}x\,dx +\] +is evaluated by substituting \(u=x^2\), so +\[ +\int e^{x^2}x\,dx=\int e^u \frac{du}{2}. +\] +\end{example} +\begin{Verbatim}[frame=leftline] +The integral +\[ +\int e^{x^2}x\,dx +\] +is evaluated by substituting \(u=x^2\), so +\[ +\int e^{x^2}x\,dx=\int e^u \frac{du}{2}. +\] +\end{Verbatim} \end{document} |