Skip to content

Commit

Permalink
remove LuaTeX hyphenchar settings
Browse files Browse the repository at this point in the history
closes #344
  • Loading branch information
wspr committed Apr 27, 2024
1 parent 4d4109f commit cf93552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Change history
This is now changed to always pass through the requested script so the renderer can
make use of that information regardless of whether the font itself supports the script.
(#507)
* Remove LuaTeX code that resets various `hypenchar` settings seemingly erroneously. (#344)
* Rework documentation to remove reference to local and non-free fonts. This allows
compilation via Github Actions, which will aid streamlining/automating releases in the future.
* Adjust approach to removing spaces from font names internally. This may have unintended
Expand Down
4 changes: 0 additions & 4 deletions fontspec-code-internal.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1133,10 +1133,6 @@
\tl_gset_eq:NN \g_@@_nfss_enc_tl \g_fontspec_encoding_tl
%<*LU>
\tl_set:Nn \l_@@_mode_tl {node}
\int_set:Nn \prehyphenchar { `\- } % fixme
\int_zero:N \posthyphenchar % fixme
\int_zero:N \preexhyphenchar % fixme
\int_zero:N \postexhyphenchar % fixme
%</LU>
}
% \end{macrocode}
Expand Down

0 comments on commit cf93552

Please sign in to comment.