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

set \variablefam = -1 as initial value (H.Hagen).

parent 483a13e6
No related branches found
No related tags found
No related merge requests found
2022-11-20 Luigi Scarso <luigi.scarso@gmail.com>
* set \variablefam = -1 as initial value (H.Hagen).
2022-11-20 Luigi Scarso <luigi.scarso@gmail.com> 2022-11-20 Luigi Scarso <luigi.scarso@gmail.com>
* Ensured that load_hyphenation has enough Lua stack, and pops the latest table pushed in (Michal Vlasák). * Ensured that load_hyphenation has enough Lua stack, and pops the latest table pushed in (Michal Vlasák).
......
#ifndef luatex_svn_revision_h #ifndef luatex_svn_revision_h
#define luatex_svn_revision_h #define luatex_svn_revision_h
#define luatex_svn_revision 7549 #define luatex_svn_revision 7550
#endif #endif
...@@ -4333,6 +4333,7 @@ void initialize(void) ...@@ -4333,6 +4333,7 @@ void initialize(void)
px_dimen_par = one_bp; px_dimen_par = one_bp;
math_eqno_gap_step_par = 1000 ; math_eqno_gap_step_par = 1000 ;
math_flatten_mode_par = 1; /* ord */ math_flatten_mode_par = 1; /* ord */
var_fam_par = -1;
cs_text(frozen_protection) = maketexstring("inaccessible"); cs_text(frozen_protection) = maketexstring("inaccessible");
format_ident = maketexstring(" (INITEX)"); format_ident = maketexstring(" (INITEX)");
cs_text(end_write) = maketexstring("endwrite"); cs_text(end_write) = maketexstring("endwrite");
......
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