diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-21 20:41:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-21 20:41:24 +0000 |
commit | d08ef268d34d35b96f6b017da48b57a92d94b661 (patch) | |
tree | ee8d8507e03d11e1f2cc7670026c8aa12b127d90 /Master/texmf-dist/tex | |
parent | 3e3758af644dc10891585599e86c2c1b78f83167 (diff) |
asapsym (21mar16)
git-svn-id: svn://tug.org/texlive/trunk@40097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/asapsym/asapsym.code.tex | 54 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/asapsym/asapsym.sty | 48 |
2 files changed, 102 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/asapsym/asapsym.code.tex b/Master/texmf-dist/tex/latex/asapsym/asapsym.code.tex new file mode 100644 index 00000000000..ae59bcaf238 --- /dev/null +++ b/Master/texmf-dist/tex/latex/asapsym/asapsym.code.tex @@ -0,0 +1,54 @@ +%% +%% This is file `asapsym.code.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% asapsym.dtx (with options: `plainwrapper') +%% +%% This is a generated file. +%% +%% Copyright (C) 2016 by Paul D. Gessler +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any later +%% version. The latest version of this license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Paul D. Gessler <pdgessler@gmail.com>. +%% +%% This work consists of the files asapsym.dtx, asapsym.ins, and README.md; +%% the compiled documentation asapsym.pdf (generated from asapsym.dtx); +%% and the derived files asapsym.sty, asapsym.code.tex, and asapsym-generic.tex. +%% +%% The OpenType font file Asap-Symbol.otf is Copyright (c) 2014-2015, +%% Omnibus-Type (www.omnibus-type.com <omnibus.type@gmail.com>). +%% It is redistributed with this work under the terms of the SIL Open Font License +%% (OFL), version 1.1. The full text of this license is available at: +%% +%% http://scripts.sil.org/OFL_web +%% +\edef\asapsymatcode{\the\catcode`\@} +\catcode`\@=11 +\ifdefined\XeTeXinterchartoks % we are in XeTeX +\else\ifdefined\directlua % we are in LuaTex + \input luaotfload.sty + \else % not supported + \errmessage{asapsym error: Not an OTF-capable engine! Use xetex or luatex} + \expandafter\endinput + \fi +\fi +\def\asapsym@raw#1#2{\bgroup\font\asapsym = + "[Asap-Symbol.otf]:+ss#1"\asapsym #2\egroup} +\input asapsym-generic +\catcode`\@=\asapsymatcode +\endinput +%% +%% End of file `asapsym.code.tex'. diff --git a/Master/texmf-dist/tex/latex/asapsym/asapsym.sty b/Master/texmf-dist/tex/latex/asapsym/asapsym.sty new file mode 100644 index 00000000000..d86b6ec5591 --- /dev/null +++ b/Master/texmf-dist/tex/latex/asapsym/asapsym.sty @@ -0,0 +1,48 @@ +%% +%% This is file `asapsym.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% asapsym.dtx (with options: `latexwrapper') +%% +%% This is a generated file. +%% +%% Copyright (C) 2016 by Paul D. Gessler +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any later +%% version. The latest version of this license is in: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `maintained'. +%% +%% The Current Maintainer of this work is Paul D. Gessler <pdgessler@gmail.com>. +%% +%% This work consists of the files asapsym.dtx, asapsym.ins, and README.md; +%% the compiled documentation asapsym.pdf (generated from asapsym.dtx); +%% and the derived files asapsym.sty, asapsym.code.tex, and asapsym-generic.tex. +%% +%% The OpenType font file Asap-Symbol.otf is Copyright (c) 2014-2015, +%% Omnibus-Type (www.omnibus-type.com <omnibus.type@gmail.com>). +%% It is redistributed with this work under the terms of the SIL Open Font License +%% (OFL), version 1.1. The full text of this license is available at: +%% +%% http://scripts.sil.org/OFL_web +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{asapsym} + [2016/03/20 v1.0 convenience macros for ASAP symbol font] +\RequirePackage{fontspec} +\newfontfamily{\asapsym}{Asap Symbol} +\def\asapsym@raw#1#2{\bgroup\asapsym% + \addfontfeatures{StylisticSet=#1}#2\egroup} +\input{asapsym-generic} +\endinput +%% +%% End of file `asapsym.sty'. |