I am running an Arch Linux / Windows 7 dual boot laptop.
The windows partition is mounted under arch and i made the windows fonts usable with ln -s /windows/Windows/fonts/ /usr/share/fonts/WindowsFonts
This works, every program besides luaLaTeX with fontspec has acces to the fonts, e.g. libreoffice.
But i am not able to use the fonts with:
\usepackage{fontspec}
\setmaintfont{Comic Sans MS}
The result is the font-not-found message from fontspec. Under the Windows 7 partition it works just fine.
Any idea?
luaotfload-tool --version. The current version (2.5) should update the font index automatically if a font couldn’t be found, unless you explicitly disabled the updates in the configuration file. In any case it should work on Arch because that’s the platform it is being developed on. If not then you most likely found a bug. – Philipp Gesang Jul 26 '14 at 16:28pacmanneeds if you want to install things which havetexlivepackages as dependencies. (I believe there is an AUR package although it is not really easier than just doing it yourself.) – cfr Jul 26 '14 at 22:13texlive-dummypackage now and everything seems to work fine – MaxNoe Jul 27 '14 at 18:21