User Tools

Site Tools


linux:latex

This is an old revision of the document!


LaTeX

Hilfreiche Befehle

  • Anführungszeichen: "`Eclipse"'
  • geschütztes Leerzeichen: ~
  • Kommentar: % Dies ist eine Kommentarzeile
  • Kommentar in TexStudio (auch mehrzeilig): Strg+T
  • Nummerierung & Aufnahme in Inhaltsverzeichnis mit * (Sternchen) verhindern:
    \section*{Ein Abschnitt}

Wort- und Silbentrennung

\begin{sloppypar}
  Lorem Ipsum.
\end{sloppypar}

Vertikale Abstände von Überschriften (davor u. danach)

\usepackage[explizit]{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
linux/latex.1527592875.txt.gz · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki