A simple lab report template I used to use. π
This is based on this template.
Cool package for adding comments, annotations and stuff. Worth remembering:
disableoption in preambule makes all todonotes become invisible.\listoftodos- create a list of all todonotes\missingfigure- creates a temporary figure. I'm using it insidefigurewhenever I have not yet prepared the final graph, image, etc.- Check out the docs
Listing whole file:
\lstinputlisting{../folder/file.py}Simple code snippet inside a *.tex document:
\begin{lstlisting}
% Put your code here
\end{lstlisting}Perhaps I will describe it later π€«
Some useful magic comments from TexStudio:
- % !TeX spellcheck = en_GB
- % !TeX encoding = UTF-8