Skip to content
Snippets Groups Projects
Commit 2bc355fa authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-24 16:06:34 by simonm]

couple of minor patches to verbatim from Simon P.J.'s copy.
parent c610efe8
No related merge requests found
......@@ -42,9 +42,9 @@ miranda ([0-9]+(\-([0-9]+)?)?)?>
<VERB>\{ { printf ("{\\char'173}"); }
<VERB>\} { printf ("{\\char'175}"); }
<NORM>^@\n { printf( "\\begin{verbatim}\n" );
<NORM>^@{sp}\n { printf( "\\begin{verbatim}\n" );
PUSH NORM; BEGIN VERBATIMSIM; }
<VERBATIMSIM>^@\n { printf( "\\end{verbatim}\n" ); POP; }
<VERBATIMSIM>^@{sp}\n { printf( "\\end{verbatim}\n" ); POP; }
<NORM>\\"begin{verbatim}" { printf( "\\begin{verbatim}" );
PUSH NORM; BEGIN VERBATIM; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment