notpron

Deutsche Lösungen zu Notpron
git clone git://xatko.vsos.ethz.ch/notpron.git
Log | Files | Refs

commit 13f5c23dd1199865866fe9efd2d4aa9f75454201
parent 943e3170018ee41744839cae25a7970184b693f7
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sat, 18 Apr 2020 15:56:15 +0200

Remove all the natwidths/heights

Diffstat:
MInformation.tex | 6+++---
MLevels.tex | 16++++++++--------
Mbuild.sh | 2+-
3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Information.tex b/Information.tex @@ -21,7 +21,7 @@ \section{Wingdings} \begin{figure}[H] \centering - \includegraphics[natwidth=750, natheight=297, width=\textwidth]{Objects/Graphics/Ext/Information/wingdings.png} + \includegraphics[width=\textwidth]{Objects/Graphics/Ext/Information/wingdings.png} \caption{Wingdings Symboltabelle} \label{fig:wingdings} \end{figure} @@ -46,9 +46,9 @@ \subsection{Geographie} \label{sub:europakarte} \begin{figure}[H] - \begin{overpic}[natwidth=1475, natheight=1200, width=\linewidth]{Objects/Graphics/Ext/Information/Europa.png} + \begin{overpic}[width=\linewidth]{Objects/Graphics/Ext/Information/Europa.png} \put(0,0) - {\includegraphics[natwidth=1475, natheight=1200, width=\linewidth] + {\includegraphics[width=\linewidth] {Objects/Graphics/Ext/Information/Hauptstaedte_Europa.png}} \end{overpic} \caption[Karte von Europa]{Karte von Europa. Die Punkte markieren die Haupstädte.} diff --git a/Levels.tex b/Levels.tex @@ -86,7 +86,7 @@ }{ Es gibt eine zweite Hintergrundmusik, welches jedoch eine Bilddatei ist: \begin{center} - \includegraphics[natwidth=640, natheight=100,height=4em]{Objects/Graphics/Ext/Levels/8/mus2.jpg} + \includegraphics[height=4em]{Objects/Graphics/Ext/Levels/8/mus2.jpg} \end{center} Der Bildlink versteckt sich im Loch der Gitarre. } @@ -138,7 +138,7 @@ \hint{Die Bilder bilden ein sog. Crossview 3D-Bild. Bei diesem wird durch schielen ein 3D-Bild erzeugt. \begin{figure}[H] \centering - \includegraphics[natwidth=600, natheight=300, width=0.75\textwidth]{Objects/Graphics/Ext/Levels/12/crosscube.jpg} + \includegraphics[width=0.75\textwidth]{Objects/Graphics/Ext/Levels/12/crosscube.jpg} \caption{Einfaches Crossviewbild.} \label{fig:crossview} \end{figure} @@ -308,7 +308,7 @@ \begin{figure}[H] \centering - \includegraphics[natwidth=680, natheight=480, width=0.75\textwidth]{Objects/Graphics/Int/Levels/21/maze.png} + \includegraphics[width=0.75\textwidth]{Objects/Graphics/Int/Levels/21/maze.png} \caption[Level 21 Labyrinth]{Entstandenes Labyrinth.} \label{fig:lvl21_maze} \end{figure} @@ -368,14 +368,14 @@ \begin{figure}[H] \centering - \includegraphics[natwidth=680, natheight=480, width=0.75\textwidth]{Objects/Graphics/Int/Levels/25/screen_red.jpg} + \includegraphics[width=0.75\textwidth]{Objects/Graphics/Int/Levels/25/screen_red.jpg} \caption{Level 25: Roter Farbkanal.} \label{fig:lvl25_red} \end{figure} \begin{figure}[H] \centering - \includegraphics[natwidth=680, natheight=480, width=0.75\textwidth]{Objects/Graphics/Int/Levels/25/screen_blue.jpg} + \includegraphics[width=0.75\textwidth]{Objects/Graphics/Int/Levels/25/screen_blue.jpg} \caption{Level 25: Blauer Farbkanal.} \label{fig:lvl25_blue} \end{figure} @@ -635,8 +635,8 @@ \begin{figure}[H] \centering - \includegraphics[natwidth=17, natheight=8, width=0.3\linewidth]{Objects/Graphics/Int/Levels/44/Scrambled.png} - \includegraphics[natwidth=17, natheight=8, width=0.3\linewidth]{Objects/Graphics/Int/Levels/44/Descrambled.png} + \includegraphics[width=0.3\linewidth]{Objects/Graphics/Int/Levels/44/Scrambled.png} + \includegraphics[width=0.3\linewidth]{Objects/Graphics/Int/Levels/44/Descrambled.png} \caption{Vermischte und sortierte Graphik.} \label{fig:lvl44_scrambling} \end{figure} @@ -673,7 +673,7 @@ Es existieren zwei Bilder, das eine sieht man zu beginn, das andere ist eine Maske. Multipliziert man diese darüber erhält man dieses Bild. \begin{figure}[H] \centering - \includegraphics[natwidth=640, natheight=480, width=0.75\linewidth]{Objects/Graphics/Int/Levels/46/Masked.jpg} + \includegraphics[width=0.75\linewidth]{Objects/Graphics/Int/Levels/46/Masked.jpg} \caption{Maskiertes Bild} \label{fig:lvl46_masked_picture} \end{figure} diff --git a/build.sh b/build.sh @@ -4,7 +4,7 @@ GIT_OWN_BRANCH="master" GIT_BRANCH="Build" TMPFILE=`mktemp -u` function buildFile(){ - latexmk -xelatex $* + latexmk -lualatex $* } function checkResult(){ retval=$1