|
@@ -180,13 +180,12 @@
|
180
|
180
|
|
181
|
181
|
\begin{Beispiel}
|
182
|
182
|
\begin{lstlisting}
|
183
|
|
-\centerline{\includegraphics[width=0.3\linewidth,
|
184
|
|
- keepaspectratio]{bild.jpg}}
|
|
183
|
+\centerline{\includegraphics[width=0.3\linewidth]{bild.jpg}}
|
185
|
184
|
\end{lstlisting}
|
186
|
185
|
|
187
|
186
|
ergibt
|
188
|
187
|
|
189
|
|
- \centerline{\includegraphics[width=0.3\linewidth,keepaspectratio]{pics/bild.jpg}}
|
|
188
|
+ \centerline{\includegraphics[width=0.3\linewidth]{pics/bild.jpg}}
|
190
|
189
|
\end{Beispiel}
|
191
|
190
|
|
192
|
191
|
\end{frame}
|
|
@@ -199,8 +198,8 @@
|
199
|
198
|
Oft verwendete Optionen von \lstinline{\includegraphics} sind
|
200
|
199
|
\begin{itemize}
|
201
|
200
|
\item \texttt{width}, \texttt{height} für Breite und Höhe
|
202
|
|
- \item \texttt{keepaspectratio}, so dass nach Angabe von Breite oder Höhe
|
203
|
|
- das Bild automatisch skaliert wird
|
|
201
|
+ \item \texttt{keepaspectratio}, so dass nach Angabe von Breite und Höhe
|
|
202
|
+ das Bild korrekt skaliert wird
|
204
|
203
|
\item \texttt{scale} zur Skalierung des Bildes
|
205
|
204
|
\item \texttt{angle} zur Angabe eines Drehwinkels
|
206
|
205
|
\item \texttt{origin} zur Angabe des Drehpunktes
|