Le 13/02/2012 01:58, Uwe Stöhr a écrit :
Attached is a fix that implements this, it works for all document
classes I have installed so I'm looking forward to get it in for LyX
2.1. (This would be a fileformat change of course.)
Any opinions against supporting verbatim?
The reason verbatim was not there was that we did not have support for
PassThru
Did you actually test it? I wonder how you can get away without at least
a subset of
NewLine 0
FreeSpacing 1
PassThru 1
ParbreakIsNewline 1
Spellcheck 0
ParBreakIsNewline was one of the big reasons why verbatim was not done
earlier.
I guess your version
* outputs extra empty lines between paragraph
* outputs "\$" instead of "$"
* outputs \\ at end of line
* does not allow multiple spaces
It makes so many problems that I suspect that I missed something...
You could add verbatim* too.
JMarc