diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-19 23:46:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-19 23:46:08 +0000 |
commit | 4d169ca66f8bd4cfb4257a94e49edbfdcdc84ce8 (patch) | |
tree | fa6cb3f6085c6495059caccad40be5b76754b838 /Master/texmf-dist/doc/latex/fontaxes/README | |
parent | 92d4b04fa1e31cfc4d0c314aa84d75d0a239db62 (diff) |
new latex package fontaxes (19sep11)
git-svn-id: svn://tug.org/texlive/trunk@24024 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontaxes/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontaxes/README | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fontaxes/README b/Master/texmf-dist/doc/latex/fontaxes/README new file mode 100644 index 00000000000..a7d48e14630 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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) 2011 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. |