LaTeX
LaTeX is a document preparation system and document markup language. LaTeX uses the TeX typesetting program for formatting its output, and is itself written in the TeX macro language. (Wikipedia)
Contents
Getting started
TeX distributions
Among numerous TeX distributions the two essential are:
IDE
A really good IDE is Texmaker. (Installation via APT: apt-get install texmaker
; via Pacmant: pacman -S texmaker
)
Template
General
Scientific paper
Tips
MiKTeX
Package unter Windows installieren
Ausführliche Hilfe: How can I manually install a package on MiKTeX (Windows), Create a local texmf tree in MiKTeX
Installation eines TDS-Compliant Package
- Erstelle den Ordner C:\localtexmf (du kannst auch einen anderen Pfad und Ordernamen wählen)
- Kopiere in diesen Ordner das gewünschte TDS-Compliant Package
- Start > MiKTeX x.x > Maintenance (Admin) > Settings (Admin)
- Reiter Roots > Add > wähle den zuvor erstellten Ordner aus > Übernehmen
- Reiter General > Refresh FNDB
Texmaker
Wichtige Tastenkürzel (vollständige Übersicht ist zu finden im Benutzerhandbuch)
Taste | Bedeutung |
---|---|
[F1] | Schnelles Übersetzen |
[F2] | Latex |
[F11] | Bibtex |
Delete auto generated files (Windows)
Just run the LaTeX_clean.bat file to delete the auto generated files. <gist>dbfc0f0ace304d1f76f2</gist>