linux:latex
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:latex [2018/08/02 14:20] – [Vertikale Abstände von Überschriften (davor u. danach)] felix | linux:latex [2021/10/17 11:24] (current) – removed felix | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== LaTeX ====== | ||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | * **Bilder aus PowerPoint** nahezu verlustfrei in Latex einbinden: [[http:// | ||
| - | * gewünschte Shapes markieren, kopieren und in den MetafileToEPSConverter einfügen, dann als EPS-Datei abspeichern und als normale Grafik in Latex einbinden (sollte ohne weitere Pakete funktionieren) | ||
| - | * Quelle: https:// | ||
| - | * **Quellenverzeichnis via bibliography.bib** [[https:// | ||
| - | * besser Unterstriche ('' | ||
| - | * **Syntax-Highlighting**: | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * stopping the frame-color to change on line-breaks within not-black text: '' | ||
| - | * Inline-Code: | ||
| - | * [[http:// | ||
| - | ===== Hilfreiche Befehle ===== | ||
| - | * Anführungszeichen: | ||
| - | * geschütztes Leerzeichen: | ||
| - | * Kommentar: '' | ||
| - | * Nummerierung & Aufnahme in Inhaltsverzeichnis mit '' | ||
| - | |||
| - | ===== Texstudio ===== | ||
| - | * Kommentar in TexStudio (auch mehrzeilig): | ||
| - | * Rechtschreibprüfung deaktivieren: | ||
| - | ==== Wort- und Silbentrennung ==== | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * '' | ||
| - | |||
| - | <code latex> | ||
| - | \begin{sloppypar} | ||
| - | Lorem Ipsum. | ||
| - | \end{sloppypar} | ||
| - | </ | ||
| - | |||
| - | ==== Vertikale Abstände von Überschriften (davor u. danach) ==== | ||
| - | <code latex> | ||
| - | \usepackage[explicit]{titlesec} | ||
| - | %\titlespacing{\chapter}{0pt}{0pt}{100px} % funktioniert nicht | ||
| - | \titlespacing{\section}{0pt}{0pt}{-10px} | ||
| - | \titlespacing{\subsection}{0pt}{0pt}{-10px} | ||
| - | \titlespacing{\subsubsection}{0pt}{0pt}{-10px} | ||
| - | %\titlespacing{\paragraph}{0pt}{-5pt}{0pt} % macht unschoene Sachen | ||
| - | </ | ||
| - | * https:// | ||
| - | * https:// | ||
| - | * https:// | ||
| - | |||
| - | ===== BibLatex ===== | ||
| - | * [[https:// | ||
| - | * zum Überprüfen/ | ||
linux/latex.1533212435.txt.gz · Last modified: by felix
