- Add comprehensive overview and features - Include installation/setup instructions - Add usage examples and configuration details - Better structure for discoverability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
# Latex-Vorlagen
|
|
|
|
Sammlung von Latex-Vorlagen für akademische Arbeiten, Berichte, Präsentationen und Dokumentationen.
|
|
|
|
## Übersicht
|
|
|
|
Dieses Repository enthält professionelle und wiederverwendbare Latex-Vorlagen für:
|
|
- Seminararbeiten und Bachelorarbeiten
|
|
- Masterarbeiten
|
|
- Berichte und Technische Dokumentation
|
|
- Präsentationen (Beamer)
|
|
- Poster
|
|
- Briefe und Dokumente
|
|
|
|
## Vorlagen
|
|
|
|
```
|
|
├── thesis/ # Abschlussarbeiten
|
|
├── reports/ # Berichte
|
|
├── presentations/ # Beamer Präsentationen
|
|
├── posters/ # Poster
|
|
└── documents/ # Allgemeine Dokumente
|
|
```
|
|
|
|
## Anforderungen
|
|
|
|
- Latex Installation (TeXLive oder MiKTeX)
|
|
- Texteditor oder IDE (Overleaf, VS Code, TeXStudio)
|
|
|
|
## Verwendung
|
|
|
|
1. Klonen Sie das Repository
|
|
2. Wählen Sie eine Vorlage
|
|
3. Passen Sie `config.tex` an
|
|
4. Kompilieren Sie mit `pdflatex` oder `xelatex`
|
|
|
|
```bash
|
|
pdflatex document.tex
|
|
```
|
|
|
|
## Beispiel
|
|
|
|
```bash
|
|
cd thesis
|
|
pdflatex thesis.tex
|
|
# Erzeugt thesis.pdf
|
|
```
|
|
|
|
## Lizenz
|
|
|
|
Diese Vorlagen können frei verwendet und angepasst werden. |