diff --git a/intro/content/os.tex b/intro/content/os.tex index 453b1e26..64ef0784 100644 --- a/intro/content/os.tex +++ b/intro/content/os.tex @@ -17,7 +17,7 @@ \section{Betriebssysteme} \end{tblr} Viele kommerzielle Software unterstützt nur Windows und/oder macOS. - + Man kann mehrere Betriebssysteme auf dem gleichen Rechner installieren. Nativ (\enquote{Dual-Boot}) oder in \enquote{virtuellen Maschinen}. Windows 10 \& 11 bringen das \emph{Windows Subsystem for Linux} mit, eine integrierte Linux VM. @@ -47,12 +47,6 @@ \section{Betriebssysteme} \end{frame} \begin{frame}{Linux-Distributionen} - - % refer to "s. 16 list advantages of using Linux, explanation why it looks different - % on every of our laptops" - first ideas - - % this looks like a bad wall of text right now. Needs streamlining - Warum wir (in der Mehrheit) Linux benutzen: \begin{itemize} \item Freiheit in der Auswahl der Software, nicht proprietär @@ -66,7 +60,7 @@ \section{Betriebssysteme} Warum bei uns \textit{alles anders} aussieht: \begin{itemize} \item Selbstkonfigurierte, nicht unbedingt standardmäßige Desktop-Umgebung - \item (teilweise) Kein Standard Ubuntu + \item (teilweise) kein Standard Ubuntu \item \textbf{VIEL} investierte Zeit in das eigene System \end{itemize} diff --git a/latex/content/matplotlib.tex b/latex/content/matplotlib.tex index 52ba6263..84f058f6 100644 --- a/latex/content/matplotlib.tex +++ b/latex/content/matplotlib.tex @@ -76,16 +76,6 @@ \section{\TeX\ in \texttt{matplotlib} in \TeX} \end{columns}% \end{frame} -%\begin{frame}[fragile]{Windows} -% \begin{minted}{make} -% build/document.pdf: ... -% TEXINPUTS=build: ... -% -% build/figures/mattex4.pdf: script/mattex4.py -% TEXINPUTS=$(pwd): python script/mattex4.py -% \end{minted} -%\end{frame} - \AddToShipoutPictureFG*{\ShowFramePicture} \begin{frame}{Ergebnis (4)} \centering diff --git a/make/make-example/report.tex b/make/make-example/report.tex index 509e7801..99ac6392 100644 --- a/make/make-example/report.tex +++ b/make/make-example/report.tex @@ -5,15 +5,15 @@ \begin{figure} \centering -% \includegraphics[height=6cm]{build/plot1.pdf} \includegraphics[height=6cm]{plot1.pdf} + % \includegraphics[height=6cm]{build/plot1.pdf} \caption{Ein Polynom erster Ordnung ohne Konstante.} \end{figure} \begin{figure} \centering -% \includegraphics[height=6cm]{build/plot2.pdf} \includegraphics[height=6cm]{plot2.pdf} + % \includegraphics[height=6cm]{build/plot2.pdf} \caption{Ein Polynom zweiter Ordnung ohne Konstante.} \end{figure}