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 am getting:
!LuaTeX error: cannot find OpenType font file for reading () ==> Fatal error occurred, no output PDF file produced!
I am 100% positive the otf font file exists and that the path I am giving to setmainfont is correct.
After perusing TeX StackExchange searching for help, I couldn't find any recommendation that worked.
Can anyone help?
setmainfont? – Ulrike Fischer Jul 28 '12 at 17:17fclist | grep <fontname>to see whether the font is installed or not. – Marco Daniel Jul 28 '12 at 18:36mkluatexfontdbhelp? – Martin Schröder Jul 29 '12 at 15:35.luafiles as I explained in my own answer. So tryingmkluatexfontdbdoes nothing now (apart from a trivial information message). – escudito Jul 29 '12 at 17:15mkluatexfontdbreturnsThe program 'mkluatexfontdb' is currently not installed. You can install it by typing: sudo apt-get install texlive-luatexeven though attempting to install texlive-luatex returns the message that it is already installed. – Alex Loomis Feb 02 '14 at 04:49