summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fontaxes/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/fontaxes/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/fontaxes/README')
-rw-r--r--macros/latex/contrib/fontaxes/README55
1 files changed, 55 insertions, 0 deletions
diff --git a/macros/latex/contrib/fontaxes/README b/macros/latex/contrib/fontaxes/README
new file mode 100644
index 0000000000..68a4b3fb1c
--- /dev/null
+++ b/macros/latex/contrib/fontaxes/README
@@ -0,0 +1,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.