blob: 6466e78e8c02a497b732335e2c620a19e9595bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
% This is the file thai.tex of the CJK package
% for testing Thai (in TIS-620 encoding).
%
% written by Werner Lemberg <wl@gnu.org>
%
% Version 4.8.4 (18-Apr-2015)
% This file must be processed with cjk-enc.el to get
%
% . proper word breaks
% . font switching between Thai and non-Thai
% . intercharacter glue
%
% Please read cjk-enc.txt for usage instructions.
%
% To process without cjk-enc.el, comment out the line containing
% `\extrasthaicjk'. Note, however, that you get overlong lines, and you
% must manually insert proper Thai word breaks.
\documentclass[12pt]{article}
\usepackage[thaicjk]{babel}
% \addto\extrasthaicjk{\fontencoding{C90}\selectfont}
\begin{document}
ÃÒ¡Òà FAQ ¹ÕéÊÃéÒ§¢Öé¹à¾×èÍÊÃØ»¤Ó¶ÒÁ·Õè¶ÒÁ¡Ñ¹ºèͤÃÑé§áÅФӵͺ¤Ó¶ÒÁã¹ÃٻẺ·ÕÊдǡ.
â¤Ã§ÊÃéÒ§¢Í§ÃÒ¡Òà FAQ ¹Õéà»ÅÕè¹ä»ÁÒ¡µÑé§áµèÃØè¹·ÕèáÅéÇ.
\textbf{´ÙÃÒÂÅÐàÍÕ´ÊÓËÃѺâ¤Ã§ÊÃéÒ§ãËÁèä´é¨Ò¡ªèǧ ``â¤Ã§ÊÃéÒ§áÅÐÇÔ¸Õ¡ÒÃÍèÒ¹
FAQ.''}
\end{document}
%%% Local Variables:
%%% coding: thai-tis620
%%% mode: latex
%%% TeX-master: t
%%% TeX-command-default: "CJKLaTeX"
%%% End:
|