| \documentclass[fleqn]{article} |
| \usepackage[utf8]{inputenc} |
| \usepackage[english]{babel} |
| \usepackage[parfill]{parskip} |
| \setlength{\headsep}{0pt} |
| \rfoot{\thepage\ of \pageref{LastPage}} |
| \lfoot{Rover documentation: camera stream and browser control} |
| \renewcommand{\footrulewidth}{1pt} |
| \lstset{language=C, numbers=left, numberstyle=\small, basicstyle=\ttfamily\bfseries, showstringspaces=false, numbersep=10pt, numberblanklines=false, frame=single, backgroundcolor=\color{mygray}, xleftmargin=15pt, linewidth=1\linewidth, breaklines=true, captionpos=b, tabsize=2, keywordstyle=\bfseries, morekeywords={package, class, final, new, WHILE, ENDWHILE, FOR, ENDFOR, IF, ENDIF, ELSE, SWITCH, CASE, ENDSWITCH}, escapeinside={*@}{@*}, breakindent=5pt} |
| %commentstyle=\color{olive}, |
| \newcommand{\sharedpic}[1]{../images/} |