19 lines
356 B
TeX
19 lines
356 B
TeX
\documentclass[12pt]{book}
|
|
|
|
\input{../../header}
|
|
|
|
\lstset{inputpath=../code}
|
|
\graphicspath{{images/}}
|
|
|
|
\setcounter{page}{}
|
|
\setcounter{chapter}{-1}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\input{plotting}
|
|
|
|
\end{document}
|
|
|