summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/vntex/tests
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/vntex/tests')
-rw-r--r--Master/texmf-dist/doc/generic/vntex/tests/Makefile2
-rw-r--r--Master/texmf-dist/doc/generic/vntex/tests/README2
-rw-r--r--Master/texmf-dist/doc/generic/vntex/tests/vnsample.cls7
3 files changed, 8 insertions, 3 deletions
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}