Re: floatfigure e testo

#12805
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    `\documentclass[a4paper,11pt]{article}

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

    \begin{document}

    \lipsum[1-2]

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

    \lipsum[3-4]

    \end{document}`
    Penso sia sempre meglio separare con una riga bianca un ambiente figure dal resto.

    Ciao,
    L.

    Go to top