diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-17 22:45:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-17 22:45:26 +0000 |
commit | c1e290ea748e1163c10db9d73fdcbac4953a5a80 (patch) | |
tree | aac28b2533349b66b8b81137756858ade8914e24 /Master/texmf-dist/tex/latex/librecaslon | |
parent | b7444511914f099b5ff2d33be2a440a081d37e86 (diff) |
librecaslon (17oct13)
git-svn-id: svn://tug.org/texlive/trunk@31929 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/librecaslon')
-rw-r--r-- | Master/texmf-dist/tex/latex/librecaslon/librecaslon.sty | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/librecaslon/librecaslon.sty b/Master/texmf-dist/tex/latex/librecaslon/librecaslon.sty index 551f1efd67d..b4424e43247 100644 --- a/Master/texmf-dist/tex/latex/librecaslon/librecaslon.sty +++ b/Master/texmf-dist/tex/latex/librecaslon/librecaslon.sty @@ -93,10 +93,20 @@ BoldItalicFont = *-BoldItalic ] {LibreCaslonText} \providecommand\useosf{% + \edef\librecaslon@figurestyle{OldStyle} \defaultfontfeatures{ Ligatures = TeX , Extension = .otf , - SmallCapsFeatures={Letters=SmallCaps} + Scale = \LibreCaslonText@scale , + } + \setmainfont + [ Numbers = {\librecaslon@figurestyle}, + UprightFont = *-Regular , + ItalicFont = *-Italic , + BoldFont = *-Bold , + BoldItalicFont = *-BoldItalic ] + {LibreCaslonText} + \defaultfontfeatures{} } \newfontfamily\librecaslon [ Numbers = {\librecaslon@figurestyle}, |