diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty b/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty index de22a81abd0..f1a4b18c365 100644 --- a/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty +++ b/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty @@ -18,7 +18,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{substitutefont} -[2012/04/30 v0.1.1 combine font families] +[2012/07/07 v0.1.3 combine font families] % Changelog: % .. class:: borderless @@ -26,6 +26,8 @@ % ============ ===== ================================================= % 2010-11-04 0.1 initial version % 2012-04-30 0.1.1 documentation update, upload to CTAN +% 2012-07-05 0.1.2 documentation/example update +% 2012-07-07 0.1.3 bugfix (comment usage example) % ============ ===== ================================================= % % @@ -38,11 +40,13 @@ % and "small-caps" and the shapes "medium", "bold", and "bold-extended". % % Example: -% Use the `txtt` font family from txfonts_ instead of CM for -% monospaced text (enables monospaced-bold as well as -% monospaced-italic): +% Palatino with the standard package `mathpazo` for Latin and +% `GFS Didot`_ for Greek: % -% ``\substitutefont{T1}{txtt}{cmtt}`` +% .. code:: latex +% +% \usepackage[sc,slantedGreek]{mathpazo} +% \substitutefont{LGR}{pplx}{udidot} % % % Implementation @@ -70,4 +74,4 @@ \endgroup % .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt -% .. _txfonts: http://mirror.ctan.org/help/Catalogue/entries/txfonts.html +% .. _GFS Didot: http://mirror.ctan.org/help/Catalogue/entries/gfsdidot.html |