LyX ⇒ Adding fonts to Lyx
Adding fonts to Lyx
I've googled for a while, and can't find how to add fonts to Lyx.
I have some lovely ttf (and otf) fonts, that I would love to be able to use in Lyx. It finds them to use as on-screen fonts, but I dont know how I can get it to use them when it exports.
In the 'document' > 'fonts' settings, there are only a few fonts - not the others I have installed.
I'm running Lyx 1.6.3 on Arch Linux.
Many thanks
Jamie
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Adding fonts to Lyx
1. Convert .ttf and .otf fonts to type1 and install them so LaTeX can recognize them. This can be a tedious process. You may have a look here.
2. Use XeLaTeX instead of LaTeX. XeLaTeX can use all fonts installed on your system, .ttf and .otf without a need to install them in any LaTeX-specific manner or place. If you're interested in using XeTeX/XeLaTeX with LyX, you may take a look at a quick guide I wrote some times ago (note that it's for Linux; in case you're using Windows, you may check and use appropriate paths).