ktug에서 제시하는 방법으로 사용해왔었는데 그냥 우분투에서 제공하는 texlive 라이비브러리로도 가능한 것을 확인하였다.
다만 용량을 많이 차지할 뿐이다.
가. 설치하기
$ sudo apt-get update
$ sudo apt-get install texlive-full
# 만약 라이브러리 설치안되면 아래 repository 추가후 설치
$ sudo add-apt-repository ppa:texlive-backports/ppa
나. 확인
$ nano a.tex
----- 아래 입력 및 저장
documentclass{article}
\usepackage{kotex}
\usepackage{lmodern}
\title{한글 test}
\begin{document}
\maketitle
한글 문서 작성을 해보자.
\end{document}
---------------- 저장 후
$ pdflatex a.tex
하면 폴더에 a.pdf 파일 컴파일 된 것 확인 가능
다. 에디터 texstudio 설치
$ sudo apt-get install texstudio
$ texstudio
위에있는 파일 불러들여서 화살표두개로 실행 시 결과 확인 가능
댓글 없음:
댓글 쓰기