Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use softhyphen for hyphenation points on LuaTeX #105

Merged
merged 11 commits into from
Jul 27, 2024
Merged

Conversation

zauguin
Copy link
Member

@zauguin zauguin commented Jul 21, 2024

No description provided.

@zauguin zauguin changed the base branch from main to develop July 21, 2024 07:17
% A lookup table to test if the font supports the soft hyphen glyph.
% \begin{macrocode}
local softhyphen_fonts = setmetatable({}, {__index = function(t, fid)
local fdir = identifiers[fontid]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't that be local fdir = identifiers[fid]?

@u-fischer u-fischer merged commit 3572bf9 into develop Jul 27, 2024
1 check passed
@u-fischer u-fischer deleted the luatex-softhyphen branch July 27, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants