luaotfload icon indicating copy to clipboard operation
luaotfload copied to clipboard

Moved to https://github.com/latex3/luaotfload

Results 21 luaotfload issues
Sort by recently updated
recently updated
newest added

Debugged by [Robert on tex.sx](http://tex.stackexchange.com/a/186062/179): > The example can be further reduced (and plainified) by removing the preview package -- a simple `\vbox` is enough: ``` \input luaotfload.sty \font\x="texgyrebonum-bold.otf:color=FF000077" at...

I'm not sure whether this is a duplicate or not. If it is sorry, for the noise. While playing around with lualatexon TL 13 I encountered a strange problem. Certain...

This is probably embarassingly easy to solve, but I couldn't find the solution. I got the latest version of luaotfload from the git server, unpacked and installed. And now, whenever...

mkluatexfontdb generates lines like ["filename"]={ "minionpro-regular.otf", false }, under Cygwin. Because file names in Cygwin are case-sensitive, the font MinionPro-Regular.otf e.g. cannot be found at runtime. The local function path_normalize...

I run MacTeX2012 on a MacBook under MacOS X 10.7.4. I recently discovered that I couldn't use the system font "Hoefler Text" under lualatex (but things were fine under xelatex)...

From `mkluatexfontdb --help`: "The output database file is named otfl-fonts.lua". However, the correct filename seems to be otfl-names.lua.

It was reported from some Chinese and Japanese users that there exist fonts without "names" field. For example, the entry for a valid font is written in otfl-names.lua as ```...

Setting Arvo (Google font library, http://www.google.com/webfonts/family?family=Arvo&subset=latin) as monospace font activates bold shape, by default. The issue is also discussed at the lualatex list, http://comments.gmane.org/gmane.comp.tex.lualatex.devel/808. ``` \listfiles \documentclass{minimal} \usepackage{fontspec} \setmonofont{Arvo} \begin{document}...

If I set "OSFONTDIR = " in my TeXLive configuration, i.e. it is the empty string, then mkluatexfontdb.lua -vvv starts "scanning: /". This takes a while, at high CPU load!...

At the end of the output of --help (held in a Lua long string) there is a spurious quotation mark (") presumably from when the help was in short string(s),...