summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/third/typescripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-20 01:22:40 +0000
committerKarl Berry <karl@freefriends.org>2011-12-20 01:22:40 +0000
commit3d30977c9e81ee1e08b4bd541a5e4797c1896e9c (patch)
tree29a97c4fbb3aa4f74cbdb2174331132eea6f3a32 /Master/texmf-dist/tex/context/third/typescripts
parent26c9e3b5c4f008407e4628e3ead683d4962c38d9 (diff)
context-typescripts (19dec11)
git-svn-id: svn://tug.org/texlive/trunk@24879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/third/typescripts')
-rw-r--r--Master/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv4
-rw-r--r--Master/texmf-dist/tex/context/third/typescripts/type-ernestine.mkiv61
2 files changed, 62 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv b/Master/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv
index 0c0b0d02537..fed4d7023b3 100644
--- a/Master/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv
+++ b/Master/texmf-dist/tex/context/third/typescripts/type-calluna.mkiv
@@ -63,6 +63,4 @@
\quittypescriptscanning
\stoptypescript
-\stoptypescriptcollection
-
-\endinput
+\stoptypescriptcollection \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/third/typescripts/type-ernestine.mkiv b/Master/texmf-dist/tex/context/third/typescripts/type-ernestine.mkiv
new file mode 100644
index 00000000000..b91b8021740
--- /dev/null
+++ b/Master/texmf-dist/tex/context/third/typescripts/type-ernestine.mkiv
@@ -0,0 +1,61 @@
+%D \module
+%D [ file=type-ernestine,
+%D version=2011.12.18,
+%D title=\CONTEXT\ Typescript Macros,
+%D subtitle=Ernestine Pro Font Definitions,
+%D author=Wolfgang Schuster,
+%D date=\currentdate,
+%D copyright=Wolfgang Schuster,
+%D license=GNU General Public License]
+
+%C Copyright (C) 2011 Wolfgang Schuster
+%C
+%C This program is free software: you can redistribute it and/or modify
+%C it under the terms of the GNU General Public License as published by
+%C the Free Software Foundation, either version 3 of the License, or
+%C any later version.
+%C
+%C This program is distributed in the hope that it will be useful,
+%C but WITHOUT ANY WARRANTY; without even the implied warranty of
+%C MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+%C GNU General Public License for more details.
+%C
+%C You should have received a copy of the GNU General Public License
+%C along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+\starttypescriptcollection [ernestine]
+
+\starttypescript [\s!serif] [ernestine,ernestine-light]
+ \definefontsynonym [Ernestine-Light] [\s!file:ernestineprolight] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-LightItalic] [\s!file:ernestineprolightitalic] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-Demibold] [\s!file:ernestineprodemibold] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-DemiboldItalic] [\s!file:ernestineprodemibolditalic] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-Regular] [\s!file:ernestinepro] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-Italic] [\s!file:ernestineproitalic] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-Bold] [\s!file:ernestineprobold] [\s!features=\s!default]
+ \definefontsynonym [Ernestine-BoldItalic] [\s!file:ernestineprobolditalic] [\s!features=\s!default]
+\stoptypescript
+
+\starttypescript [\s!serif] [ernestine-light]
+ \definefontsynonym [\s!Serif] [Ernestine-Light] [\s!features=\s!default]
+ \definefontsynonym [\s!SerifItalic] [Ernestine-LightItalic] [\s!features=\s!default]
+ \definefontsynonym [\s!SerifBold] [Ernestine-Demibold] [\s!features=\s!default]
+ \definefontsynonym [\s!SerifBoldItalic] [Ernestine-DemiboldItalic] [\s!features=\s!default]
+\stoptypescript
+
+\starttypescript [\s!serif] [ernestine]
+ \definefontsynonym [\s!Serif] [Ernestine-Regular] [\s!features=\s!default]
+ \definefontsynonym [\s!SerifItalic] [Ernestine-Italic] [\s!features=\s!default]
+ \definefontsynonym [\s!SerifBold] [Ernestine-Bold] [\s!features=\s!default]
+ \definefontsynonym [\s!SerifBoldItalic] [Ernestine-BoldItalic] [\s!features=\s!default]
+\stoptypescript
+
+\starttypescript [ernestine,ernestine-light]
+ \definetypeface [ernestine] [rm] [\s!serif] [\typescriptone] [\s!default]
+ \definetypeface [ernestine] [ss] [\s!sans] [modern] [\s!default] [\s!rscale=\v!auto]
+ \definetypeface [ernestine] [tt] [\s!mono] [modern] [\s!default] [\s!rscale=\v!auto]
+ \definetypeface [ernestine] [mm] [\s!math] [modern] [\s!default] [\s!rscale=\v!auto]
+ \quittypescriptscanning
+\stoptypescript
+
+\stoptypescriptcollection \ No newline at end of file