Re: Figure dentro minipage

#10205
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Un’altra possibilità è offerta dal pacchetto floaflt.
    `\documentclass{article}

    \usepackage{lipsum}
    \usepackage{graphicx}
    \usepackage{floatflt}

    \begin{document}

    \lipsum[1]

    \begin{figure}[tb]
    \begin{floatingfigure}{4cm}
    \includegraphics[width=4cm]{esempio}
    \caption{Dida.}
    \end{floatingfigure}
    \end{figure}

    \lipsum[2]

    \end{document}`
    Ciao,
    L.

    Go to top