Skip to content

pniewiejski/sprawko-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages