Skip to content
Snippets Groups Projects
Commit a8b66235 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

Fixed position of verbatim_written in mpxout.w

parent fa40117b
No related branches found
No related tags found
No related merge requests found
......@@ -656,11 +656,11 @@ static void mpx_mpto(MPX mpx, char *tmpname, char *mptexpre) {
mpx_copy_mpto(mpx, outfile, FIRST_VERBATIM_TEX);
else
mpx_copy_mpto(mpx, outfile, VERBATIM_TEX);
verbatim_written = 1;
fprintf(outfile,"%s", mpx_postverb[mode]);
} else {
mpx_error(mpx,"unmatched etex");
}
verbatim_written = 1;
}
}
......
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