diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/umthesis/exp1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/umthesis/exp1.tex | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/umthesis/exp1.tex b/Master/texmf-dist/doc/latex/umthesis/exp1.tex new file mode 100644 index 00000000000..c76fdbe8606 --- /dev/null +++ b/Master/texmf-dist/doc/latex/umthesis/exp1.tex @@ -0,0 +1,23 @@ +\chapter{My first experiment} + +This is my first experiment. I will try to prove the following things: +(Note that lists are single spaced, as Rackham wants, and that lists should +start a new paragraph, otherwise the single spacing will also apply to the +preceding paragraph). + +\begin{itemize} + \item lists are easy to use + \item \LaTeX\ rocks +\end{itemize} + +The following figure was drawn using the excellent pgf/tikz graphics package. +If you do not have this package, you should comment it out. + +\begin{figure*}[htbp] +\centering +\input{PDP} +\caption[Model structure from \cite{Rumelhart1986}]{Model structure from +\cite{Rumelhart1986}} +\label{F:PDP} +\end{figure*} + |