-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Not a bug] Selectively disabling ligatures #35
Comments
That was a sloppy work on EB Garamond typescript on my part (i have used a wrong name in one place 8214d73#diff-b44801cabf4c040d727c2524313832c6R446 ). Now you can simply choose which opentype features you want to see, like this: 8214d73#diff-b44801cabf4c040d727c2524313832c6R419 'hlig', for example, is responsible for strange-looking Historical Ligatures, like ct and st. They are now all turned off (more reasonable ones, like fl, fi, etc, are still in place). If some of these ligatures are still needed, I'll try to implement that separately. Is that OK? And thank you for the snippet! I might be useful in the future. |
Thank you for the quick reaction, Sergey! So this is why my attempts to set |
Sure, |
In newer versions of ConTeXt there seems to be a dedicated macro for blocking specific ligatures http://wiki.contextgarden.net/Ligatures#Blocking |
Hi, Sergey. Regarding the moving of |
Hi, Marcin. Typescript is now in a separate file, and size, layout and font declarations are now moved to main book file 43d14d0#diff-ce29b5befc0686b45157d97a74d17263R1 |
I like the change to EB Garamond but the ubiquitous "st" ligature looks annoying in my Polish version. Since it took me a while to figure out how to disable it, I am leaving the snippet here in case anyone needs it, too.
The text was updated successfully, but these errors were encountered: