summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/libertine/README
blob: 8d274246a4ad13fdf844f747c4ba53cc6f22221f (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
54
55
56
57
58
59
60
61
62
63
64
65
This is the README for libertine, version 5.3.0 (2012-12-02).

This package provides support for use of the Linux Libertine and Linux
Biolinum families of fonts with LaTeX, pdfLaTeX, xeLaTeX and luaLaTeX.
It is intended to replace several existing packages (libertine-type1,
biolinum-type1, libertine) and should provide partial compatibilty with
the obsolete libertineotf and libertine-legacy packages.

To install this package on a TDS-compliant TeX system unzip the
file /install/fonts/libertine.tds.zip at the root of an appropriate
texmf tree, likely a personal or local tree. If necessary, update
the file-name database (e.g., texhash). Update the font-map files by
enabling the Map file libertine.map.

For most purposes, simply add

\usepackage{libertine}

to the preamble of your document. This will activate Libertine as
the main (serifed) text font and Biolinum as the sans font. It is
recommended that the font encoding be set to T1 or LY1, but the default
OT1 encoding is also supported. Available shapes in all series include:

it              italic
sc              small caps
scit            italic small caps

Slanted variants are not supported; the designed italic variants will be
automatically substituted. The exception is the bold series of Biolinum,
for which a designed italic is not currently available. An artificially
slanted variant has been generated and treated as if it were italic.

To activate Libertine without Biolinum, use the libertine (or rm)
option. Similarly, to activate Biolinum without Libertine use the
biolinum (or sf) option. To use Biolinum as the main text font (as
well as the sans font), use the option sfdefault (which redefines
\familydefault, not \rmdefault).

For more advanced usage, please see the libertine.pdf document.

For compatible mathematics, it is recommended to use the newtxmath
package with the libertine option.

The original opentype fonts were created by Philipp H. Poll (gillian at
linuxlibertine.org) and are licensed under the terms of the GNU General
Public License (Version 2, with font exception) and under the terms of
the Open Font License. For details look into the doc directory of the
distribution or at

http://www.linuxlibertine.org/

The Glyph and KeyCap support was taken from the original libertine
package by Michael Niedermair.

Three of the Libertine fonts were modified by Michael Sharpe (msharpe at
ucsd.edu) using fontforge to correct minor problems, including adding
three missing ligatures (fl, ffl, ffi) to the bold-italic font.

The type 1 fonts were created using cfftot1 or fontforge. The support
files were created using autoinst. The support files are licensed under
the terms of the LaTeX Project Public License. 

Thanks to Herbert Voss, Patrick Gundlach, Silke Hofstra, Marc Penninga,
Michael Sharpe, Denis Bitouzé and Khaled Hosny for their assistance. The
maintainer of this package is Bob Tennent (rdt at cs.queensu.ca)