Re: Inserimento immagini

#17407
admin
Amministratore del forum
    Up
    0
    Down
    ::


    Ci sono riuscito, ma quando visualizzo il preview una messagebox mi chiede:

    The document cannot be rendered properly because the current render method does not support PostScript specials.
    Temporarily switch to the DVIPS render method? Yes o No

    Casa c’è?

    il codice che ho scritto è il seguente:

    \documentclass[12pt]{article}
    \usepackage[dvips]{graphicx}

    \begin{document}
    bla bla bla\\

    \includegraphics{w.eps}
    \end{document}

    Go to top