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

make code blocks \small

parent 28505f0b
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,8 @@ int yywrap (void) { return 1; } ...@@ -29,8 +29,8 @@ int yywrap (void) { return 1; }
<INVERB>\\ { printf ("{\\char'134}"); } <INVERB>\\ { printf ("{\\char'134}"); }
<INVERB>\{ { printf ("{\\char'173}"); } <INVERB>\{ { printf ("{\\char'173}"); }
<INVERB>\} { printf ("{\\char'175}"); } <INVERB>\} { printf ("{\\char'175}"); }
<NORM>{verb} { printf ("\\begin{verbatim}\n"); PUSH NORM; BEGIN VERB; } <NORM>{verb} { printf ("{\\small\\begin{verbatim}\n"); PUSH NORM; BEGIN VERB; }
<VERB>{verb} { printf ("\\end{verbatim}\n"); POP; } <VERB>{verb} { printf ("\\end{verbatim}}\n"); POP; }
<NORM>\"\" { printf ("\""); } <NORM>\"\" { printf ("\""); }
<NORM>\"{sp} { printf ("\\mbox{$\\it "); <NORM>\"{sp} { printf ("\\mbox{$\\it ");
PUSH NORM; BEGIN MATH; } PUSH NORM; BEGIN MATH; }
......
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