diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-19 20:25:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-19 20:25:12 +0000 |
commit | 670aa5af54f305b6fa12d613a6c193469280fb75 (patch) | |
tree | 8c85b81d53afc4b783eeeae90107db3e9623e527 /Master/texmf-dist/tex | |
parent | a04b63f61f76e6bbcf8fb89494dc8c155a5f3082 (diff) |
charissil (19aug21)
git-svn-id: svn://tug.org/texlive/trunk@60281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/charissil/CharisSIL.sty | 18 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty | 45 |
2 files changed, 54 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/charissil/CharisSIL.sty b/Master/texmf-dist/tex/latex/charissil/CharisSIL.sty index 71ef7cc35a3..a4752158be7 100644 --- a/Master/texmf-dist/tex/latex/charissil/CharisSIL.sty +++ b/Master/texmf-dist/tex/latex/charissil/CharisSIL.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{CharisSIL} - [2020/07/22 (Bob Tennent and autoinst) Style file for CharisSIL fonts.] + [2021/08/19 (Bob Tennent) Style file for CharisSIL fonts.] \RequirePackage{iftex,xkeyval} @@ -26,17 +26,17 @@ Scale = \CharisSIL@scale , Extension = .ttf } \setmainfont - [ UprightFont = *-R, - ItalicFont = *-I, - BoldFont = *-B, - BoldItalicFont = *-BI , + [ UprightFont = *-Regular, + ItalicFont = *-Italic, + BoldFont = *-Bold, + BoldItalicFont = *-BoldItalic , ] {CharisSIL} \newfontfamily\CharisSIL - [ UprightFont = *-R, - ItalicFont = *-I, - BoldFont = *-B, - BoldItalicFont = *-BI , + [ UprightFont = *-Regular, + ItalicFont = *-Italic, + BoldFont = *-Bold, + BoldItalicFont = *-BoldItalic , ] {CharisSIL} diff --git a/Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty b/Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty new file mode 100644 index 00000000000..c3164ac6c80 --- /dev/null +++ b/Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty @@ -0,0 +1,45 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{CharisSILCompact} + [2021/08/19 (Bob Tennent) Style file for CharisSILCompact fonts.] + +\RequirePackage{iftex,xkeyval} + +\ifpdftex +\PackageError{charissilcompact}{% + **********************************\MessageBreak + Process using xelatex or lualatex\MessageBreak + **********************************} +\fi + + +\newcommand*{\CharisSILCompact@scale}{1} +\DeclareOptionX{scaled}{\renewcommand*{\CharisSILCompact@scale}{#1}} +\DeclareOptionX{scale}{\renewcommand*{\CharisSILCompact@scale}{#1}} + +\ProcessOptionsX\relax + +\RequirePackage{fontspec} + +\ifxetex\XeTeXtracingfonts=1\fi +\defaultfontfeatures{ + Ligatures = TeX , + Scale = \CharisSILCompact@scale , + Extension = .ttf } +\setmainfont + [ UprightFont = *-R, + ItalicFont = *-I, + BoldFont = *-B, + BoldItalicFont = *-B, + ] + {CharisSIL-LiteracyCompact} +\newfontfamily\CharisSILCompact + [ UprightFont = *-R, + ItalicFont = *-I, + BoldFont = *-B, + BoldItalicFont = *-B, + ] + {CharisSIL-LiteracyCompact} + +\defaultfontfeatures{} + +\endinput |