diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:56:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:56:57 +0000 |
commit | f07bb53970ee2ecc53f81a206a3d3a67ef665e4a (patch) | |
tree | 6f57a1d62971db79e5ff023bdfd83b22cb971dc9 /Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex | |
parent | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (diff) |
doc 6
git-svn-id: svn://tug.org/texlive/trunk@85 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex b/Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex new file mode 100644 index 00000000000..05a615ac1bb --- /dev/null +++ b/Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex @@ -0,0 +1,45 @@ +%& -translate-file=viscii-t5 + +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of vntex. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + + +\documentclass[openany]{book} +\usepackage[noinputenc]{vietnam} % option `noinputenc' is required to use TCX + % pros: vietnamese text in logging messages + % cons: - utf8 is not supported; + % - web2c-specific + % - cannot support multiple input + % encodings in a single document + % - babel cannot be used + +\usepackage{multicol} % needed for testing accent commands +\usepackage[colorlinks]{hyperref} % let's try vietnamese with hyperref +\input{pd1supp.def} % supplement for characters missing in PD1 encoding + % (used for PDF bookmarks) + +\begin{document} + +\title{\bfseries Test of Vietnamese support for \LaTeX{} using + \texttt{vietnam.sty} and TCX} +\author{H\`an Th\'\ecircumflex{} Th\`anh} +\maketitle + +\tableofcontents +\listoffigures + +\chapter{Test input encodings} +\section{Test of VISCII encoding support} +\input{test-viscii} + +\clearpage +\appendix + +\chapter{Test of Vietnamese captions} +\input{test-captions} + +\chapter{Test of accent commands for T5 encoding} +\input{test-accents} + +\end{document} |