Thanks, Elie.

Actually, look here!
It actually does know the font exists in the fonts folder.

C:\texlive\texmf-local\fonts>kpsewhich mirage.ttf
c:/texlive/texmf-local/fonts/truetype/public/mirage/mirage.ttf

C:\texlive\texmf-local\fonts>luaotfload-tool --find="name:mirage mod"
luaotfload | resolve : Cannot find "name:mirage mod" in index.
luaotfload | resolve : Hint: use the --fuzzy option to display suggestions.

I tried with Elie's script, and it works with Arial, but it can't find my font. It's installed, too. I tried with "Mirage" and "MirageMod" and "Mirage Mod" and it's not to be found.

\documentclass{article}
\usepackage{fontspec}
\setmainfont{MirageMod}
\begin{document}
test
\end{document}

In the end, it worked with
\setmainfont{Mirage.ttf}

But should I have to use the file extension?
The name of the font as I installed it was simply "Mirage.ttf", but when I install it in Windows, it goes under "Mirage Mod".

In c:/texlive/texmf-local/fonts/truetype/public/ the files are named:
Mirage Bold Italic.ttf
Mirage Bold.ttf
Mirage Italic.ttf
Mirage.ttf

So, the compilation error mentions "MirageMod" - but there is no reason for that. So it's looking for "MirageMod" even though I've told it to use "Mirage Mod". I think that's the problem.

God bless!
- Brother Gabriel-Marie
------------------------------------------------------------

On 5/8/2015 1:30 PM, Élie Roux wrote:
First, latex does not fetch them from c:\windows\fonts - some folks say
it will, but it doesn't and hasn't in any of my many installations.
You should report that here:

https://github.com/lualatex/luaotfload/issues

with details about your installation.

Thank you,

_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to