Index of /archives/text/CTAN/obsolete/language/thai/thailatex

Icon  Name                                        Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] COPYING 2012-02-13 13:30 19K [TXT] HISTORY 2012-02-13 13:30 4.7K [TXT] INSTALL 2012-02-13 13:30 7.6K [TXT] README 2012-02-13 13:30 1.2K [   ] TODO 2012-02-13 13:30 132 [TXT] Makefile.am 2012-06-15 15:38 2.1K [TXT] README.hyphen 2012-06-15 15:38 1.6K [TXT] AUTHORS 2012-06-15 16:48 376 [TXT] install-sh 2012-07-11 06:28 14K [TXT] missing 2012-07-11 06:28 10K [   ] configure.ac 2013-02-08 13:32 2.1K [TXT] ChangeLog 2013-02-08 13:32 81K [TXT] NEWS 2013-02-08 13:33 5.0K [TXT] aclocal.m4 2013-02-08 13:33 23K [TXT] Makefile.in 2013-02-08 13:33 26K [TXT] configure 2013-02-08 13:33 111K [DIR] babel/ 2013-02-08 13:35 - [DIR] doc/ 2013-02-08 13:35 - [DIR] emacs/ 2013-02-08 13:35 - [DIR] hyphen/ 2013-02-08 13:35 - [DIR] 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