Re: [Vim-latex-devel] listings packet
Brought to you by:
srinathava,
tmaas
From: Christian E. <bla...@gm...> - 2006-04-18 06:57:10
|
* Bernhard Walle on Monday, April 17, 2006 at 23:53:55 +0200: > it would be nice if the lstlisting enviroment could be highlighted the > same as verbatim. See Srinath's answer. -- As a workaround, and if you don't have verbatim environments in your document, you could experiment with: \documentclass{article} \usepackage{listings} \let\verbatim\relax \lstnewenvironment{verbatim}{}{} \begin{document} \begin{verbatim}[language=c,style=inline] code \end{verbatim} \end{document} c -- _B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html> |