summaryrefslogtreecommitdiff
path: root/fonts/truetypemetrics/frutiger/README
blob: c6d73246aee8c2bb6c42a4d281862e76690caa63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

Using Linotype Frutiger with Latex
==================================

This package contains everything you need (apart from
the fonts themselves) to use Linotype Frutiger in your
Latex documents.

The Truetype version of Linotype Frutiger contains a 
larger character set than earlier (Postscript) versions 
of the same font, including Greek and oldstyle figures. 
It is available as part of Microsoft's free e-book reader 
(http://www.microsoft.com/reader/downloads/default.asp; 
this will install these fonts in your system's fonts 
folder, typically C:\Windows\fonts\). 


USING THE FONTS
---------------

Using these fonts in your Latex documents is as easy as 
specifying 

    \usepackage{frutiger}

somewhere in the preamble of your document (but note 
that they should be used with Pdftex, not with normal
Tex; most dvi-drivers don't support Truetype fonts).

The package `frutiger' takes two possible options:

- lining    Use lining figures
- oldstyle  Use oldstyle figures (this is the default).

The fonts are only available in T1 and TS1 encodings; 
the `frutiger' package automatically sets up these 
encodings for you by including the `fontenc' and 
`textcomp' packages.
The obsolete OT1 encoding, which unfortunately is still
Latex's default, is not supported.


NFSS CLASSIFICATION
-------------------

encodings  family  series  shape(s)
--------------------------------------------
T1, TS1    lfrx    m, b    n, it
T1, TS1    lfrj    m, b    n, it

The TS1-encoded fonts are incomplete; many symbols in this
encoding are specific to the Computer Modern fonts. The
euro symbol (\texteuro), however, is available.