summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/vntex/vntex.dtx
blob: 1456da4fc06b0d1c6a3e02ecc1e985136602e886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
% \iffalse
%
%   1.0  2000/01/27
%
%     * Initial release.
%
%   post 1.0  ?
%
%     * Require 'ifthen' package.
%
%     * Don't require 't5' package.
%
%     * New options 'mviscii', 'noinputenc', 'nocaptions', 'utf8', and
%       'utf8x'.
%
%     * Don't define \prefacename and friends but include vncaps.tex (if
%       'nocaptions' isn't set).
%
%   1.1  2005/05/22
%
%     * Simplify logic for 'utf8' and 'utf8x' options.
%
%     * Add copyright message and history.
%
%     * Use \endlinechar to avoid '%' at end of line.
%
%     * Fix package message.
%
%     * Some other minor clean-up.
%
%   1.2  2006/10/18
%
%     * Add option varioref.
%
%   vntex 1.0  2009/03/14
%
%     * Add vntex.sty.
%
%<*dtx>
\newlinechar=`^^J
\message{^^J^^JThis file currently doesn't contain any documantation.}
\message{See 'vntex.tex' instead.^^J^^J}
\csname stop\endcsname\end
%</dtx>
%    \begin{macrocode}
%%
%<vietnam>%% File 'vietnam.sty', generated from vntex.dtx'.
%<vntex>%% File 'vntex.sty', generated from 'vntex.dtx'.
%% 
%% Copyright 2000-2005 Werner Lemberg <WL@gnu.org> and
%%                     Han The Thanh <HanTheThanh@gmail.com>.
%%
%% This file is part of vntex.
%%
%% This work may be distributed and/or modified under the conditions 
%% of the LaTeX Project Public License, either version 1.3 of this
%% license or (at your option) any later version.
%%
%% The latest version of this license is
%%
%%         http://www.latex-project.org/lppl.txt
%% 
%% The current maintainers are Werner Lemberg, Han The Thanh, and 
%% Reinhard Kotucha.
%%
%<vntex>%% vntex.sty is a variant of 'vietnam.sty' which is using UTF-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]
%<vntex|vietnam>
\RequirePackage{ifthen}

\newboolean{optenc}
\newboolean{noinputenc}
\newboolean{nocaptions}
\newboolean{vnutf8}
\newboolean{varioref}

\DeclareOption{viscii}
  {\PassOptionsToPackage{viscii}{inputenc}
   \setboolean{optenc}{true}}
\DeclareOption{tcvn}
  {\PassOptionsToPackage{tcvn}{inputenc}
   \setboolean{optenc}{true}}
\DeclareOption{vps}
  {\PassOptionsToPackage{vps}{inputenc}
   \setboolean{optenc}{true}}
\DeclareOption{mviscii}
  {\PassOptionsToPackage{mviscii}{inputenc}
   \setboolean{optenc}{true}}
\DeclareOption{noinputenc}
  {\setboolean{noinputenc}{true}}
\DeclareOption{nocaptions}
  {\setboolean{nocaptions}{true}}
\DeclareOption{utf8}
  {\PassOptionsToPackage{utf8}{inputenc}
   \setboolean{optenc}{true}}
\DeclareOption{utf8x}
  {\PassOptionsToPackage{utf8x}{inputenc}
   \setboolean{optenc}{true}
   \setboolean{vnutf8}{true}}
\DeclareOption{varioref}{\setboolean{varioref}{true}}
\DeclareOption{cmap}{\setboolean{cmap}{true}}

\ProcessOptions

\ifthenelse{\boolean{vnutf8}}
  {\RequirePackage{ucs}}
  {}

\ifthenelse{\boolean{cmap}}
  {\RequirePackage{ifpdf}
   \ifpdf\RequirePackage{cmap}\fi}
  {}

\RequirePackage[T5]{fontenc}

\ifthenelse{\boolean{varioref}}
  {\RequirePackage{varioref-vi}}
  {}

\ifthenelse{\boolean{noinputenc}}
  {\ifthenelse{\boolean{optenc}}
%<vietnam>     {\PackageWarning{vietnam}
%<vntex>     {\PackageWarning{vntex}
        {Selected input encoding is ignored if `noinputenc' is used}}
     {}}
  {\ifthenelse{\boolean{optenc}}
     {}
%<vietnam>     {\PackageWarning{vietnam}
%<vietnam>        {No input encoding specified, using VISCII as default}
%<vietnam>      \PassOptionsToPackage{viscii}{inputenc}}
%<vntex>       {\PackageWarning{vntex}
%<vntex>          {No input encoding specified, using UTF-8 as default}
%<vntex>        \PassOptionsToPackage{utf8}{inputenc}}
   \RequirePackage{inputenc}}

\ifthenelse{\boolean{nocaptions}}
  {}
  {\input{vncaps.tex}
   \AtBeginDocument{\captionsvietnam
                    \datevietnam}}

\frenchspacing

\endinput
%</package>
%    \end{macrocode}
\endinput
%%
%% End of file 'vntex.dtx'.