diff options
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} |