summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/charissil
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-08-21 21:00:09 +0000
committerKarl Berry <karl@freefriends.org>2021-08-21 21:00:09 +0000
commit675daa21c4f033310c94e1d6ff9f3b06799c8c0c (patch)
tree52bb50b608aa2aa7b1e8a65c6eb4bbb7a4afe3ee /Master/texmf-dist/tex/latex/charissil
parent2360e7513bfe59d49713bab0a221c9215d70e448 (diff)
charissil (22aug21)
git-svn-id: svn://tug.org/texlive/trunk@60294 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/charissil')
-rw-r--r--Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty45
1 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty b/Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty
deleted file mode 100644
index 7572ab92cd6..00000000000
--- a/Master/texmf-dist/tex/latex/charissil/CharisSILCompact.sty
+++ /dev/null
@@ -1,45 +0,0 @@
-\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,
- ]
- {CharisSILCompact}
-\newfontfamily\CharisSILCompact
- [ UprightFont = *-R,
- ItalicFont = *-I,
- BoldFont = *-B,
- BoldItalicFont = *-B,
- ]
- {CharisSILCompact}
-
-\defaultfontfeatures{}
-
-\endinput