summaryrefslogtreecommitdiff
path: root/template_Notes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'template_Notes.tex')
-rw-r--r--template_Notes.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/template_Notes.tex b/template_Notes.tex
index 4a81891..d5a3eeb 100644
--- a/template_Notes.tex
+++ b/template_Notes.tex
@@ -42,6 +42,22 @@
} % setting global options for tcolorbox
\makeatletter
+\lstset{frame=tb,
+ language=Java,
+ aboveskip=3mm,
+ belowskip=3mm,
+ showstringspaces=false,
+ columns=flexible,
+ basicstyle={\small\ttfamily},
+ numbers=none,
+ numberstyle=\tiny\color{gray},
+ keywordstyle=\color{blue},
+ commentstyle=\color{dkgreen},
+ stringstyle=\color{mauve},
+ breaklines=true,
+ breakatwhitespace=true,
+ tabsize=3
+}
%My Custom Commands
\newcommand{\mnewline}{\newline\newline\newline}
@@ -137,4 +153,5 @@ includefoot=true,top=19mm,nohead,footskip=12mm,bottom=6mm]{geometry}
{\bf Insert Unit Name here}
\end{center}
\end{TitleBox}
+ \tableofcontents
\end{document}