Jean-Marc Lasgouttes be42f1398d Fix bug #5408: tex2lyx cannot handle verbatim code
- Implement catcode setting in Parser
- add a new Parser::verbatimStuff method that reads verbatim contents
- use this method to parse "verbatim" environment.
- use it to parse \verb too.
- rename Parser::verbatimEnvironment to ertEnvironment.

TODO:
- use for other verbatim-like cases (Sweave chunk, lstlisting...)
- factor out the function that outputs ERT (including line breaks)
- maybe implement Parser::unparse (if needed)
2013-02-04 10:25:58 +01:00
..
2007-12-02 22:10:26 +00:00
2013-02-03 19:55:44 +01:00
2011-04-02 11:00:19 +00:00
2011-02-21 19:56:43 +00:00
2013-01-25 23:27:02 -05:00
2013-01-29 23:24:24 +01:00
2013-01-01 03:58:33 +01:00
2013-01-15 15:34:41 +01:00
2013-01-13 21:41:43 +01:00
2013-01-10 21:22:55 +01:00