\documentclass[a4paper,10pt]{article}%a4paper

\usepackage{times}
\usepackage[dutch,american]{babel}
\usepackage[ a5paper,           %paper size
                hmargin=1.5cm, %horizontal margin = 1 cm on each side
                vmargin=1.0cm, %vertical margin = 1 cm top and bottom
                tmargin=2cm, %top margin = 1.2 cm
                bmargin=2cm, %bottom margin = 0.8 cm
                ]{geometry}

\usepackage[a4,center,noinfo]{crop}
%\usepackage{url}

\newcommand*\crosshairsulc{% % crosshairs
\begin{picture}(0,0)
\linethickness{0.2pt}
\put(-35,0){\line(1,0){30}}
\put(0,35){\line(0,-1){30}}
\end{picture}%
}

\newcommand*\crosshairsurc{% % crosshairs
\linethickness{0.2pt}
\begin{picture}(0,0)
\put(35,0){\line(-1,0){30}}
\put(0,35){\line(0,-1){30}}
\end{picture}%
}
\newcommand*\crosshairsllc{% % crosshairs
\linethickness{0.2pt}
\begin{picture}(0,0)
\put(-35,0){\line(1,0){30}}
\put(0,-35){\line(0,1){30}}
\end{picture}%
}
\newcommand*\crosshairslrc{% % crosshairs
\linethickness{0.2pt}
\begin{picture}(0,0)
\put(35,0){\line(-1,0){30}}
\put(0,-35){\line(0,1){30}}
\end{picture}%
}

\cropdef\crosshairsulc\crosshairsurc\crosshairsllc\crosshairslrc{crosshairs}


\crop[crosshairs] %% uncomment for crosshairs
%\crop[frame] %% uncomment for frame

\pagestyle{empty}
\begin{document} 


\selectlanguage{dutch}
\vspace*{1.5cm}
\begin{center}

{\LARGE \bf Stellingen}\\[5mm]
{\Large behorende bij het proefschrift}\\[2cm]

{\huge \bf Multi-Agent Model Predictive Control} \\[3mm]
{\LARGE with Applications to Power Networks}\\[2cm]

{\Large Rudy R. Negenborn\\[1cm]
18 december 2007}
\end{center}
   
\newpage

\selectlanguage{dutch}

\begin{enumerate}

% 1
\item abc

% 2
\item abc

% 3
\item abc

% 4
\item \ldots

% 5
\item \ldots

% 6
\item \ldots

% 7
\item \ldots

% 8
\item \ldots

% 9
\item \ldots

% 10
\item \ldots


\end{enumerate}

\vfill

\noindent Deze stellingen worden opponeerbaar en verdedigbaar geacht
en zijn als zodanig goedgekeurd door de promotoren prof.dr.ir.\ J.\
Hellendoorn en prof.dr.ir.\ B.\ De Schutter.





\newpage

\selectlanguage{american}

\begin{enumerate}

% 1
\item abc

% 2
\item abc

% 3
\item abc

% 4
\item \ldots

% 5
\item \ldots

% 6
\item \ldots

% 7
\item \ldots

% 8
\item \ldots

% 9
\item \ldots

% 10
\item \ldots


\end{enumerate}

\vfill
\noindent These propositions are considered opposable and
defendable and as such have been approved by the supervisors
prof.dr.ir.\ J.\ Hellendoorn and prof.dr.ir.\ B.\ De Schutter.



\newpage

\vspace*{1cm}

\vfill
\noindent R.R. Negenborn\\
\emph{Multi-Agent Model Predictive Control with Applications to Power
  Networks}\\
http://www.negenborn.net/mampc/



\end{document}
% LocalWords: 
