docs: Improve README.md documentation
- 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>
This commit is contained in:
50
README.md
50
README.md
@@ -1,3 +1,51 @@
|
||||
# Latex-Vorlagen
|
||||
|
||||
Hier sind Latex-Vorlagen und
|
||||
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.
|
||||
Reference in New Issue
Block a user