diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-05 01:02:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-05 01:02:19 +0000 |
commit | 5580b0901368ea492550c898d28628d7a224b9b0 (patch) | |
tree | 2a0a4ee4128f176371a9d8d5ad348229efae8cc1 /Master/texmf-dist/tex | |
parent | dd92320637427aa7d3a3bced788047134a4c0281 (diff) |
substitutefont (4nov13)
git-svn-id: svn://tug.org/texlive/trunk@32066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty b/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty index f1a4b18c365..1960c8cff9f 100644 --- a/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty +++ b/Master/texmf-dist/tex/latex/substitutefont/substitutefont.sty @@ -28,6 +28,7 @@ % 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) +% 2013-11-04 0.1.4 documentation update % ============ ===== ================================================= % % @@ -40,13 +41,14 @@ % and "small-caps" and the shapes "medium", "bold", and "bold-extended". % % Example: -% Palatino with the standard package `mathpazo` for Latin and +% Palatino with the standard package `mathpazo`_ for Latin and % `GFS Didot`_ for Greek: % % .. code:: latex % % \usepackage[sc,slantedGreek]{mathpazo} -% \substitutefont{LGR}{pplx}{udidot} +% \usepackage{substitutefont} +% \substitutefont{LGR}{\rmdefault}{udidot} % % % Implementation @@ -75,3 +77,4 @@ % .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt % .. _GFS Didot: http://mirror.ctan.org/help/Catalogue/entries/gfsdidot.html +% .. _mathpazo: http://www.ctan.org/pkg/mathpazo |