latex fonts for LCD reading?
Marcin ‘Qrczak’ Kowalczyk
qrczak at knm.org.pl
Mon Aug 18 18:09:34 UTC 2008
2008/8/18 John D Lamb <J.D.Lamb at btinternet.com>:
> With a little more work you can use almost any font in LaTeX.
I recommend Xe(La)TeX. It can use any TrueType font with no special
setup, with full Unicode character repertoire. It uses the ICU library
internally for text layout making use of OpenType features. It
generates PDF files by default.
The following code can be used in the preamble to make a UTF-8
document compatible with both latex and xelatex:
\usepackage{ifxetex}
\ifxetex
\usepackage{xltxtra}
\else
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{fixltx2e}
\fi
--
Marcin Kowalczyk
qrczak at knm.org.pl
http://qrnik.knm.org.pl/~qrczak/
More information about the ubuntu-users
mailing list