summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-13 21:02:20 +0000
committerKarl Berry <karl@freefriends.org>2020-03-13 21:02:20 +0000
commite4220e44e740fd225af1bab36399e54df7a80ae1 (patch)
tree9d411e40ba9d28e4557a3e1b14140c4421191911 /Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex
parentb14fd3b8e8d6392eecf80e2425f969c4da2ce6a9 (diff)
thesis-gwu (13mar20)
git-svn-id: svn://tug.org/texlive/trunk@54283 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex b/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex
new file mode 100644
index 00000000000..cce4d82c049
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thesis-gwu/tex/appendix-ex.tex
@@ -0,0 +1,38 @@
+% !TEX root = ../thesis-sample.tex
+\appendix
+\doublespacing
+\chapter{Appendix}
+This is an example of an appendix.
+The only difference is the use of \verb+\appendix+ command at the start of this \texttt{tex} file.
+This automatically changes the chapter and section headings.
+
+\section{A section}
+The easiest method.
+
+\begin{equation}\label{eq:sum}
+ x_k = \frac{a_k+b_k}{2}
+\end{equation}
+
+\section{False Position}
+\lipsum[20]
+
+
+\section{Starting the Appendices}
+Actually, using appendices is quite simple. Immediately after the end
+of the last chapter and before the start of the first appendix, simply
+enter the command \verb|\appendix|. This will tell \LaTeX~to change
+how it interprets the commands \verb|\chapter|, \verb|\section|,
+\textit{etc.}
+
+Each appendix is actually a chapter, so once the \verb|\appendix|
+command has been called, start a new appendix by simply using the
+\verb|\chapter| command.
+
+Note that the \verb|\appendix| command should be called only
+once--not before the start of each appendix.
+
+All the fancy referencing and tools still work.
+You only need to add the appendix command and all will be as it should be.
+
+\chapter{Another Appendix}
+\lipsum[24]