Index of /archives/text/CTAN/obsolete/language/thai/thailatex
Name Last modified Size Description
Parent Directory -
COPYING 2012-02-13 13:30 19K
HISTORY 2012-02-13 13:30 4.7K
INSTALL 2012-02-13 13:30 7.6K
README 2012-02-13 13:30 1.2K
TODO 2012-02-13 13:30 132
Makefile.am 2012-06-15 15:38 2.1K
README.hyphen 2012-06-15 15:38 1.6K
AUTHORS 2012-06-15 16:48 376
install-sh 2012-07-11 06:28 14K
missing 2012-07-11 06:28 10K
configure.ac 2013-02-08 13:32 2.1K
ChangeLog 2013-02-08 13:32 81K
NEWS 2013-02-08 13:33 5.0K
aclocal.m4 2013-02-08 13:33 23K
Makefile.in 2013-02-08 13:33 26K
configure 2013-02-08 13:33 111K
babel/ 2013-02-08 13:35 -
doc/ 2013-02-08 13:35 -
emacs/ 2013-02-08 13:35 -
hyphen/ 2013-02-08 13:35 -
scripts/ 2013-02-08 13:35 -
%% This file is a part of thailatex package
thailatex is a Thai package which enables typesetting Thai with LaTeX's
standard document classes. It is meant to become a part of "babel",
a multilingual package for LaTeX which supports a lot of non-American
languages.
* Usage
In LaTeX2e, you can tell LaTeX that the document would be written in Thai by
using the "babel" package with "thai" option, as follows:
\usepackage[thai]{babel}
In case you want to use UTF-8 encoding, use the 'inputenc' package like this:
\usepackage[utf8x]{inputenc}
To use Thai fonts, such as "fonts-tlwg", just use the font package:
\usepackage{fonts-tlwg}
An example of using thailatex can be found in the file 'orchid.tex'.
If you patch babel.sty with the script sync-babel located in babel
directory distributed with the source. You may use babel as follows:
\document[thai]{article}
\usepackage{babel}
\usepackage[utf8x]{inputenc}
\usepackage{fonts-tlwg}
Note that option [thai] will be passed to babel after it is patched.
You may have to repatch babel.sty again if you reinstall LaTeX.
For more information, please visit:
http://linux.thai.net/projects/thailatex