diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/vntex')
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/vietnam.sty | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/vntex/vntex.sty | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/vntex/vietnam.sty b/Master/texmf-dist/tex/latex/vntex/vietnam.sty index f02d87707db..a1563ef4cb9 100644 --- a/Master/texmf-dist/tex/latex/vntex/vietnam.sty +++ b/Master/texmf-dist/tex/latex/vntex/vietnam.sty @@ -17,7 +17,7 @@ %% The current maintainers are Werner Lemberg, Han The Thanh, and %% Reinhard Kotucha. %% -\ProvidesPackage{vietnam}[2006/10/18 v1.2 support for Vietnamese] +\ProvidesPackage{vietnam}[2009/07/12 v1.3 support for Vietnamese] \RequirePackage{ifthen} @@ -26,6 +26,7 @@ \newboolean{nocaptions} \newboolean{vnutf8} \newboolean{varioref} +\newboolean{cmap} \DeclareOption{viscii} {\PassOptionsToPackage{viscii}{inputenc} diff --git a/Master/texmf-dist/tex/latex/vntex/vntex.sty b/Master/texmf-dist/tex/latex/vntex/vntex.sty index 4aeb2ab6560..6d7e95bee99 100644 --- a/Master/texmf-dist/tex/latex/vntex/vntex.sty +++ b/Master/texmf-dist/tex/latex/vntex/vntex.sty @@ -21,7 +21,7 @@ %% as the default input encoding. %% vntex.sty had been proposed by Huynh Ky Anh <xKyAnh@gmail.com>. %% -\ProvidesPackage{vntex}[2009/03/14 v1.0 support for Vietnamese] +\ProvidesPackage{vntex}[2009/07/12 v1.1 support for Vietnamese] \RequirePackage{ifthen} @@ -30,6 +30,7 @@ \newboolean{nocaptions} \newboolean{vnutf8} \newboolean{varioref} +\newboolean{cmap} \DeclareOption{viscii} {\PassOptionsToPackage{viscii}{inputenc} |