Re: immagini coprenti

#14543
Up
0
Down
::


Ok, a parte l’inutilità di definire il box temporaneo, anche il seguente funziona:`\documentclass[a4paper,10pt]{book}
\usepackage{graphicx}

\newlength{\gnat}

\begin{document}
\settowidth{\gnat}{\includegraphics{fig}}
\includegraphics[trim = 0 0 {0.5\gnat} 0,clip]{fig}
\end{document}`

🙂
LuCa

Go to top