Difference between r1.1 and the current
@@ -1,8 +1,10 @@
= LaTeX 문서에서 한글 쓰기 =
아래 보기는 LaTeX 문서에 현대 한글 음절 문자를 입력하고 출력하는 방법에 대한 것이다.
모든 한글은 UTF-8 유니코드로 입력한다.
%!TEX encoding = UTF-8 Unicode
}}}
[[TableOfContents]]
모든 한글은 UTF-8 유니코드로 입력한다.
["TeXworks"] 에디터에서 다음과 같은 magic comment를 적어준다.
["TeXworks"] 에디터에서 다음과 같은 [["Magic Comments" magic comment]]를 적어준다.
{{{%!TEX encoding = UTF-8 Unicode
}}}
@@ -24,14 +26,15 @@
# ps2pdf foo.ps
}}}
=== ["ko.TeX"]-["cjk-ko"] ===
\documentclass{article}
\usepackage[cjk]{kotex}
}}}
=== ["ko.TeX"]-utf ===
\documentclass{article}
\usepackage{kotex}
}}}
=== ["ko.TeX"]-["cjk-ko"] ===
* ["TeX Live"] 2013 (collection-langcjk)
* ["TeX Live"] 2014 (collection-langcjk, collection-langkorean)
* {{{\documentclass{article}
\usepackage[cjk]{kotex}
}}}
=== ["ko.TeX"]-utf ===
* ["TeX Live"] 2013 + '''["ko.TeX"]'''
* ["TeX Live"] 2014 (collection-langkorean)
* ["TeX Live"] 2014 + '''["ko.TeX"]'''
* {{{\documentclass{article}
\usepackage{kotex}
LaTeX 문서에서 한글 쓰기 ¶
아래 보기는 LaTeX 문서에 현대 한글 음절 문자를 입력하고 출력하는 방법에 대한 것이다.
모든 한글은 UTF-8 유니코드로 입력한다.
TeXworks 에디터에서 다음과 같은 magic comment를 적어준다.
%!TEX encoding = UTF-8 Unicode
1.1. LaTeX, pdfLaTeX ¶
컴파일 순서는 다음과 같다.
# pdflatex foo또는,
# latex foo # dvipdfmx foo또는
# latex foo # dvips foo # ps2pdf foo.ps
1.1.1. ko.TeX-cjk-ko ¶
- TeX Live 2014 (collection-langcjk, collection-langkorean)
-
\documentclass{article} \usepackage[cjk]{kotex}