diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-19 20:43:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-19 20:43:29 +0000 |
commit | 51711e46c424b5b68b40cce263215c7bd0a79a10 (patch) | |
tree | a153e031f135c0512966b127b7fa16cf35d3e48c /Master/texmf-dist/tex/latex/marcellus | |
parent | 5a892d135c9e82899f686c067890e890186b1fc8 (diff) |
marcellus (19sep19)
git-svn-id: svn://tug.org/texlive/trunk@52124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/marcellus')
-rw-r--r-- | Master/texmf-dist/tex/latex/marcellus/marcellus.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/marcellus/marcellus.sty b/Master/texmf-dist/tex/latex/marcellus/marcellus.sty index 783129ea1e4..fd91f6a11f9 100644 --- a/Master/texmf-dist/tex/latex/marcellus/marcellus.sty +++ b/Master/texmf-dist/tex/latex/marcellus/marcellus.sty @@ -1,5 +1,5 @@ \ProvidesPackage{marcellus}[% - 2019/05/11 (Bob Tennent) Supports Marcellus fonts for all LaTeX engines. ] + 2019/09/18 (Bob Tennent) Supports Marcellus fonts for all LaTeX engines. ] \RequirePackage{ifxetex,ifluatex,textcomp} @@ -36,13 +36,13 @@ \setmainfont [ UprightFont = *-Regular , BoldFont = *-Regular, - SmallCapsFont = {MarcellusSmallcaps} + SmallCapsFont = {MarcellusSmallCaps} ] {Marcellus} \newfontfamily\marcellus [ UprightFont = *-Regular , BoldFont = *-Regular, - SmallCapsFont = {MarcellusSmallcaps} + SmallCapsFont = {MarcellusSmallCaps} ] {Marcellus} |