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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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).