summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-08 21:26:22 +0000
committerKarl Berry <karl@freefriends.org>2014-08-08 21:26:22 +0000
commit9b4b6aa7e9d8b874de05cef8e7f3dd3b077af859 (patch)
treef71e98bc8aed0ae24a38b53a4f63fe366595f4f1 /Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex
parent89ce9650e79450a5477717072dbd4b19d8bd43ae (diff)
mugsthesis (8aug14)
git-svn-id: svn://tug.org/texlive/trunk@34878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex b/Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex
new file mode 100644
index 00000000000..6ebe209968e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/mugsthesis/sample/appendix1.tex
@@ -0,0 +1,37 @@
+\chapter{Test Appendix with a very long title in order to test spacing behavior} \label{app:test}
+\lipsum[2]
+
+A convenient form for representing substantial numerical or textual data is a table.
+Table~\ref{tab:test} shows an example of this functionality in \LaTeX.
+\begin{table}
+ \centering
+ \caption{Test table. With an extra-long caption to test spacing functionality for table captions. And inline mathematics.}
+ \begin{tabular}{lrr}
+ \toprule
+ Heading 1 ($u_x$) & Head 2 & Head 3 \\
+ \midrule
+ Analytical & 1.000 & 1.000 \\
+ Forward Difference & 0.973 & 0.976 \\
+ \bottomrule
+ \end{tabular}
+ \label{tab:test}
+\end{table}
+Diagrams, plots, and other graphics should be placed in figures.
+Figure~\ref{fig:test} shows an example of such an environment.
+The command \verb+\includegraphics+ from the \verb+graphicx+ package may be used to include external graphics in a wide variety of formats.
+\begin{figure}
+ \centering
+ \includegraphics[width=1in]{example-image-b}
+ \caption{This test figure tests captions and Table of Contents
+ behavior for lengthy captions.}
+ \label{fig:test}
+\end{figure}
+
+\section{This is a Very Long Heading to Test the Table of Contents Behavior for Very Long Section Headings}
+Sample text. Sample text.
+
+\subsection{This is an Extremely Long Subsection Heading to Test Spacing Behavior for Subsections}
+\lipsum[3]
+
+\subsubsection{This is an Extremely Long Subsubsection Heading to Test Spacing Behavior for Subsubsections}
+\lipsum[4-5]