I had a problem with the fontloader and luatex. I tried to run my test document with context (latest minimal) to compare the output, but I failed. The font LibertinusKeyboard-Regular.otf https://ctan.org/tex-archive/fonts/libertinus-fonts/ uses ligatures especially for the keys above 0xFFFF However, I cannot get it run with latest mkiv. It is no problem with xetex. It should print only the five keys and not the ones for every single letter. Herbert \font\keyboard=LibertinusKeyboard-Regular.otf \starttext \keyboard Tab Entf Enter Capslock Windows \stoptext
Am Sat, 25 May 2019 21:46:46 +0200 schrieb Herbert Voss:
The font LibertinusKeyboard-Regular.otf https://ctan.org/tex-archive/fonts/libertinus-fonts/ uses ligatures especially for the keys above 0xFFFF However, I cannot get it run with latest mkiv.
as was noticed by Zauguin in https://github.com/u-fischer/luaotfload/issues/60 a work-around it to suppress hyphenation: \font\keyboard=LibertinusKeyboard-Regular.otf:mode=node;+liga \hyphenchar\keyboard=-1 \starttext \keyboard Tab Entf Enter Capslock Windows \stoptext -- Ulrike Fischer https://www.troubleshooting-tex.de/
On 5/25/2019 9:46 PM, Herbert Voss wrote:
I had a problem with the fontloader and luatex. I tried to run my test document with context (latest minimal) to compare the output, but I failed.
The font LibertinusKeyboard-Regular.otf https://ctan.org/tex-archive/fonts/libertinus-fonts/ uses ligatures especially for the keys above 0xFFFF However, I cannot get it run with latest mkiv. It is no problem with xetex. It should print only the five keys and not the ones for every single letter.
Herbert
\font\keyboard=LibertinusKeyboard-Regular.otf \starttext \keyboard Tab
Entf
Enter
Capslock
Windows
\stoptext I'll look into it.
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Herbert Voss
-
Ulrike Fischer