blob: c76fdbe860695bb754df8805c315c5e7e91e7a03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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*}
|