summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-31 22:44:28 +0000
committerKarl Berry <karl@freefriends.org>2019-01-31 22:44:28 +0000
commitfd225de282a67c2fb21f1b825f9941e6267f873d (patch)
treed1d2d305e91f3827cd3b0a178bf7bcb1c22e9cc2 /Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex
parent5405f499518e34cbc339ee0a9fedc71c218d63d3 (diff)
technion-thesis-template (31jan19)
git-svn-id: svn://tug.org/texlive/trunk@49889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex')
-rw-r--r--Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex b/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex
new file mode 100644
index 00000000000..8b451fbd416
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapfirst.tex
@@ -0,0 +1,68 @@
+\chapter{A Chapter}\label{chap_first}
+
+\section{First Section}
+This section has a theorem with its proof.
+
+\begin{theorem}\label{thm:earth}
+ The Earth is round.
+\end{theorem}
+
+\begin{IEEEproof}
+ Trivial.
+\end{IEEEproof}
+
+It also has a corollary.
+
+\begin{corollary}
+ The Earth is not flat.
+\end{corollary}
+
+\begin{IEEEproof}
+ Follows from \Cref{thm:earth}.
+\end{IEEEproof}
+Note the use of the cleveref package here.
+
+We also cite an article~\cite{Blackwell1951} and another article \cite{knuth_notation}.
+
+\section{Second Section}
+Lemmas are useful, too.
+
+\begin{lemma}\label{lem:roses}
+ Roses are red.
+\end{lemma}
+
+\begin{IEEEproof}
+ Violets are blue.
+\end{IEEEproof}
+
+Sometimes, we need an example.
+
+\begin{example}
+ \Cref{tab:roses} demonstrates \Cref{lem:roses}.
+ \begin{table}[t]
+ \centering
+ \caption[Short caption]{Long caption (now it is)} \label{tab:roses}
+ \begin{tabular}{cc}
+ \toprule color & flower \\ \midrule
+ red & rose \\
+ blue & violet \\
+ yellow & daisy \\ \bottomrule
+ \end{tabular}
+ \end{table}
+\end{example}
+
+\lipsum[1-5]
+
+
+% Making sure appendices are aptly named
+\namedsubappendices
+\begin{subappendices}
+
+\section{First appendix}
+An appendix.
+
+\section{Second appendix}
+And another.
+
+ \end{subappendices}
+