{luaotfload} is a package to load OpenType Fonts(OTF) in Plain TeX/ LaTeX and to select OTF font features.
3
votes
0answers
91 views
latest updates to lua* break … something
So, now, after most recent (23 Apr) updates (I'm using MiKTeX 2.9) to various things related to lualatex, I noticed that compilation of anything takes twice as long as it did (say) 10 minutes ago ...
8
votes
1answer
337 views
How to properly install and use a new font with LuaLaTeX?
I have problems trying to get new fonts to work when compiling with LuaLaTeX. I'm working on Mac and use TexShop (with the MacTeX package).
It goes like this:
I downloaded for example the Cardo ...
4
votes
1answer
103 views
fontspec-color not working correctly with microtype package [closed]
If I use the fontspec package together with the microtype package, the color-feature of fontspec does only colarize the last line of the paragraph instead of the whole paragraph, as the grouped ...
5
votes
0answers
146 views
System-wide feature file in lualatex
I have a font (Dolly) with f_i and f_l ligatures, which requires a feature file to make them work. Everything works fine using the following:
# dolly.fea
languagesystem DFLT dflt;
languagesystem ...
26
votes
2answers
1k views
microtype settings for dummies
More than a year ago, a friend of mine was totally excited about microtype features in LaTeX. He was talking about it quite a bit and then said to me: "Show me your document, let me input some lines ...
2
votes
1answer
295 views
LuaTeX cannot find existing font
My Fedora 17 LuaLaTeX (2012) system just keeps complaining about some particular (of course existing) font not existing. It can't spit out any PDF from a TeX file using that font. This is the error I ...
6
votes
2answers
729 views
luaotfload can’t find fonts
I am using MiKTeX 2.9 on Windows. luaotfload does not find the fonts located in the MiKTeX-maintained root directory (which is C:\Program Files (x86)\MiKTeX 2.9\ on my system) and I am therefore ...
3
votes
2answers
274 views
LuaLaTeX: mkluatexfontdb does not include Type-1-fonts ( = *.pfb-files)
I'm running texlive 2011 on a Linux machine. Years ago I bought some Type 1 fonts, namely Rotis. They have been installed properly and Libre Office e.g. can print them.
But running mkluatexfontdb -v ...
1
vote
0answers
314 views
luaotfload : Windows API error 67 [closed]
I got subtle error when running lualatex on my new desktop (W7 Pro Russian x64, MiKTeX 2.9 64-bit). Similar program set on my laptop (W7 Home Russian x64, MiKTeX 2.9 64-bit) gives no errors. As it is ...
6
votes
1answer
396 views
LuaLaTeX protrusion problem with Negative value
Please see the following screen shots.
As you can see there are two "overfull" hbox there. However, LaTeX does not produced any overfull box warning at all. I tried to produce a minimal working ...
6
votes
2answers
333 views
LuaLaTeX sees a font while fc-list doesn't
I've got a fresh Arch Linux box with fresh full TeX Live installed. The installation seems to include cm-unicode fonts and lualatex seems to find them correctly, but when I run fc-list the output ...
4
votes
2answers
461 views
luaotfload can't find font “CMU Sans Serif Demi Condensed”
Luaotfload has problems finding a font that is installed in my texmf tree. The source:
\input luaotfload.sty
\font\myfont={CMU Sans Serif Demi Condensed} at 10pt
\myfont
foo
\bye
The font is in ...
11
votes
2answers
816 views
How do I get a list of all available fonts for luaotfload?
luaotfload uses an internal database that gets updated with mkluatexfontdb. So it knows about a lot of fonts installed on my computer. How can I query this database? Something like
luatexfontdb ...
5
votes
2answers
1k views
luaotfload: how to use font in current directory?
I'd like to use a font in the current directory with luaotfload. I tried to generate the database:
OSFONTDIR=$PWD mkluatexfontdb
but this gives me endless output of:
$ OSFONTDIR=$PWD ...
