summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/typeface/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/typeface/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/typeface/README')
-rw-r--r--macros/latex/contrib/typeface/README56
1 files changed, 56 insertions, 0 deletions
diff --git a/macros/latex/contrib/typeface/README b/macros/latex/contrib/typeface/README
new file mode 100644
index 0000000000..421ede7545
--- /dev/null
+++ b/macros/latex/contrib/typeface/README
@@ -0,0 +1,56 @@
+
+The Typeface Package v0.1 (2012/05/28) Prerelease - release for review
+======================================================================
+
+The typeface package provides a relatively easy-to-use facility for
+setting up default roman, sans serif, typewriter, math, symbols and
+lining/text figures Type1 fonts in LaTeX documents. Its purpose is to
+make it easy to choose, mix and match fonts from among the main Type1
+font sets available at CTAN. Other Type1 fonts can be readily
+incorporated into typeface package management by modifying the provided
+configuration file.
+
+Ignoring the typographic dubiousness of this example, the following code
+will initialise \rmdefault to the light, old style figures variant of KP
+Fonts, \sfdefault to Helvetica, and \ttdefault to Luxi Mono typewriter.
+Math fonts will be initialised to Math Design with Charter text. In the
+process, math fonts and Helvetica will be automatically scaled to the
+ex-height of KP Fonts. Luxi Mono will be scaled to 90% of its design
+size.
+
+ \useackage[typeface=kpfonts:light,
+ sanstypeface=helvetica,
+ monotypeface=luxi:scale:0.9,
+ textfigures=oldstylefigures,
+ mathtypeface=mathdesign:charter,
+ ]{typeface}
+
+The typeface package contains the following files:
+
+ - README - the package README file (this document)
+ - typeface.pdf - the package manual
+ - typeface.tex - the package manual source code
+ - typeface.sty - the typeface package
+ - typeface.cfg - installation customisation and reconfiguration file
+ - typeface-test.tex - typeface package test harness
+ - typeface-test-all-rm.pdf - a very large font exhibits file (~16MB)
+ - typeface-test-all-rm.bat - the MS-DOS script used to produce the file above
+
+See the documentation `typeface.pdf' for further details.
+
+Change history
+--------------
+ - v0.1 (2012/05/28) Prerelease - release for review
+
+License
+-------
+
+Copyright 2012 Geoffrey Jones <geoffrey.jones@uqconnect.edu.au>
+
+Distributable under the LaTeX Project Public License, version 1.3c or
+higher (your choice). The latest version of this license is at:
+http://www.latex-project.org/lppl.txt
+
+This work is "maintained" (per LPPL maintenance status) by Geoffrey Jones.
+
+