diff options
-rw-r--r-- | Master/texmf-dist/doc/support/wintools/xpdfrc | 65 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/wintools/xpdfutil-install.txt | 36 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/wintools/xpdfutil-supp.zip | bin | 0 -> 3539834 bytes |
3 files changed, 101 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/wintools/xpdfrc b/Master/texmf-dist/doc/support/wintools/xpdfrc new file mode 100644 index 00000000000..0269233c973 --- /dev/null +++ b/Master/texmf-dist/doc/support/wintools/xpdfrc @@ -0,0 +1,65 @@ +# $Id$ +# +# xpdfrc (for xpdf utilities) +# Change the name of the Resource directory +# c:/res into your own one, if it differs. +# +#----- begin Arabic support package (2011-sep-02) +unicodeMap ISO-8859-6 C:/res/arabic/ISO-8859-6.unicodeMap +#----- end Arabic support package +#----- begin Chinese Simplified support package (2011-sep-02) +cidToUnicode Adobe-GB1 c:/res/chinese-simplified/Adobe-GB1.cidToUnicode +unicodeMap ISO-2022-CN c:/res/chinese-simplified/ISO-2022-CN.unicodeMap +unicodeMap EUC-CN c:/res/chinese-simplified/EUC-CN.unicodeMap +unicodeMap GBK c:/res/chinese-simplified/GBK.unicodeMap +cMapDir Adobe-GB1 c:/res/chinese-simplified/CMap +toUnicodeDir c:/res/chinese-simplified/CMap +#fontFileCC Adobe-GB1 c:/windows/fonts/gkai00mp.ttf +#----- end Chinese Simplified support package +#----- begin Chinese Traditional support package (2011-sep-02) +cidToUnicode Adobe-CNS1 c:/res/chinese-traditional/Adobe-CNS1.cidToUnicode +unicodeMap Big5 c:/res/chinese-traditional/Big5.unicodeMap +unicodeMap Big5ascii c:/res/chinese-traditional/Big5ascii.unicodeMap +cMapDir Adobe-CNS1 c:/res/chinese-traditional/CMap +toUnicodeDir c:/res/chinese-traditional/CMap +#fontFileCC Adobe-CNS1 c:/windows/fonts/bkai00mp.ttf +#----- end Chinese Traditional support package +#----- begin Cyrillic support package (2011-aug-15) +nameToUnicode c:/res/cyrillic/Bulgarian.nameToUnicode +unicodeMap KOI8-R c:/res/cyrillic/KOI8-R.unicodeMap +#----- end Cyrillic support package +#----- begin Greek support package (2011-aug-15) +nameToUnicode c:/res/greek/Greek.nameToUnicode +unicodeMap ISO-8859-7 c:/res/greek/ISO-8859-7.unicodeMap +#----- end Greek support package +#----- begin Hebrew support package (2011-aug-15) +unicodeMap ISO-8859-8 c:/res/hebrew/ISO-8859-8.unicodeMap +unicodeMap Windows-1255 c:/res/hebrew/Windows-1255.unicodeMap +#----- end Hebrew support package +#----- begin Japanese support package (2011-sep-02) +cidToUnicode Adobe-Japan1 c:/res/japanese/Adobe-Japan1.cidToUnicode +unicodeMap ISO-2022-JP c:/res/japanese/ISO-2022-JP.unicodeMap +unicodeMap EUC-JP c:/res/japanese/EUC-JP.unicodeMap +unicodeMap Shift-JIS c:/res/japanese/Shift-JIS.unicodeMap +cMapDir Adobe-Japan1 c:/res/japanese/CMap +toUnicodeDir c:/res/japanese/CMap +#fontFileCC Adobe-Japan1 c:/windows/fonts/msmincho.ttf +#----- end Japanese support package +#----- begin Korean support package (2011-sep-02) +cidToUnicode Adobe-Korea1 c:/res/korean/Adobe-Korea1.cidToUnicode +unicodeMap ISO-2022-KR c:/res/korean/ISO-2022-KR.unicodeMap +cMapDir Adobe-Korea1 c:/res/korean/CMap +toUnicodeDir c:/res/korean/CMap +#fontFileCC Adobe-Korea1 c:/windows/fonts/batang.ttf" +#fontFileCC Unidocs-Korea1 c:/windows/fonts/batang.ttf" +#----- end Korean support package +#----- begin Latin2 support package (2011-aug-15) +unicodeMap Latin2 c:/res/latin2/Latin2.unicodeMap +#----- end Latin2 support package +#----- begin Thai support package (2011-aug-15) +nameToUnicode c:/res/thai/Thai.nameToUnicode +unicodeMap TIS-620 c:/res/thai/TIS-620.unicodeMap +#----- end Thai support package +#----- begin Turkish support package (2011-aug-15) +unicodeMap ISO-8859-9 c:/res/turkish/ISO-8859-9.unicodeMap +#----- end Turkish support package diff --git a/Master/texmf-dist/doc/support/wintools/xpdfutil-install.txt b/Master/texmf-dist/doc/support/wintools/xpdfutil-install.txt new file mode 100644 index 00000000000..8aea53d25a2 --- /dev/null +++ b/Master/texmf-dist/doc/support/wintools/xpdfutil-install.txt @@ -0,0 +1,36 @@ +$Id$ + + Installation of resources for xpdf utilities + +(1) Create your own directory for xpdf resources. + Default is c:/res + mkdir c:\res + +(2) Expand xpdfutil-supp.zip in your resource directory: + copy xpdfutil-supp.zip c:\res + cd /d c:\res + unzip xpdfutil-supp.zip + del xpdfutil-supp.zip + +(3) In the file xpdfrc, change c:/res into the name of + your resource directory. If it is c:/res, it is not + necessary to change. + +(4) Copy the file xpdfrc to the binary directory of TeX Live. + copy xpdfrc somewhere\bin\win32 + + +Contents in the file xpdfutil-supp.zip are those in +Arabic: xpdf-arabic.tar.gz +Chinese/simplified: xpdf-chinese-simplified.tar.gz +Chinese/traditional: xpdf-chinese-traditional.tar.gz +Cyrillic: xpdf-cyrillic.tar.gz +Greek: xpdf-greek.tar.gz +Hebrew: xpdf-hebrew.tar.gz +Japanese: xpdf-japanese.tar.gz +Korean: xpdf-korean.tar.gz +Latin2: xpdf-latin2.tar.gz +Thai: xpdf-thai.tar.gz +Turkish: xpdf-turkish.tar.gz +provided at http://www.foolabs.com/xpdf/download.html. + diff --git a/Master/texmf-dist/doc/support/wintools/xpdfutil-supp.zip b/Master/texmf-dist/doc/support/wintools/xpdfutil-supp.zip Binary files differnew file mode 100644 index 00000000000..1bc8d7086ca --- /dev/null +++ b/Master/texmf-dist/doc/support/wintools/xpdfutil-supp.zip |