summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapsecond.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapsecond.tex')
-rw-r--r--Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapsecond.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapsecond.tex b/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapsecond.tex
new file mode 100644
index 00000000000..f5a0ad02bee
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/technion-thesis-template/Example/chapsecond.tex
@@ -0,0 +1,34 @@
+\chapter{Another Chapter}\label{chap_second}
+
+\section{First Section}
+This section has a theorem with its proof.
+It is closely related to \Cref{thm:earth} from \Cref{chap_first}.
+
+\begin{theorem}\label{thm:earth second}
+ The Earth is not flat.
+\end{theorem}
+
+\begin{IEEEproof}
+ Trivial.
+\end{IEEEproof}
+
+It also has a corollary.
+
+\begin{corollary}
+ The Earth is round.
+\end{corollary}
+
+\begin{IEEEproof}
+ Follows from \Cref{thm:earth second}.
+\end{IEEEproof}
+Note (again) the use of the cleveref package here.
+
+\section{Second Section}
+This section has a remark.
+\begin{remark}
+ Roses are red. See \Cref{lem:roses} for an explanation.
+\end{remark}
+
+\lipsum[5-9]
+
+