summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/substitutefont/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/substitutefont/README')
-rw-r--r--Master/texmf-dist/doc/latex/substitutefont/README40
1 files changed, 20 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/substitutefont/README b/Master/texmf-dist/doc/latex/substitutefont/README
index 64ff715c389..8229f87484a 100644
--- a/Master/texmf-dist/doc/latex/substitutefont/README
+++ b/Master/texmf-dist/doc/latex/substitutefont/README
@@ -1,7 +1,7 @@
Combine font families
*********************
-:Date: Last revised 2012-04-30
+:Date: Last revised 2012-07-05
:Copyright: © 2011 Günter Milde <milde@users.sf.net>
:Contributor: Special thanks to Ulrike Fischer who provided
the indirect definition with active ``\nfss@catcodes``.
@@ -14,36 +14,36 @@ Combine font families
Many free fonts are extensions of a basic font family with new glyphs
or shapes. Sometimes they are given a new name due to license reasons
-or the creators preference.
+or the creators preference.
The `substitutefont` package facilitates the task to set up a font
family as substitute for another one in a specified font encoding.
Example:
- Use the `txtt` font family from txfonts_ instead of CM for
- monospaced text (enables monospaced-bold as well as
- monospaced-italic)::
-
- \usepackage{substitutefont}
- \substitutefont{T1}{txtt}{cmtt}
+ Palatino with the standard package `mathpazo` for Latin and
+ `GFS Didot`_ for Greek::
+
+ \usepackage[sc,slantedGreek]{mathpazo}
+ \substitutefont{LGR}{pplx}{udidot}
Source
- `<substitutefont.sty>`_, `<substitutefont.sty.xhtml>`__
+ `<substitutefont.sty>`_, `<substitutefont.sty.html>`__
-_`Tests`
- * CB-Fonts for Greek text in a document using Times/Helvetica/Courier:
- `<test-greek.tex>`__, `<test-greek.pdf>`__
- * TeX-Gyre with Cyrillic from the once included `Freefonts`:
- `<test-cyrillic.tex>`__, `<test-cyrillic.pdf>`__
- * Monospaced text in many variants with txtt:
- `<test-txtt.tex>`__, `<test-txtt.pdf>`__
+Tests
+ * Palatino wiht Greek from `GFS Didot`_:
+ `<greek-palatino-didot.tex>`__, `<greek-palatino-didot.pdf>`__
+ * Latin Modern with Cyrillic from `CM LGC`_:
+ `<cyrillic-times-paratype.tex>`__, `<cyrillic-times-paratype.pdf>`__
+ * `TeX-Gyre` with Cyrillic from `ParaType`_:
+ `<cyrillic-times-paratype.tex>`__, `<cyrillic-times-paratype.pdf>`__
References:
-
`LaTeX2e font selection
<http://mirror.ctan.org/macros/latex/doc/fntguide.pdf>`_
-
+
`LaTeX font encodings
<http://mirror.ctan.org/macros/latex/doc/encguide.pdf>`_
-
- .. _txfonts: http://mirror.ctan.org/help/Catalogue/entries/txfonts.html
+
+ .. _GFS Didot: http://mirror.ctan.org/help/Catalogue/entries/gfsdidot.html
+ .. _CM LGC: http://mirror.ctan.org/help/Catalogue/entries/cm-lgc.html
+ .. _ParaType: http://mirror.ctan.org/help/Catalogue/entries/paratype.html