17 lines
321 B
TeX
17 lines
321 B
TeX
\documentclass[12pt]{report}
|
|
|
|
\input{../../header}
|
|
|
|
\lstset{inputpath=../code}
|
|
|
|
\graphicspath{{figures/}}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\include{designpattern}
|
|
|
|
\end{document}
|