Re: cambiare posizionamento immagini (tutte alla fine del testo)

#9622
Up
0
Down
::

King_Lizard111″ post=82100la didascalia c’è nel report dell’errore! la parola incriminata è “unità”

Capisco, ma non era tanto difficile aggiungere qualcosa al tuo esempio, non credi?

Comunque, è un errore di endfloat che puoi correggere così:
`\usepackage[noheads,nomarkers]{endfloat}
\makeatletter
\renewcommand\efloat@iwrite[1]{%
\immediate\expandafter\protected@write\csname efloat@post#1\endcsname{}}
\makeatother`
Manda un bug report all’autore con il seguente esempio minimo:
`\documentclass{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{endfloat}
\makeatletter
\renewcommand\efloat@iwrite[1]{%
\immediate\expandafter\protected@write\csname efloat@post#1\endcsname{}}
\begin{document}
\begin{figure}
\caption{à}
\end{figure}
\end{document}`
dicendo che la definizione originale con [tt]\write[/tt] è scorretta.

Ciao
Enrico

Go to top