This
This works for the current version of TeXstudio in combination with MiKTeX. It is recommended to use the LuaLaTeX compiler.
thesis.tex is the main file which has to be executed. This imports your different sections/chapters, the title page, the declaration of authorship and all of the custom packages of doc_cfg.tex
.
pdfpages
to simplify the inclusion of external multi-page PDF documentstikz
&tikz-3dplot
to create (complex) graphics/drawings with 3D functionalitylibertinus
which is a nice font, there are many fonts availablefancyhdr
for fancy headers, which for example can show the sections/chapters of your thesismathtools
is based onamsmath
and fixes various deficiencies ofamsmath
- The automatic indentation when starting a new line has been removed
- Subsections until depth five will be enumerated
- Up to five subsections will be listed in the table of contents
These are only a few of the new custom colors:
dkgreen
dark greendeepgreen
deep greendeepblue
deep bluelava
dark red/orange, will be currently used for hyperlinks
Code is used with lstlisting
where the default language is Python. This can be changed when you give different parameters. It has a light and a dark theme.
- new
\bar
and\tild
commands because the bar/tilde were weirdly offset in math mode