diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/cjk/examples/KS.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/cjk/examples/KS.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cjk/examples/KS.tex b/Master/texmf-dist/doc/latex/cjk/examples/KS.tex new file mode 100644 index 00000000000..4a644a03dc0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/KS.tex @@ -0,0 +1,31 @@ +% This is the file KS.tex of the CJK package +% for testing Korean (in KS encoding). +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.0 (22-May-2008) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage{pshan} + + +\begin{document} + +\begin{CJK}[HL]{KS}{} + +\noindent ÀÌ FAQ Àº ÀÚÁÖ ¹Ýº¹µÇ´Â Áú¹®°ú ±×¿¡ ´ëÇÑ ´ë´äÀ» °£´Ü¸í·áÇÑ +¾ç½ÄÀ¸·Î ¸ð¾Æ ¿«¾îÁ³½À´Ï´Ù. ÀÌ FAQ ÀÇ ±¸Á¶´Â Áö³ ÆÇ¿¡ ºñÇÏ¿© +ȹ±âÀûÀ¸·Î º¯°æµÇ¾ú½À´Ï´Ù. \textbf{»ó¼¼ÇÑ °ÍÀº ``ÀÌ FAQ À» ¾î¶»°Ô +ÀÐÀ» °ÍÀΰ¡'' ¶ó´Â ´ë¸ñÀ» ÂüÁ¶ÇϽñ⠹ٶø´Ï´Ù.} + +\end{CJK} + +\end{document} + +%%% Local Variables: +%%% coding: euc-korea +%%% mode: latex +%%% TeX-master: t +%%% End: |