Open Brayanokles opened 4 years ago
The problem comes from fonts : lyluatex
uses the mechanisms of lualatex to use system fonts (TrueType / OpenType). fouriernc
and inputenc
are "old" mechanisms of LaTeX, that aren't compatible.
You'll find here some ideas to replace fouriernc
with lualatex. If it doesn't matter for you to use another font style than schoolbook, libertine
is a beautiful and well-integrated font.
In Word, I sometimes use book antiqua. I found a font that is suitable for Latex, but how do I install that?
I am trying a few TrueType/OpenType, but no success: for example Libre Baskerville is not working.
I found this one: \setmainfont{QTSchoolCentury}
And that's a beautiful font. Thanks for inspiring me.
I've just tested with Book Antiqua :
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Book Antiqua}
\usepackage[pass-fonts]{lyluatex}
\begin{document}
a - b - c
\begin{ly}
{a b c}
\addlyrics{a -- b -- c}
\end{ly}
\end{document}
It works as expected. You'll notice the pass-fonts
option : thanks to the great work of @uliska, it ensures you get the same font in scores and in the body of your document.
test.pdf
Hello everybody,
I am trying to make a new booklet. I made a test-version without too much lay-out:
The output is showed this:
What am I doing wrong?