19 lines
359 B
TeX
19 lines
359 B
TeX
\documentclass[12pt]{book}
|
|
|
|
\input{../../header}
|
|
|
|
\lstset{inputpath=../code}
|
|
\graphicspath{{images/}}
|
|
|
|
\setcounter{page}{3}
|
|
\setcounter{chapter}{0}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\input{programming}
|
|
|
|
\end{document}
|
|
|