latex-thesis-template/kapitel/100_installation.tex
2023-10-20 15:53:56 +02:00

64 lines
3 KiB
TeX

% !TEX root = ../template.tex
\chapter{Installieren}
\section{\LaTeX Compiler}
\LaTeX ist die Software, um das tex Dokument zu einem PDF um zu wandeln. Die Software hat für sich kein Fenster, in dem man programmieren kann.
Dazu brauchen wir dann eine IDE.
\LaTeX kann man hier herunterladen: \href{https://www.latex-project.org/get/
}{https://latex-project.org} oder direkt für das Betriebssystem im jeweiligen Unterkapitel.
\subsection{GNU+Linux}
Die Repositories beinhalten das texlive und sie können es einfach über den Terminal installieren:
%sudo apt install texlive-full
\begin{verbatim}
# Debian based
sudo apt install texlive-latex-extra texlive-lang-german biber
# Arch based
sudo pacman -S texlive texlive-langgerman texlive-bin biber
# RedHat based (Fedora)
sudo dnf install texlive-scheme-full
\end{verbatim}
% https://docs.fedoraproject.org/en-US/neurofedora/latex/
% https://wiki.archlinux.org/title/TeX_Live
% https://wiki.debian.org/Latex
\subsection{Windows}
Für Windows ist diese Software empfohlen: \href{https://miktex.org/download}{https://miktex.org/}.
\subsection{macOS}
Für macOS ist diese Software empfohlen: \href{https://tug.org/mactex/mactex-download.html}{https://tug.org/mactex/}.
\section{IDE, ein Fester um zu Tippen}
Grundsätzlich kann man auch auf einem einfachen Texteditor das Dokument verfassen. Doch um das Dokument angenehm zu schreiben, gibt es eine grosse Auswahl von Programmen.
\begin{itemize}
\item
Lluís Usó und Beat Jäckle benützen TeXstudio (für Windows, GNU+Linux und macOS)
\href{https://texstudio.org/}{https://texstudio.org/}
TeXstudio bassiert auf Texmaker, wird aber von einer Community betrieben. Es werden viele Features eingebaut, während die Entwicklung von Texmaker nur von einer Person betrieben wird. Deswegen wechselte Herr Jäckle auch von Texmaker zu TeXstudio.
\item Es gibt Texmaker (für Windows, macOS und GNU+Linux)
\href{https://xm1math.net/texmaker/}{https://xm1math.net/texmaker/}
Ein wichtiger Hinweis aus dem Handbuch. %\parcite[Kapitel 4.2]{masterdocument}
\begin{quote}
Texmaker allows you to work onto documents separated in several files.
To include a TeX file into your document, just use the \verb`\include{file}` command in the \textit{LaTeX} menu. The file will appear in the \textit{Structure View}. With a click on his name, Texmaker will open it.
Then, you can define your \textit{master document} with the \textit{Options} menu. All the commands of the \textit{Tools} menu will apply only to this document even when working on the \textit{children} documents (you can even close the \textit{master} document).
You can easily switch toggle between the master document and the current document via the corresponding button (just above the \textit{Bold} button).
Note : you can leave the \textit{master} mode with the \textit{Options} menu.
\end{quote}
\item Michael Bürgisser benützt TeXnicCenter (nur für Windows, seit 2013 nicht mehr unterhalten)
\href{https://www.texniccenter.org/}{https://texniccenter.org/}
\end{itemize}