Re: evitare che latex interpreti i comandi

#25232
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    `\documentclass{article}
    \usepackage{listings}
    \lstset{language=[LaTeX]Tex,
    basicstyle=\small\ttfamily}
    \begin{document}
    \footnote{questo sta tra \lstinline!\\documentclass! e
    \lstinline!\\begin\{document\}!}.
    \end{document}`
    Ciao,
    L.

    Go to top