graphics | ||
notes | ||
scripts | ||
tex | ||
zeichnungen | ||
.gitignore | ||
.gitlab-ci.yml | ||
.latexmkrc | ||
.maindir | ||
README.md | ||
technical-readme.md |
FIXME thesis of FIXME name
FIXME url, file name from .gitlab-ci.yml [Current version](https://gitlab.mn.tu-dresden.de/api/v4/projects//jobs/artifacts/master/raw/<your-name-file.pdf?job=pdf)
Help
If you want to give me feedback, you are very welcome to do so. I am happy of any kind of helpful feedback, including but not limited to typos, overcomplicated text, overcomplicated reasoning, proof mistakes, new ideas, ...
You can
- talk to me
- write an [e-mail](mailto:FIXME email) with your comments
- change something and send me git patch files
- change something and create a Merge Request either from your gitlab instance or with write access to the FIXME [Gitlab](FIXME url to repo)
- Make comments on the FIXME url (same as above) pdf and send that to [me](mailto:FIXME email)
- Print the pdf and comment on paper and give that to me
Adviser
FIXME add your advisors
File structure
The file structure is based on a LaTeX-template with additions. Top-level directories are
- tex The actual text in
.tex
files are here - notes Notes that are not part of the actual master thesis text and are usually not written in LaTeX are here
- scripts Programs needed for the tex file handling are here
- scripts/.XCompose a config file, to be put into your home directory and used with a keyboard layout with Compose key (e.g. Neo2, Neoqwertz). Allows to input Unicode symbols.
- out
latexmk
creates pdfs and temporary files in there, thanks to.latexmkrc
config file - .latexmkrc config file that tells
latexmk
to uselualatex
and the output directoryout
- .gitlab-ci.yml tells the gitlab to compile the current document and supply it via the FIXME url api
Create the document
Run the command latexmk
. If you want to compile only one part, run latexmk tex/thepart.tex
.
The product is in out
.
Template
See the technical readme for some of the used ideas and what to know to use them.
To customize it for you, search for FIXME and todo and TODO in all documents and add your name or other information.