|
|
|
@ -180,13 +180,12 @@
|
|
|
|
|
|
|
|
|
|
\begin{Beispiel} |
|
|
|
|
\begin{lstlisting} |
|
|
|
|
\centerline{\includegraphics[width=0.3\linewidth, |
|
|
|
|
keepaspectratio]{bild.jpg}} |
|
|
|
|
\centerline{\includegraphics[width=0.3\linewidth]{bild.jpg}} |
|
|
|
|
\end{lstlisting} |
|
|
|
|
|
|
|
|
|
ergibt |
|
|
|
|
|
|
|
|
|
\centerline{\includegraphics[width=0.3\linewidth,keepaspectratio]{pics/bild.jpg}} |
|
|
|
|
\centerline{\includegraphics[width=0.3\linewidth]{pics/bild.jpg}} |
|
|
|
|
\end{Beispiel} |
|
|
|
|
|
|
|
|
|
\end{frame} |
|
|
|
@ -199,8 +198,8 @@
|
|
|
|
|
Oft verwendete Optionen von \lstinline{\includegraphics} sind |
|
|
|
|
\begin{itemize} |
|
|
|
|
\item \texttt{width}, \texttt{height} für Breite und Höhe |
|
|
|
|
\item \texttt{keepaspectratio}, so dass nach Angabe von Breite oder Höhe |
|
|
|
|
das Bild automatisch skaliert wird |
|
|
|
|
\item \texttt{keepaspectratio}, so dass nach Angabe von Breite und Höhe |
|
|
|
|
das Bild korrekt skaliert wird |
|
|
|
|
\item \texttt{scale} zur Skalierung des Bildes |
|
|
|
|
\item \texttt{angle} zur Angabe eines Drehwinkels |
|
|
|
|
\item \texttt{origin} zur Angabe des Drehpunktes |
|
|
|
|