Am 13.02.2012 10:44, schrieb Jean-Marc Lasgouttes:
The reason verbatim was not there was that we did not have support for PassThru
Did you actually test it?
Yes, I played a lot with it.
I wonder how you can get away without at least a subset of
NewLine 0
FreeSpacing 1
PassThru 1
ParbreakIsNewline 1
Spellcheck 0
I don't understand. What do you think should I do or what is my mistake?
If I use a newline it is not executed but
~\\
appears in the output -exactly what is top be expected. The same is for color,
font or language changes.
ParBreakIsNewline was one of the big reasons why verbatim was not done earlier.
I guess your version
* outputs extra empty lines between paragraph
No. having 3 paragraphs like this
\begin{verbatim}
sdfg
klk
klö\end{verbatim}
gives also 3 paragraphs in the output. As there is an empty line between the paragraphs, I of course
also get in the output.
* outputs "\$" instead of "$"
Yes, but this is exactly what it should do. It should be an environment where you can enter what you
like and you get the raw LaTeX source. None of your commands are executed. I mean this is what
verbatim is for. So I#m a bit confused now.
regards Uwe