Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions intro/content/os.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -39,20 +39,14 @@ \section{Betriebssysteme}
\hspace{0.5cm}\raisebox{-0.5\height}{\includegraphics[height=1.5cm]{build/figures/archlinux.png}}
\end{center}

Für den Einstieg empfehlen wir die aktuellen Versionen von Ubuntu oder Fedora.
Für den Einstieg empfehlen wir die aktuellen Versionen von Fedora oder Ubuntu.

Alle zwei Jahre erscheint eine Ubuntu-Version mit 5 Jahren Support (LTS), aktuell: 24.04.

\url{https://distrowatch.com/}
\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
Expand All @@ -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 Unterschiedliche Distributionen (Arch, Fedora, PopOs, Endeavor, ...)
\item \textbf{VIEL} investierte Zeit in das eigene System
\end{itemize}

Expand Down
10 changes: 0 additions & 10 deletions latex/content/matplotlib.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions make/make-example/report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down