summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-19 23:37:39 +0000
committerKarl Berry <karl@freefriends.org>2013-04-19 23:37:39 +0000
commit69de3344104bfec286cbe7ea63f03fab58d3c1ec (patch)
tree14d60f3983479b6a35b024ed1c170d109b86d4e9 /Master/texmf-dist/tex/context/fonts
parent9ff55323bdb88ede985266ee9123bc2cdda58848 (diff)
context update from cont-tmf.zip of Apr 20 01:16, 11085698 bytes
git-svn-id: svn://tug.org/texlive/trunk@30044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts')
-rw-r--r--Master/texmf-dist/tex/context/fonts/cc-icons.lfg8
-rw-r--r--Master/texmf-dist/tex/context/fonts/ccicons.lfg27
-rw-r--r--Master/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg9
3 files changed, 40 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/cc-icons.lfg b/Master/texmf-dist/tex/context/fonts/cc-icons.lfg
index 2739918afee..fd0759b78d0 100644
--- a/Master/texmf-dist/tex/context/fonts/cc-icons.lfg
+++ b/Master/texmf-dist/tex/context/fonts/cc-icons.lfg
@@ -13,10 +13,14 @@ return {
by = utfbyte("b"),
cc = utfbyte("c"),
nd = utfbyte("d"),
- nc = utfbyte("n"),
+ -- nceu = utfbyte("e"),
sampling = utfbyte("m"),
- share = utfbyte("s"),
+ nc = utfbyte("n"),
+ pd = utfbyte("p"),
remix = utfbyte("r"),
+ share = utfbyte("s"),
+ -- ncjp = utfbyte("y"),
+ -- zero = utfbyte("z"),
logo = utfbyte("C"),
},
},
diff --git a/Master/texmf-dist/tex/context/fonts/ccicons.lfg b/Master/texmf-dist/tex/context/fonts/ccicons.lfg
new file mode 100644
index 00000000000..b79b3fb93a8
--- /dev/null
+++ b/Master/texmf-dist/tex/context/fonts/ccicons.lfg
@@ -0,0 +1,27 @@
+local utfbyte = utf.byte
+
+return {
+ name = "cc-icons",
+ version = "1.00",
+ comment = "Goodies that complement creative commons icons (ctan variant).",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ remapping = {
+ tounicode = true,
+ unicodes = {
+ sa = utfbyte("a"),
+ by = utfbyte("b"),
+ cc = utfbyte("c"), -- logo (so not the same name)
+ nd = utfbyte("d"),
+ nceu = utfbyte("e"),
+ sampling = utfbyte("m"),
+ nc = utfbyte("n"),
+ pd = utfbyte("p"),
+ remix = utfbyte("r"),
+ share = utfbyte("s"),
+ ncjp = utfbyte("y"),
+ zero = utfbyte("z"),
+ logo = 0x00A9, -- copyright
+ },
+ },
+}
diff --git a/Master/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg b/Master/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg
index c8556ebca5b..946458deaa7 100644
--- a/Master/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg
+++ b/Master/texmf-dist/tex/context/fonts/lucida-opentype-math.lfg
@@ -12,6 +12,11 @@ return {
calligraphic = { feature = 'ss04', value = 1, comment = "Mathematical Alternative Calligraphic Characters" },
zero = { feature = 'ss05', value = 1, comment = "Mathematical Alternative Zero" },
partial = { feature = 'ss20', value = 1, comment = "Mathematical Alternative Upright Partial Differential" },
- }
- }
+ },
+ dimensions = {
+ default = { -- experimental values
+ [0x2044] = { xoffset = 275, width = 600 },
+ },
+ },
+ },
}