From d6aeafcbba09b7d46df19292790393b475facb8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Nov 2013 00:54:10 +0000 Subject: kotex-plain git-svn-id: svn://tug.org/texlive/trunk@32104 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/plain/kotex-plain/ChangeLog | 55 ++++++++++++++++++ Master/texmf-dist/doc/plain/kotex-plain/README | 69 +++++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 Master/texmf-dist/doc/plain/kotex-plain/ChangeLog create mode 100644 Master/texmf-dist/doc/plain/kotex-plain/README (limited to 'Master/texmf-dist/doc/plain/kotex-plain') diff --git a/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog b/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog new file mode 100644 index 00000000000..aad779051bf --- /dev/null +++ b/Master/texmf-dist/doc/plain/kotex-plain/ChangeLog @@ -0,0 +1,55 @@ +2013-10-26 Kangsoo Kim + + Version 2.0.2 + + * kotexplain.tex: fix for xetexko and luatexko v2.1 + * hangulcweb.sty: fix for xetexko and luatexko v2.1 + * kotexutf.sty: fix for xetexko and luatexko v2.1 + +2010-01-04 Dohyum Kim + + Version 2.0.1a + + * kotexutf.tex: finemath on bas been plain TeX default + +2009-03-06 Dohyun Kim + + Version 2.0.1 + + * kotexplain.tex: plaintex wrapper + +2009-03-05 Dohyun Kim + + Version 2.0.0 + + * kotexplain.tex: do nothing except loading kotexutf.tex + +2007-06-26 Dohyum Kim + + Version 1.0.5 + + * kotexplain.tex: error if char does not exist + +2007-06-26 Dohyun Kim + + Version 1.0.4 + + * kotexplain.tex: redefine U+2018, U+2019, u+201C, u+201D + +2007-06-25 Dohyun Kim + + Version 1.0.3 + + * kotexplain.tex: fix bugs introduced by previous minor upgrade + +2007-06-24 Dohyun Kim + + Version 1.0.2 + + * kotexplain.tex: lower multiple punctuations + +2007-06-14 Dohyun Kim + + Version 1.0.1 + + * kotexplain.tex: \hu was too normal a CS. use \dhucs@hu instead diff --git a/Master/texmf-dist/doc/plain/kotex-plain/README b/Master/texmf-dist/doc/plain/kotex-plain/README new file mode 100644 index 00000000000..c452bdb705a --- /dev/null +++ b/Master/texmf-dist/doc/plain/kotex-plain/README @@ -0,0 +1,69 @@ +kotex-plain +=========== + +Introduction +------------ + +kotex-plain is a package for typesetting Hangul, the native +alphabet of the Korean language, using plain TeX engine. +The input Korean text should be encoded in UTF-8. +kotex-plain belongs to ko.TeX, a comprehensive Korean typesetting +system together with kotex-utf, kotex-oblivoir, kotex-utils, +cjk-ko, xetexko, and luatexko. + +Files +----- + +### TeXinputs + + kotexplain.tex -> tex/plain/kotex/ + kotexutf.tex -> tex/plain/kotex/ + kotexutf-core.tex -> tex/plain/kotex/ + hangulcweb.tex -> tex/plain/kotex/ + +### Documents + + README (this file) -> doc/plain/kotex/ + ChangeLog -> doc/plain/kotex/ + +Usage +----- + +To typeset Hangul, start your document as follows: + + \input kotexplain + +You should use `etex` or `pdftex` commands to compile the document +since kotex-plain uses e-TeX primitives. Also keep in mind that +Korean documents needs to be encoded in UTF-8. + +To specify Hangul fonts, you can use the following methods: + +* `\hfont{outbb}{at 12pt}`: This command set the current Hangul font +as 12 point bold. This is the most general way of specifying +Hangul fonts. +* `\hfontname{outbtb}`: This is equivallent to `\hfont{outbb}{}`, which +only applies bold typeface to the current font. +* `\hfontsize{at 12pt}`: This command changes the size of the current +font as 12 point. Same effect can be achieved by `\hfont{}{at 12pt}`. + +To use CWEB system for literate programming, you can use `hangulcweb.tex` +as follows: + + \input hangulcweb + +For more information, please refer to the kotex-utf package documentation +(written in Korean). + +License +------- + +kotex-plain is licensed under the LaTeX Project Public +License (LPPL). + +Contacts +-------- + +Please report any errors or suggestions to the package maintainer, +Kihwang Lee . + -- cgit v1.2.3