Re: Memoir e didascalie pacchetto float

#67070
Up
0
Down
::


Dato che usi memoir, probabilmente puoi fare a meno del pacchetto float:
`\documentclass[b5paper,10pt,twoside,openright,italian]{memoir}

\usepackage[T1]{fontenc}
\usepackage{babel}
\captiondelim{. }

%\floatstyle{plaintop}
\newfloat[chapter]{ambiente}{lof}{Ambiente}

\begin{document}
\mainmatter
\chapter{Prova}
\begin{figure}
\begin{center}
\HUGE{\texttt{FIGURA}}
\end{center}
\caption{Una figura}
\end{figure}
\begin{ambiente}
\begin{center}
\HUGE{\texttt{AMBIENTE}}
\end{center}
\caption{Nuovo ambiente}
\end{ambiente}
\end{document}`

Ciao,
Antonio

Go to top