summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/charissil/CharisSIL.sty18
-rw-r--r--Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty45
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