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 contains only a couple of system fonts. How can I get the list of available fonts? Is there any way to fix fc-list or should I use another utility?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
As far as I know, LuaLaTeX doesn't use In order to make all otf fonts in TeX Live known to your system, run
as superuser. This is actually necessary for XeTeX and XeLaTeX. |
|||
|
|
|
you can create a local config file
|
||||
|
|