summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/README.ko83
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/README.md39
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/lshort-ko-src-20190507.tar.gzbin0 -> 193242 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/lshort-ko.pdfbin0 -> 1086366 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gzbin181952 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lshort-korean/lshort-kr.pdfbin1380081 -> 0 bytes
6 files changed, 39 insertions, 83 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-korean/README.ko b/Master/texmf-dist/doc/latex/lshort-korean/README.ko
deleted file mode 100644
index 9642b7b2273..00000000000
--- a/Master/texmf-dist/doc/latex/lshort-korean/README.ko
+++ /dev/null
@@ -1,83 +0,0 @@
-#-* UTF-8 *-
-
-The Not So Short Introduction to LaTeX2e : Korean translation
---------------------------------------------------
- by Tobias Oetiker <oetiker@ee.ethz.ch>
-
- tr. by Karnes Kim and 이기황, 샘처럼, MIKA, 김지운
-
-
-lshort-kr이란?
-============
- lshort-kr(LaTeX2e 입문)은
- Tobias Oetiker의 `The Not So Short Introduction to LaTeX2e' 4.17의
- 한국어 번역본입니다.
- 원본은 CTAN에서 찾을 수 있습니다. CTAN:info/lshort
- 번역의 대본은 영문판을 사용했습니다.
- 번역자는 김강수, 이기황, 샘처럼, MIKA, 김지운입니다.
-
-Distribution
-==========
- 공식 배포처는 다음 사이트입니다.
- http://faq.ktug.or.kr/faq/lshort-kr
-
- 배포되는 파일은 다음과 같습니다.
- PDF 파일 : lshort-kr.pdf
- 소스 : lshort-kr-4.17.tar.gz
-
-Versions
-=========
- 현재 배포되는 버전은 ver 4.17kr-2 (2005/11/05) 버전입니다.
-
-Print
-=========
- 배포되는 PDF 파일을 열어서 인쇄합니다.
-
-How to Compile
-============
- 배포되는 PDF는 한겨레결체를 이용하지만
- 소스를 컴파일하면 은글꼴을 본문글꼴로 사용하는 결과를
- 얻을 수 있습니다.
- 컴파일하기 위해서는 다음이 필요합니다.
-
- TeX System(latex)
- LaTeX2e
- 은글꼴
- dhucs
-
- 한글은 dhucs/unicode 를 사용합니다. dhucs/unicode의
- 설치와 설정에 관해서는 KTUG(http://www.ktug.or.kr)을
- 참조하시기 바랍니다.
- PDF 파일을 얻기 위해서는 dvipdfmx를 이용하십시오.
-
- lshort-kr.pdf를 얻기 위해서는 다음과 같이 합니다.
-
- -. Windows/MiKTeX의 경우
-
- $> compile.bat
-
- -. Linux/teTeX의 경우
-
- $> make lshort-kr.pdf
-
-Licenses
-========
- GNU Free Documentation License를 따릅니다.
- cf. http://www.gnu.org/copyleft/fdl.html
-
-Suggestions, Corrections
-================
- 한글판에 대한 제안이나 의견, 수정은 전자우편을 이용하시거나 KTUG 게시판에
- 써주시기 바랍니다.
-
- E-mail : info@mail.ktug.or.kr
- Web : http://www.ktug.or.kr/
-
-Acknowledgement
-=============
- * 문서의 역자 후기에 기록된 모든 분들과 이 글을 읽어주실
- 분들께 감사드립니다.
-
-이 번역본이 도움이 되기를 바랍니다.
-
-2005.11.03. KTUG lshort translation team.
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
+```
diff --git a/Master/texmf-dist/doc/latex/lshort-korean/lshort-ko-src-20190507.tar.gz b/Master/texmf-dist/doc/latex/lshort-korean/lshort-ko-src-20190507.tar.gz
new file mode 100644
index 00000000000..8b4dc2c2397
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-korean/lshort-ko-src-20190507.tar.gz
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lshort-korean/lshort-ko.pdf b/Master/texmf-dist/doc/latex/lshort-korean/lshort-ko.pdf
new file mode 100644
index 00000000000..7efea1e3d7f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lshort-korean/lshort-ko.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gz b/Master/texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gz
deleted file mode 100644
index 69626029681..00000000000
--- a/Master/texmf-dist/doc/latex/lshort-korean/lshort-kr-src.tar.gz
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf b/Master/texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf
deleted file mode 100644
index ea8b6fcdca7..00000000000
--- a/Master/texmf-dist/doc/latex/lshort-korean/lshort-kr.pdf
+++ /dev/null
Binary files differ