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

Backtrack replace pointer when successive disc in exceptions (H. Hagen)

parent ad3b0d70
No related branches found
No related tags found
No related merge requests found
2022-07-30 Luigi Scarso <luigi.scarso@gmail.com>
* Backtrack replace pointer when successive disc in exceptions (H.Hagen)
2022-07-30 Luigi Scarso <luigi.scarso@gmail.com>
* Take exception pre/port disc font from wordstart (H.Hagen)
......
......@@ -705,6 +705,7 @@ static void do_exception(halfword wordstart, halfword r, char *replacement)
/*tex check if we have two exceptions in a row */
if (uword[i + 1] == '{') {
i--;
t = alink(t);
}
} else {
t = vlink(t);
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7531
#define luatex_svn_revision 7532
#endif
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