LyXAdding fonts to Lyx

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
jamierc
Posts: 1
Joined: Sat Aug 01, 2009 3:30 pm

Adding fonts to Lyx

Post by jamierc »

Hi all,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Adding fonts to Lyx

Post by meho_r »

There are generally two options:

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).
Post Reply