Skip to content
Snippets Groups Projects
Commit 21b27cf7 authored by Stefan Heimersheim's avatar Stefan Heimersheim
Browse files

handout kapitel 1

parent 3dc6212f
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,19 @@
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash}m{#1}}
\begin{document}
\section{TeX studio}
Installation\\
Ihr schreibt \texttt{dokument.tex}, daraus wird \texttt{dokument.pdf}.\\
Pakete installieren?\\
%
\section{Installation}
\begin{itemize}
\item LaTeX distribution installieren:
\begin{itemize}
\item Linux: \textbf{TeX Live} (Paketmanager \texttt{texlive})
\item Windows: \textbf{MiKTeX} herunterladen
\item MacOS: \textbf{MacTeX}
\end{itemize}
\item Pakete größtenteils vorinstalliert, ansonsten mit Paketmanager nachinstallieren %hinschreiben?
\item Praktischer Editor, z.\,B. \textbf{TeXstudio}
\end{itemize}
\section{Grundlagen}
Idee: \texttt{dokument.\underline{tex}} schreiben $\implies$ \texttt{dokument.\underline{pdf}}
\subsection{Befehle in LaTeX}
\verb|\Befehl[|\emph{optionale Argumente}\verb|]{|\emph{Argumente}\verb|}|\\
\emph{optionale Argumente} sind mit Kommata getrennt.\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment