latex-skript/exercises/graphics/graphics.done.tex

8 lines
212 B
TeX

\begin{minted}[breaklines,breakanywhere]{latex}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{exercises/graphics/latex-logo.png}
\caption{The \LaTeX{} Project Logo}
\end{figure}
\end{minted}