summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lshort-korean/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-07 19:53:19 +0000
committerKarl Berry <karl@freefriends.org>2019-05-07 19:53:19 +0000
commit110d0c094cd32fdf5d099451643ccae5b31b66dc (patch)
tree7727e5435946529467e0460b15a1070c60585f14 /Master/texmf-dist/doc/latex/lshort-korean/README.md
parent3d81b042bbc62ba5fdcaf9aa8bea2e7c7d24d631 (diff)
lshort-korean (7may19)
git-svn-id: svn://tug.org/texlive/trunk@51035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-korean/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-korean/README.md b/Master/texmf-dist/doc/latex/lshort-korean/README.md
new file mode 100644
index 00000000000..0ed1d1f59b0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-korean/README.md
@@ -0,0 +1,39 @@
+The Not So Short Introduction to LaTeX2e (Korean Translation)
+================================================================
+
+About
+-------
+
+version: 6.2(2018/0218)
+ by Tobias Oetiker, et. al.
+
+Korean translation:
+ LaTeX2e 입문: 143분 동안 익히는 LaTeX2e (한국어판 2019/05/07)
+ by Kangsoo Kim and In-Sung Cho <ischo at ktug.org>
+
+License
+-------
+
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License,
+Version 1.2 or any later version published by the Free Software Foundation.
+http://www.gnu.org/copyleft/fdl.html
+
+Fonts
+------
+
+`lshort-ko` uses the [KoPubWorld font](http://www.kopus.org/biz/electronic/font.aspx), which is not redistributable.
+To compile the document from source code, you need to install it by yourself and uncomment the lines for font setting in kopubworldfont.sty.
+Alternaltively, you can use the UnFonts shipped in the TeXLive distribution, in which case uncomment the related lines in the style file.
+If you do not use the both of them, the truetype [Nanum font](https://hangeul.naver.com/2017/nanum) must be installed.
+
+How to compile
+--------------
+
+ * `pygmentize` (Python pygments) is required.
+ * run `xelatex` with `--shell-escape` option.
+ * to make indices, run `komkindex` on the `.idx` file.
+
+```
+cd src && make
+```