- Questo topic ha 2 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 6 anni, 10 mesi fa da .
-
Topic
-
Ciao a tutti,
stavo usando le subfigure e siccome sono passata all’ambiente floatrow, sto convertendo in subfloatrow…
Potete dirmi dove sbaglio, visto che il seguente codice dà errore in compilazione? Grazie`
\usepackage[capbesideposition=inside,facing=yes,capbesidesep=quad]{floatrow}
\RawFloats[figure] % that will return the plain LATEX mode to all figures in all subtype environments
\usepackage[font=small,labelfont=bf,labelsep=period,justification=centerlast]{caption}
\usepackage{subcaption}
\usepackage{wrapfig}
``
\begin{figure}
\ffigbox
{\begin{subfloatrow}
\fcapside[1.1\FBwidth]
{\caption{giorno 0}\Flabel{fig:camera0}}
{\includegraphics[width=0.4\textwidth]{immcam0}}
\fcapside[1.1\FBwidth]
{\caption{giorno 30}\Flabel{fig:camera30}}
{\includegraphics[width=0.4\textwidth]{immcam30}}
\end{subfloatrow}}
{
\caption{Osservazione dei formulati in camera umida (terzo esperimento)}
}
\end{figure}
`
- Devi essere connesso per rispondere a questo topic.