Re: figure

#27936
Up
0
Down
::

Ciao a tutti!
Ho delle figure larghe e basse che pensavo quindi di mettere in landscape.
Questa è la figura:

\begin{landscape}

\begin{figure}
\centering
\includegraphics[width=0.7\columnwidth]{10ns_totalenergy}
\caption[\bfseries{Total energy as a function of time of the entire membrane receptor system during 10 ns of MD simulation.}]{{\bf Total energy as a function of time of the entire membrane receptor system during 10 ns of MD simulation:} after an initial decrease, the total energy of the system kept a stable trend at least for the lasts 3 ns of simulation, indicating that an equilibrium state had been reached.}
\label{10ns_totalenergy}
\end{figure}

\end{landscape}

In questo modo ho uno spazio eccessivo tra figura e caption, superando il margine della pagina. Inoltre all’aumentare delle dimensioni della figura la caption esce dal margine del testo.
Come posso fare per avvicinare figura e caption?
Grazie in anticipo!
Chiara

Alcune opzioni del pacchetto caption ti permettono di regolare quelle distanze. Ad ogni modo, sei sicura che i bordi della figura siano corretti?
Ti consiglio poi di usare l’ambiente sidewaysfigure, che gestisce automaticamente la rotazione del foglio…

Go to top