No description
Find a file
2022-08-05 21:13:05 +02:00
graphics add * to input commands and rename zeichnungen to graphics 2022-08-05 19:59:58 +02:00
notes additional files and settings for thesis 2022-08-05 21:13:05 +02:00
scripts additional files and settings for thesis 2022-08-05 21:13:05 +02:00
tex additional files and settings for thesis 2022-08-05 21:13:05 +02:00
zeichnungen Version 1: Dokumentenstruktur in README und preamble-section dokumentiert 2018-07-23 15:38:25 +02:00
.gitignore ignore directory out, it's only auxiliary automatically generated files 2022-08-05 19:49:06 +02:00
.gitlab-ci.yml additional files and settings for thesis 2022-08-05 21:13:05 +02:00
.latexmkrc additional files and settings for thesis 2022-08-05 21:13:05 +02:00
.maindir create .maindir link in main dir 2020-05-10 13:04:51 +02:00
README.md additional files and settings for thesis 2022-08-05 21:13:05 +02:00
technical-readme.md move technical explanations into technical-readme 2022-08-05 19:53:41 +02:00

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 use lualatex and the output directory out
  • .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.