diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-22 22:14:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-22 22:14:51 +0000 |
commit | 804884b921da3ed10618686d17d0d8a351a7268d (patch) | |
tree | 36ffefc01bd7d984169e885880feedaef9c9fcad /Master/texmf-dist/tex/latex/almendra | |
parent | d3db547419460e604b7c5fb0432163f64321e2ed (diff) |
almendra (23sep19)
git-svn-id: svn://tug.org/texlive/trunk@52149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/almendra')
-rw-r--r-- | Master/texmf-dist/tex/latex/almendra/almendra.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/almendra/almendra.sty b/Master/texmf-dist/tex/latex/almendra/almendra.sty index 567dd5aaaec..4740ff3e8bc 100644 --- a/Master/texmf-dist/tex/latex/almendra/almendra.sty +++ b/Master/texmf-dist/tex/latex/almendra/almendra.sty @@ -1,5 +1,5 @@ \ProvidesPackage{almendra}[% - 2019/05/11 (Bob Tennent) Supports Almendra fonts for all LaTeX engines. ] + 2019/09/18 (Bob Tennent) Supports Almendra fonts for all LaTeX engines. ] \RequirePackage{ifxetex,ifluatex,textcomp} @@ -38,7 +38,7 @@ ItalicFont = *-Italic , BoldFont = *-Bold , BoldItalicFont = *-BoldItalic , - SmallCapsFont = {AlmendraSmallcaps} + SmallCapsFont = {AlmendraSmallCaps} ] {Almendra} \newfontfamily\almendra @@ -46,7 +46,7 @@ ItalicFont = *-Italic , BoldFont = *-Bold , BoldItalicFont = *-BoldItalic , - SmallCapsFont = {AlmendraSmallcaps} + SmallCapsFont = {AlmendraSmallCaps} ] {Almendra} |