summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-23 23:38:05 +0000
committerKarl Berry <karl@freefriends.org>2013-06-23 23:38:05 +0000
commit60f28f85f2707b6a48c3b5aec0ea68b8ee21e466 (patch)
treeab34d8d573457bea6a804ee3d5de48dd500bf028 /Master/texmf-dist/tex/context/fonts
parentac5882d0cb115e11b5cc2e62107ef5822f3507f5 (diff)
context
git-svn-id: svn://tug.org/texlive/trunk@30865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts')
-rw-r--r--Master/texmf-dist/tex/context/fonts/texgyre.lfg6
-rw-r--r--Master/texmf-dist/tex/context/fonts/treatments.lfg30
2 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/texgyre.lfg b/Master/texmf-dist/tex/context/fonts/texgyre.lfg
index 95369223225..7782aa5093c 100644
--- a/Master/texmf-dist/tex/context/fonts/texgyre.lfg
+++ b/Master/texmf-dist/tex/context/fonts/texgyre.lfg
@@ -20,5 +20,11 @@ return {
"tgtermesmath-regular.otf",
"tgtermes-math.otf",
},
+ ["texgyre-bonum-math-regular.otf"] = {
+ "texgyrebonum-math.otf", -- beta
+ "texgyrebonummath-regular.otf",
+ "tgbonummath-regular.otf",
+ "tgbonum-math.otf",
+ },
},
}
diff --git a/Master/texmf-dist/tex/context/fonts/treatments.lfg b/Master/texmf-dist/tex/context/fonts/treatments.lfg
new file mode 100644
index 00000000000..22706d6e974
--- /dev/null
+++ b/Master/texmf-dist/tex/context/fonts/treatments.lfg
@@ -0,0 +1,30 @@
+-- There can be multiple treatments.lfg files in the tree and all are loaded in
+-- the order specified by tree order access. The first treatment of a file
+-- always wins, so one can overload. These files are not (to be) loaded with
+-- font definitions. (Experiment as part of writing the font manual.)
+
+return {
+ name = "treatments",
+ version = "1.00",
+ comment = "Goodies that deals with some general issues.",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ treatments = {
+ -- we need to complete this list in order to be able to warn
+ -- users not to include these files unless permitted
+ ["adobeheitistd-regular.otf"] = {
+ ignored = false,
+ -- included = false, -- not yet
+ comment = "this font is part of acrobat",
+ },
+ -- just an experiment .. normally no big deal but I ran into
+ -- such case
+ ["crap.ttf"] = {
+ ignored = true,
+ comment = "a text file with suffix ttf", -- used in test file
+ },
+ ["latinmodern-math.otf"] = {
+ comment = "experimental",
+ }
+ },
+}