summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cjk-ko/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/cjk-ko/README')
-rw-r--r--Master/texmf-dist/doc/latex/cjk-ko/README101
1 files changed, 45 insertions, 56 deletions
diff --git a/Master/texmf-dist/doc/latex/cjk-ko/README b/Master/texmf-dist/doc/latex/cjk-ko/README
index 69e4eeca7d5..4dbd10f2f2d 100644
--- a/Master/texmf-dist/doc/latex/cjk-ko/README
+++ b/Master/texmf-dist/doc/latex/cjk-ko/README
@@ -1,10 +1,14 @@
-
=======================================
-CJK-ko package version 1.0 (2013/02/27)
+CJK-ko package version 1.1 (2013/03/23)
=======================================
-This package supports typesetting modern Korean documents
-with the help of LaTeX2e CJK package written by Werner Lemberg.
+This package supports typesetting modern Korean documents with the help
+of LaTeX2e CJK package written by Werner Lemberg. Unlike CJK package,
+however, this package supports UTF-8 input encoding only. Despite the
+restriction, this package provides some enhanced features focused on
+Korean typesetting culture, for instance: linebreak is allowed between
+Latin and CJK characters; users can scale and/or lower CJK characters
+for their need; and automatic Josa selection is implemented.
Currently this package requires nanumtype1 package as well.
@@ -26,6 +30,7 @@ Documents
cjk-ko-doc.tex -> doc/latex/cjk-ko/
cjk-ko-doc.pdf -> doc/latex/cjk-ko/
README -> doc/latex/cjk-ko/
+ ChangeLog -> doc/latex/cjk-ko/
License
@@ -33,81 +38,69 @@ License
GPL (Gnu General Public License)
--------------------------------
- cjkutf8-ko.sty cjkutf8-josa.sty cjkutf8-nanummjhanja.sty
-
- These files are derivatives of CJK package or written by the author.
+ cjkutf8-ko.sty
+ cjkutf8-josa.sty
+ cjkutf8-nanummjhanja.sty
+These files are derivatives of CJK package or written by the author.
LPPL (LaTeX Project Public License)
-----------------------------------
- kotex.sty konames-utf.sty kolabels-utf.sty
-
- These files are copied or modified from ko.TeX package.
+ kotex.sty
+ konames-utf.sty
+ kolabels-utf.sty
+These files are copied or modified from ko.TeX package.
Public domain
-------------
- cjk-ko-doc.tex README
+ cjk-ko-doc.tex
+ README
+ ChangeLog
See each file for more details.
-Features
-========
-
-* only modern Korean script is supported
-
-* only UTF-8 input encoding is supported
-
-* no need to declare \begin{CJK} ... \end{CJK} environment
-
-* linebreak may occur at more places than CJK package
- - between CJK character and Latin alphabet/opening
- - betwern Latin alphabet/numbers/closing and CJK character
-
-* allow scaling and/or lowering CJK characters
-
-* automatic Josa selection
-
-
Loading of the package
======================
- \usepackage[cjk]{kotex}
+ \usepackage{cjkutf8-ko}
+or
+ \usepackage[cjk]{kotex}
package options
---------------
-cjk
- Required option to load CJK-ko.
- If not given, kotexutf package may be loaded.
+ [cjk]
+Option for kotex.sty. If this option is not given and if kotexutf.sty
+does exist, kotexutf package will be loaded instead.
-hangul
- Load Hangul captions. line/word spacing is adjusted as well.
+ [hangul]
+Load Hangul captions. line/word spacing is adjusted as well.
-hanja
- [hangul] + hanja (Chinese characters) captions
+ [hanja]
+Load Hanja captions. same as [hangul] option for line/word spacing.
-nojosa
- Disable automatic Josa selection
+ [nojosa]
+Disable automatic Josa selection
-usedotemph
- Enable \dotemph command.
- CJKfntef.sty and CJKulem.sty are loaded as well
+ [usedotemph]
+Enable \dotemph command. CJKfntef.sty and CJKulem.sty will be loaded
+as well.
-usecjkt1font
- Latin characters are typeset by CJK font.
- Only Nanum T1 font is currently available.
+ [usecjkt1font]
+Latin characters are typeset by CJK font. Only Nanum T1 font is
+currently available.
User commands
=============
\CJKscale
- - scale CJK character font size
+ - scale font size of CJK character
- eg: \CJKscale{0.95}
- cannot be used with [usecjkt1font] option
- allowed only in the preamble
- - under [hangul] option, line/word spacing and indent size are
+ - under [hangul] option, line/word spacing and indent size are
adjusted automatically
\lowerCJKchar
@@ -117,7 +110,7 @@ User commands
- allowed only in the preamble
\dotemph
- - emphasize CJK characters by putting dot above
+ - emphasize Hangul or Hanja by putting dot above
- eg: \dotemph{드러냄표}
- available only when [usedotemph] option is given
- users can redefine these commands:
@@ -133,14 +126,13 @@ Automatic Josa selection
Josa commands:
\은 \는 \이 \가 \을 \를 \와 \과 \로 \으로 \라 \이라
-eg: \label{fig:aaa} ... \ref{fig:aaa}\을 ...
- \label{fig:aaa} ... \pageref{fig:aaa}\을 ...
- \cite{hong}\을 ... \bibitem[홍길동\jong]{hong} ...
+eg: \label{fig:aaa} ... \ref{fig:aaa}\을
+ \label{fig:aaa} ... \pageref{fig:aaa}\을
+ \cite{hong}\을 ... \bibitem[홍길동\jong]{hong}
Automatic Josa selection works correctly only after
\ref \pageref \cite commands and after ascii characters.
For other cases these commands are available:
-
\jung: keyword is terminated by Jungseong
\jong: keyword is terminated by Jongseong
\rieul: keyword is terminated by Jongseong Rieul
@@ -150,16 +142,13 @@ Korean counters
===============
Same as ko.TeX package:
-
\jaso \gana \ojaso \ogana \pjaso \pgana \onum \pnum \oeng \peng
\hnum \Hnum \hroman \hRoman \hNum \hanjanum
Author
======
-
-Please report any errors or suggestions to
-Dohyun Kim <nomos at ktug or kr>.
+Please report any errors or suggestions to Dohyun Kim <nomos at ktug org>
---END of README---