pniewiejski / sprawko-template

πŸ™ˆπŸ‘¨β€πŸŽ“πŸ“š A simple lab report template I used to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sprawko template

A simple lab report template I used to use. πŸŽ“

This is based on this template.

Some cool things that made my life easier

todonotes

Cool package for adding comments, annotations and stuff. Worth remembering:

  • disable option in preambule makes all todonotes become invisible.
  • \listoftodos - create a list of all todonotes
  • \missingfigure - creates a temporary figure. I'm using it inside figure whenever I have not yet prepared the final graph, image, etc.
  • Check out the docs

listings

Listing whole file:

\lstinputlisting{../folder/file.py}

Simple code snippet inside a *.tex document:

\begin{lstlisting}
% Put your code here
\end{lstlisting}

Find more in docs or on wiki.

Lots of other stuff...

Perhaps I will describe it later 🀫

Editor

Some useful magic comments from TexStudio:

  • % !TeX spellcheck = en_GB
  • % !TeX encoding = UTF-8

About

πŸ™ˆπŸ‘¨β€πŸŽ“πŸ“š A simple lab report template I used to use


Languages

Language:TeX 100.0%