thailatex for Debian ==================== This package provides Thai fonts and babel-based Thai support for LaTeX. Document Composing ------------------ You can see how to compose a Thai LaTeX document in the README file. Note that your document must be TIS-620 encoded. Currently, UTF-8 is not supported. Preprocessing ------------- As Thai has no word delimitor, you need some processing to make TeX wrap lines at proper positions. Currently, preprocessing with programs like `swath' (available in Debian) or `cttex' (currently removed from Debian, but is still accessible from its upstream CVS [1]) is recommended. These programs analyze Thai text in your document with dictionary look up and insert word break commands {\wbr} at word boundaries, so that TeX knows where to break lines. [1] cvs -d :pserver:anonymous@linux.thai.net:/home/cvs co software/cttex With swath, a quick command to do so is: $ swath -f latex < yourdoc.tex > yourdoc.ttex or if you prefer cttex: $ cttex -W < yourdoc.tex > yourdoc.ttex Please consult the document of the corresponding packages for the full options of each program. After this preprocessing, you can compile your document with usual LaTeX programs, for example: $ latex yourdoc.ttex $ dvips yourdoc.dvi or with pdflatex: $ pdflatex yourdoc.ttex and so on.