diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-19 18:21:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-19 18:21:02 +0000 |
commit | 506727280fd93b1d9b6a45cad960359aeea1552d (patch) | |
tree | d51747566ec07610e719cf4ecf22470dea42365a /Master/texmf-dist/source/generic/vntex | |
parent | 658051cf9e3a9f7e1a47c3346c3c00997885ae98 (diff) |
vntex 3.1.9 (11jul09)
git-svn-id: svn://tug.org/texlive/trunk@14322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/vntex')
4 files changed, 24 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/generic/vntex/doc/vntex.tex b/Master/texmf-dist/source/generic/vntex/doc/vntex.tex index 5d3bd1e68ba..19a7db051db 100755 --- a/Master/texmf-dist/source/generic/vntex/doc/vntex.tex +++ b/Master/texmf-dist/source/generic/vntex/doc/vntex.tex @@ -26,6 +26,12 @@ % {\message{***def***}} % \stop +%%%%% TODO %%%%%%%%% +% +% Add last-modified date to the document +% +% Sadly, Eitan doesn't maintain tex4ht any more :( + \usepackage{amsmath,amsfonts,amssymb} \usepackage[utf8]{inputenc} \usepackage[T1,T2A,T5]{fontenc} @@ -186,7 +192,17 @@ \advance\textheight by 4cm \advance\textheight by 2pt -\usepackage[colorlinks, urlcolor=black, filecolor=black]{hyperref} +\edef\YR{\number\year} +\edef\MO{\ifnum\month<10 0\fi\number\month} +\edef\DY{\ifnum\day<10 0\fi\number\day} + +\usepackage[colorlinks, urlcolor=black, filecolor=black, +pdftitle={VnTeX - Typesetting Vietnamese (Revision \YR/\MO/\DY)}, +pdfauthor={Han The Thanh and Reinhard Kotucha}, +pdfsubject={VnTeX User Manual}, +pdfkeywords={VnTeX, typesetting Vietnamese, Vietnamese fonts, + encodings, LaTeX macro packages}]{hyperref} + \hypersetup{pdfnewwindow=true} \begin{document} %\vrule @@ -318,7 +334,7 @@ read from the keyboard. This way it can deal with an arbitrary number of characters internally. You can specify more than one font encoding and \LaTeX\ switches between them automatically. In most cases it's sufficient to know that font encoding |T1| supports Western European -languages and |T5| supports Vientamese. +languages and |T5| supports Vietnamese. \marginnote{input method}But how to enter all the characters if you have only an American keyboard? You have to select an \emph{input @@ -817,7 +833,7 @@ to Vietnamese but affects any multibyte encoding. \http{vntex.sf.net/download/vntex-support/foiltex-vn.zip} - \item If have an old version of \LaTeX\ which does not support + \item If you have an old version of \LaTeX\ which does not support UTF-8, you have to use \pkg{ucs.sty}. If \pkg{ucs.sty} is not present on your system you can install diff --git a/Master/texmf-dist/source/generic/vntex/tests/Makefile b/Master/texmf-dist/source/generic/vntex/tests/Makefile index 6ab1762b1b5..f00cd63f679 100644 --- a/Master/texmf-dist/source/generic/vntex/tests/Makefile +++ b/Master/texmf-dist/source/generic/vntex/tests/Makefile @@ -1,4 +1,4 @@ -# vntex-3.1.8 +# vntex-3.1.9 # # Author: Han The Thanh <hanthethanh@gmx.net>. # This file is part of vntex. Public domain. diff --git a/Master/texmf-dist/source/generic/vntex/tests/README b/Master/texmf-dist/source/generic/vntex/tests/README index b23d7ab251b..53f5f236ce7 100644 --- a/Master/texmf-dist/source/generic/vntex/tests/README +++ b/Master/texmf-dist/source/generic/vntex/tests/README @@ -1,4 +1,4 @@ -vntex-3.1.8 +vntex-3.1.9 Copyright 2003-2005 Han The Thanh <HanTheThanh@gmx.net> and Reinhard Kotucha <Reinhard.Kotucha@web.de>. diff --git a/Master/texmf-dist/source/generic/vntex/vntex.dtx b/Master/texmf-dist/source/generic/vntex/vntex.dtx index 1456da4fc06..67507719853 100644 --- a/Master/texmf-dist/source/generic/vntex/vntex.dtx +++ b/Master/texmf-dist/source/generic/vntex/vntex.dtx @@ -67,8 +67,8 @@ %<vntex>%% as the default input encoding. %<vntex>%% vntex.sty had been proposed by Huynh Ky Anh <xKyAnh@gmail.com>. %<vntex>%% -%<vietnam>\ProvidesPackage{vietnam}[2006/10/18 v1.2 support for Vietnamese] -%<vntex>\ProvidesPackage{vntex}[2009/03/14 v1.0 support for Vietnamese] +%<vietnam>\ProvidesPackage{vietnam}[2009/07/12 v1.3 support for Vietnamese] +%<vntex>\ProvidesPackage{vntex}[2009/07/12 v1.1 support for Vietnamese] %<vntex|vietnam> \RequirePackage{ifthen} @@ -77,6 +77,7 @@ \newboolean{nocaptions} \newboolean{vnutf8} \newboolean{varioref} +\newboolean{cmap} \DeclareOption{viscii} {\PassOptionsToPackage{viscii}{inputenc} |