diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2007-01-07 04:24:06 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2007-01-07 04:24:06 +0000 |
commit | e12f1dcb0b360e71ce89e9cf707a1f70897cc4f6 (patch) | |
tree | 005ff99c7243687e7b57688408fd080157ddf178 | |
parent | dd01fd18c62619343ca7d863947edc8506c17926 (diff) |
Update vntex (3.1.4).
git-svn-id: svn://tug.org/texlive/trunk@3189 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/INSTALL | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/NEWS | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/Makefile | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/vnsample.cls | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/vntex.txt | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/vntex.tpm | 6 |
8 files changed, 17 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/vntex/INSTALL b/Master/texmf-dist/doc/generic/vntex/INSTALL index 3bec3087986..f67acb2d147 100644 --- a/Master/texmf-dist/doc/generic/vntex/INSTALL +++ b/Master/texmf-dist/doc/generic/vntex/INSTALL @@ -1,4 +1,4 @@ -vntex-3.1.3 +vntex-3.1.4 This file is part of VnTeX. License: LPPL, version 1.3 or newer, see: http://www.latex-project.org/lppl.txt @@ -13,7 +13,7 @@ Installation UNIX, Linux, MacOS/X, TeXLive (UNIX or Windows) ----------------------------------------------- -To install VnTeX on a web2c system you have to unpack vntex-3.1.3.zip +To install VnTeX on a web2c system you have to unpack vntex-3.1.4.zip inside of a texmf tree. It is recommended to create an own directory tree for vntex so that you can remove it easily when you update your TeX system. diff --git a/Master/texmf-dist/doc/generic/vntex/NEWS b/Master/texmf-dist/doc/generic/vntex/NEWS index 4e1b4678935..5a0b4dffbba 100644 --- a/Master/texmf-dist/doc/generic/vntex/NEWS +++ b/Master/texmf-dist/doc/generic/vntex/NEWS @@ -1,4 +1,4 @@ -vntex-3.1.3 +vntex-3.1.4 Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. This file is part of vntex. License: LPPL, version 1.3 or newer, @@ -87,7 +87,7 @@ Changes from version 3.02 (released 2005/09/25 at vntex.sf.net): * Add new font Vntopia. - * Supplier directories for VNR fonts is now vntex instead of public. + * Supplier directories for VNR fonts are now 'vntex' instead of 'public'. * Add support for Scientific Workplace (swpvntex.sty). diff --git a/Master/texmf-dist/doc/generic/vntex/README b/Master/texmf-dist/doc/generic/vntex/README index 089b307bcf6..31b0416495e 100644 --- a/Master/texmf-dist/doc/generic/vntex/README +++ b/Master/texmf-dist/doc/generic/vntex/README @@ -1,4 +1,4 @@ -vntex-3.1.3 +vntex-3.1.4 Copyright 2005 Reinhard Kotucha <Reinhard.Kotucha@web.de>. This file is part of vntex. License: LPPL, version 1.3 or newer, diff --git a/Master/texmf-dist/doc/generic/vntex/tests/Makefile b/Master/texmf-dist/doc/generic/vntex/tests/Makefile index bde0464d108..b82c2eaa20a 100644 --- a/Master/texmf-dist/doc/generic/vntex/tests/Makefile +++ b/Master/texmf-dist/doc/generic/vntex/tests/Makefile @@ -1,4 +1,4 @@ -# vntex-3.1.3 +# vntex-3.1.4 # # Author: Han The Thanh <hanthethanh@gmx.net>. # This file is part of vntex. Public domain. diff --git a/Master/texmf-dist/doc/generic/vntex/tests/README b/Master/texmf-dist/doc/generic/vntex/tests/README index 832f1d316fb..aee3a87ec8f 100644 --- a/Master/texmf-dist/doc/generic/vntex/tests/README +++ b/Master/texmf-dist/doc/generic/vntex/tests/README @@ -1,4 +1,4 @@ -vntex-3.1.3 +vntex-3.1.4 Copyright 2003-2005 Han The Thanh <HanTheThanh@gmx.net> and Reinhard Kotucha <Reinhard.Kotucha@web.de>. diff --git a/Master/texmf-dist/doc/generic/vntex/tests/vnsample.cls b/Master/texmf-dist/doc/generic/vntex/tests/vnsample.cls index 6a8af729733..18293e75e8f 100644 --- a/Master/texmf-dist/doc/generic/vntex/tests/vnsample.cls +++ b/Master/texmf-dist/doc/generic/vntex/tests/vnsample.cls @@ -13,7 +13,12 @@ \LoadClass[a4paper]{article} \RequirePackage{ifpdf} -\ifpdf\IfFileExists{cmap.sty}{\RequirePackage{cmap}}{}\fi + +\ifpdf\IfFileExists{cmap.sty}{\RequirePackage{cmap}}{ +\ClassWarningNoLine{vnsample}{I can't find the file `cmap.sty'.\MessageBreak +The search tool in your PDF browser will miss many\MessageBreak +words containing Vietnamese characters}}\fi + \RequirePackage[viscii]{vietnam} \RequirePackage{multicol} \RequirePackage{geometry} diff --git a/Master/texmf-dist/doc/generic/vntex/vntex.txt b/Master/texmf-dist/doc/generic/vntex/vntex.txt index 8265a29b1cc..28ff99a0d3b 100644 --- a/Master/texmf-dist/doc/generic/vntex/vntex.txt +++ b/Master/texmf-dist/doc/generic/vntex/vntex.txt @@ -1,4 +1,4 @@ -vntex-3.1.3 +vntex-3.1.4 This file is part of VnTeX. License: LPPL, version 1.3 or newer, see: http://www.latex-project.org/lppl.txt diff --git a/Master/texmf-dist/tpm/vntex.tpm b/Master/texmf-dist/tpm/vntex.tpm index 2c1032944e5..47790cd77ea 100644 --- a/Master/texmf-dist/tpm/vntex.tpm +++ b/Master/texmf-dist/tpm/vntex.tpm @@ -3,7 +3,7 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/vntex.zip"> <TPM:Name>vntex</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/12/14 01:36:47</TPM:Date> + <TPM:Date>2007/01/07 03:36:37</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>rahtz</TPM:Creator> <TPM:Title>Vietnamese LaTeX and Plain TeX support.</TPM:Title> @@ -14,7 +14,7 @@ Han The Thanh, Werner Lemberg, Reinhard Kotucha <TPM:Size>10604564</TPM:Size> <TPM:License></TPM:License> <TPM:Build/> - <TPM:RunFiles size="9290058"> + <TPM:RunFiles size="9362136"> texmf-dist/fonts/afm/vntex/chartervn/bchb8v.afm texmf-dist/fonts/afm/vntex/chartervn/bchbi8v.afm texmf-dist/fonts/afm/vntex/chartervn/bchr8v.afm @@ -585,7 +585,7 @@ texmf-dist/tex/plain/vntex/t5code.tex texmf-dist/tex/plain/vntex/vntexinfo.tex texmf-dist/tpm/vntex.tpm </TPM:RunFiles> - <TPM:DocFiles size="1314506"> + <TPM:DocFiles size="1314694"> texmf-dist/doc/generic/vntex/GPL.txt texmf-dist/doc/generic/vntex/INSTALL texmf-dist/doc/generic/vntex/LGPL.txt |