diff --git a/README.md b/README.md index 2635d4d..73664f0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ The template is based on the *scrbook-class* of the *KOMA-Script*. Some design m --- ## Requirements +[![MiKTeX](https://img.shields.io/static/v1?label=MiKTeX&message=v20.7&color=5269A9&style=flat-square&logo=latex)](https://miktex.org/) +[![MiKTeX](https://img.shields.io/static/v1?label=MiKTeX&message=PdfLaTeX&color=5269A9&style=flat-square&logo=latex)](https://miktex.org/) +[![KOMA-Script](https://img.shields.io/static/v1?label=KOMA-Script&message=v3.31&color=5269A9&style=flat-square&logo=latex)](https://komascript.de/) This template is coded to be compiled with *PdfLaTeX*. Other compilers like *XeLaTex* or *LuaLaTeX* can cause unpredictable errors. The continuous development of *KOMA-Script*, *MiKTeX* and other packages may lead to some commands being deprecated or to packages no longer being compatible with each other. The template was developed for the following packages and the announced specific version. * MiKTeX v20.7 @@ -77,13 +80,15 @@ This repository constits of a design template, title pages (different per thesis         ├── [minimal/](samples/minimal) `folder containing a minimal sample`         │      ├── bibliography.bib `contains the bibliography`         │      ├── content.tex `this file contains all content` -        │      └── main.text `merges everything together, sets language, sets user variables` +        │      ├── main.tex `merges everything together, sets language, sets user variables` +        │      └── main.pdf `final document`         └── [full/](samples/full) `folder containing a full sample (with german remarks)`                ├── chapter/ `folder containing the thesis content`                ├── figures/ `folder containing all figures`                ├── bibliography.bib `contains the bibliography`                ├── content.tex `this file contains all content` -               └── main.text `merges everything together, sets language, sets user variables` +               ├── main.text `merges everything together, sets language, sets user variables` +               └── main.pdf `final document` --- @@ -225,7 +230,7 @@ Reach out to me at one of the following places! ## License -[![License: GNU](https://img.shields.io/github/license/froido/gib-latex-template?style=flat-square)](LICENSE) +[![License: GNU](https://img.shields.io/github/license/froido/gib-latex-template?style=flat-square)](LICENSE) This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details ---