summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fontaxes/README
blob: 68a4b3fb1cb0761170583ba6ed1a53f189a6321e (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
fontaxes - Additional font axes for LaTeX
=========================================

The fontaxes package adds several new font axes on top of LaTeX's New Font
Selection Scheme. In particular, it splits the shape axis into a primary and
a secondary shape axis, and it adds three new axes to deal with the different
figure versions offered by many professional fonts.

Usage
-----

To use this package, include

    \usepackage{fontaxes}

in the preamble of your LaTeX document. See the PDF documentation for details.

Installation
------------

1. Run `latex fontaxes.ins` to generate the LaTeX package.

2. Create the following directories in a local texmf tree:

   - doc/latex/fontaxes
   - tex/latex/fontaxes

3. Copy all necessary files into the texmf tree:

   - fontaxes.pdf and test-fontaxes.tex go to doc/latex/fontaxes
   - fontaxes.sty goes to tex/latex/fontaxes

4. Afterwards, you may need to regenerate the file database:

    texhash

License
-------

Copyright (c) 2007 by Andreas Buehmann  
Copyright (c) 2014 by Michael Ummels <michael.ummels@rwth-aachen.de>

This work may be distributed and modified under the terms and conditions of the
LaTeX Project Public License, version 1.3c or greater (your choice).
The latest version of this license is in
  http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.

This work has the LPPL maintenance status `maintained'.

The Current Maintainer of this work is Michael Ummels.

This work consists of the files fontaxes.dtx, fontaxes.ins and
the derived files fontaxes.sty, test-fontaxes.tex and fontaxes.pdf.