Skip to content

Clashsoft/doctor-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vorlage für Dokumentation und Abschlussarbeiten

Installation

  1. TeX Live installieren

  2. Die Packages aus packages.txt müssen zunächst installiert werden. Dazu kann folgender Befehl verwendet werden:

    # Linux/macOS
    $ xargs tlmgr install < packages.txt
    # Windows (cmd)
    > for /F %i in (packages.txt) do tlmgr install %i
    # Windows (PowerShell)
    PS> Get-Content packages.txt | ForEach-Object { tlmgr install $_ }

    Bei macOS muss evtl. sudo und bei Windows Als Administrator ausführen verwendet werden.

  3. Für die Darstellung von Code wird das "minted"-Package verwendet. Damit dies kompiliert muss folgendes erledigt werden: https://alipourmousavi.com/blog/index.php/2018/02/08/using-minted-package-in-latex-to-format-codes/

Visual Studio Code + TeX Live

IntelliJ + MiKTex

About

LaTeX code for my PhD thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages