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

allow interactive deletion of \outer token, see https://tug.org/texmfbug/newbug.html#B142outer

parent da78bd54
No related branches found
No related tags found
No related merge requests found
2024-05-11 Luigi Scarso <luigi.scarso@gmail.com>
* allow interactive deletion of \outer token, see https://tug.org/texmfbug/newbug.html#B142outer
2024-05-13 Luigi Scarso <luigi.scarso@gmail.com>
* Omitprocset and ptexprefix (force _ instead of . as separator) (H.Hagen)
* Bump to version 1.18.2
2024-03-25 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed synctex message on a math node with no zero glue
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7620
#define luatex_svn_revision 7621
#endif
......@@ -882,7 +882,7 @@ void check_outer_validity(void)
halfword q;
if (suppress_outer_error_par)
return;
if (scanner_status != normal) {
if ( OK_to_interrupt && (scanner_status != normal)) {
deletions_allowed = false;
/*tex
......
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