Separate content into chapter files for better structure
This commit is contained in:
parent
79bac3b1c5
commit
a348adca8c
26 changed files with 1171 additions and 1197 deletions
26
chapters/what-is-needed.tex
Normal file
26
chapters/what-is-needed.tex
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
\begin{frame}[fragile]{Bevor wir beginnen: Was brauche ich?}
|
||||
\begin{itemize}
|
||||
\item \LaTeX-Distribution: \TeX{}Live oder Mik\TeX{}
|
||||
\begin{itemize}
|
||||
\item Windows: \href{https://miktex.org/}{https://miktex.org/}
|
||||
\item Mac: \href{https://tug.org/mactex/}{https://tug.org/mactex/}
|
||||
\item Linux: Installation über den Paketmanager
|
||||
\begin{itemize}
|
||||
\item deb: \verb|texlive-base|, rpm: \verb|texlive texlive-latex|
|
||||
\item Arch Linux: \verb|texlive-core|
|
||||
\item NixOS: \verb|nixpkgs.texliveBasic|
|
||||
\end{itemize}
|
||||
\item Docker: \verb|texlive/texlive|
|
||||
\end{itemize}
|
||||
\item Texteditor
|
||||
\begin{itemize}
|
||||
\item \href{https://code.visualstudio.com/}{VSCode} mit \href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{\LaTeX-Workshop}, \href{https://www.vim.org/}{vim} mit \href{https://github.com/lervag/vimtex}{vimtex}
|
||||
\item \href{https://www.xm1math.net/texmaker/index.html}{\TeX{}Maker}
|
||||
\end{itemize}
|
||||
\item Alternativ: Online-Editoren
|
||||
\begin{itemize}
|
||||
\item Overleaf (\href{https://www.overleaf.com}{https://www.overleaf.com}, Registrierung erforderlich)
|
||||
\item \TeX{}Viewer (\href{https://texviewer.herokuapp.com}{https://texviewer.herokuapp.com}, direkt nutzbar)
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
Loading…
Add table
Add a link
Reference in a new issue