diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-15 23:32:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-15 23:32:30 +0000 |
commit | 03e62fd08f258055bc7f92e2309525edffacb9a7 (patch) | |
tree | 55d751179a9a86b4b3243bcc0cb3823a75902738 | |
parent | 210f6b4d5e219769ade60e62594dbea850759243 (diff) |
Asana-Math (2jun15)
git-svn-id: svn://tug.org/texlive/trunk@37556 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/fonts/Asana-Math/FontLog.txt | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/Asana-Math/README | 34 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf | bin | 429284 -> 429452 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/truetype/public/Asana-Math/ASANA.TTC | bin | 0 -> 772896 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf | bin | 499040 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
6 files changed, 25 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/fonts/Asana-Math/FontLog.txt b/Master/texmf-dist/doc/fonts/Asana-Math/FontLog.txt index 7f72bcb1c72..0beb681683f 100644 --- a/Master/texmf-dist/doc/fonts/Asana-Math/FontLog.txt +++ b/Master/texmf-dist/doc/fonts/Asana-Math/FontLog.txt @@ -53,4 +53,6 @@ 000.953 Fixed symbol u2911 -000.954 Added space characters HAIR SPACE, EN SPACE, etc.
\ No newline at end of file +000.954 Added space characters HAIR SPACE, EN SPACE, etc. + +000.955 Line spacing is now correct for all versions of Gecko
\ No newline at end of file diff --git a/Master/texmf-dist/doc/fonts/Asana-Math/README b/Master/texmf-dist/doc/fonts/Asana-Math/README index 3bd042a7967..1c2e847abb9 100644 --- a/Master/texmf-dist/doc/fonts/Asana-Math/README +++ b/Master/texmf-dist/doc/fonts/Asana-Math/README @@ -1,17 +1,25 @@ The "Asana Math" OpenType font includes all mathematical symbols -included in the latest version of Unicode. It includes a MATH t -able as an extension to OpenType that would enable selecting glyphs -for stretchy operators in a not-so-font-specific manner. It has -been successfully tested with XeTeX 0.9997.4 and Word 2007/2010. -The font was constructed using glyphs from the pxfonts of Young Ryu -while many symbols were designed by the author. The name Asana -(Ἀσάνα, Asána) is the name of the mythological goddess Athena in -the Doric dialect. The font is finished (?), but it is quite -possible that users may find bugs and/or problems. Anyone who will -find a bug or a problem, should contact the author and report her -findings. The TrueType version of the font is provided for people -using Word and should not be included in a standard TeX installation. +included in the latest version of Unicode. It includes a MATH +table, which is an extension to OpenType font technology, that +makes it possible to select glyphs for stretchy operators in a +not-so-font-specific manner. The font has been successfully tested +with XeTeX 0.99992 and Word 2007/2010. It was constructed using +glyphs from the pxfonts of Young Ryu while many symbols were designed +by the author. The name Asana (Ἀσάνα, Asána) is the name of the +mythological goddess Athena in the Doric dialect. The font is +finished (?), but it is quite possible that users may find bugs +and/or problems. Anyone who will find a bug or a problem, should +contact the author and report her findings. + +******************************************************************* +NOTE: Ideally, the font should be installed systemwide. However, * +the .TTC file should be installed only in Windows systems and it * +is provided for people using FireFox, Word, etc. In addition, the * +.TTC file should not be included in a standard TeX installation. * +On Unix or Unix-like system, an administrtor can install either * +the .otf or the .TTC file in her system. * +******************************************************************* Apostolos Syropoulos Xanthi, Greece -October 10, 2014 +June 02, 2015 diff --git a/Master/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf b/Master/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf Binary files differindex 2998f51eff6..a885c4435ae 100644 --- a/Master/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf +++ b/Master/texmf-dist/fonts/opentype/public/Asana-Math/Asana-Math.otf diff --git a/Master/texmf-dist/fonts/truetype/public/Asana-Math/ASANA.TTC b/Master/texmf-dist/fonts/truetype/public/Asana-Math/ASANA.TTC Binary files differnew file mode 100644 index 00000000000..7817085a808 --- /dev/null +++ b/Master/texmf-dist/fonts/truetype/public/Asana-Math/ASANA.TTC diff --git a/Master/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf b/Master/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf Binary files differdeleted file mode 100644 index 2687a5b3a62..00000000000 --- a/Master/texmf-dist/fonts/truetype/public/Asana-Math/Asana-Math.ttf +++ /dev/null diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 052a4d18d40..d82b48c3db0 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2558,7 +2558,7 @@ $standardpfm='\.pfm'; $standardsfd=NULL; # subfont definition, not fontforge! %specialsfd = (); # only dnp, ttf2pk -$standardttf = '\.ttf'; +$standardttf = '\.ttf|\.TTC'; %specialttf = ( ); |