diff options
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, 0 insertions, 45 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 deleted file mode 100644 index 05a615ac1bb..00000000000 --- a/Master/texmf-dist/doc/generic/vntex/tests/test-vietnam-tcx.tex +++ /dev/null @@ -1,45 +0,0 @@ -%& -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} |