Hi Hans, the fontloader appears to have trouble applying fake ligatures (“--” -> “\endash” and the likes) in conjunction with small capitals. Both features work well in isolation. The behavior is limited to Libertine (I tested all versions back to 5.0.0). Here’s the file I’ve been testing with: https://bitbucket.org/phg/lua-la-tex-tests/src/c2e518e9459ab343fee3d0647c747... Best, Philipp
On 5/11/2014 12:23 PM, Philipp Gesang wrote:
Hi Hans,
the fontloader appears to have trouble applying fake ligatures (“--” -> “\endash” and the likes) in conjunction with small capitals. Both features work well in isolation. The behavior is limited to Libertine (I tested all versions back to 5.0.0). Here’s the file I’ve been testing with:
https://bitbucket.org/phg/lua-la-tex-tests/src/c2e518e9459ab343fee3d0647c747...
(1) for node mode i will shift the feature up front (unless it fails at some point) (2) for base mode we will fall back on regular -- and --- (no fancy adaption) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
···
On 5/11/2014 12:23 PM, Philipp Gesang wrote:
Hi Hans,
the fontloader appears to have trouble applying fake ligatures (“--” -> “\endash” and the likes) in conjunction with small capitals. Both features work well in isolation. The behavior is limited to Libertine (I tested all versions back to 5.0.0). Here’s the file I’ve been testing with:
https://bitbucket.org/phg/lua-la-tex-tests/src/c2e518e9459ab343fee3d0647c747...
(1) for node mode i will shift the feature up front (unless it fails at some point)
Thanks, I’ll keep an eye on that! For now it looks good.
(2) for base mode we will fall back on regular -- and --- (no fancy adaption)
Fine by me! Thanks for the quick fix, Philipp
participants (2)
-
Hans Hagen
-
Philipp Gesang