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

ixed subtype of beforedisplaypenalty (thanks to udifoglle@gmail.com)

parent be516634
No related branches found
No related tags found
No related merge requests found
2025-02-02 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed subtype of beforedisplaypenalty (thanks to udifoglle@gmail.com)
2025-02-01 Luigi Scarso <luigi.scarso@gmail.com>
* LuaJIT 2.1.1736781742 (work in progress)
* LuaTeX 1.21.0
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7653
#define luatex_svn_revision 7654
#endif
......@@ -2510,7 +2510,7 @@ static void finish_displayed_math(boolean l, pointer eqno_box, pointer p)
if (type(p) == glue_node)
d = 0;
}
tail_append(new_penalty(pre_display_penalty_par,after_display_penalty));
tail_append(new_penalty(pre_display_penalty_par,before_display_penalty));
/* tex
By default the short skip detection is not adapted to r2l typesetting and that
......
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