Re: [listing]

#97887
robitex
Amministratore del forum
    Up
    0
    Down
    ::


    Ciao.
    Io non ricevo nessun errore:
    `
    \documentclass{article}
    \usepackage{listings}

    \begin{document}
    \begin{lstlisting}
    ff aa01 01 there is an error in PRESCALE pattern
    ff ffaa 02 there is an error in POSTSCALE pattern
    00 ffaa 02 because 00 doesn't make a trigger
    ff aaaa 03 there are errors in both patterns
    ff ff07 04 there aren't errors

    press ENTER to see a simply report (more information in the created files)
    \end{lstlisting}
    \end{document}
    `

    Piuttosto userei il pacchetto fancyvrb per questo compito perché non vi è nessuna sintassi da evidenziare.
    R.

    Go to top