dev
성질 급한 사람을 위한 LaTeX
17 Mar 2016LaTex 입문서로는 142분 동안 익히는 LaTeX 2e 라는 좋은 한국어 문서가 있으나, 나처럼 성질 급한 사람을 위해 이 글을 쓴다.
1. 설치하기 (Mac OS X)
- 권장하는 방법은 MacTex를 설치하는 것이지만 MacTex는 용량이 너무 커서 오래걸리니 BasicTex를 다운받는다. 링크: http://tug.org/cgi-bin/mactex-download/BasicTeX.pkg
- 다운받은 pkg파일을 더블클릭하여 설치를 완료한다.
2. 설치하기 (Ubuntu)
sudo apt-get install texlive
3. 사용하기
다음 파일을 hello.tex
로 저장한다.
\documentclass{article}
\begin{document}
hello
\end{document}
다음을 실행한다.
pdflatex hello.tex
그려면 hello.pdf
가 생성된다.
Other posts (list)
Regex Crossword Solver with Z3 04 Jan 2016
Holyshield 2016 - Holy Cat writeup 12 Jan 2016
성질 급한 사람을 위한 LaTeX 17 Mar 2016
Building Android App Without an IDE 20 Mar 2016
PlaidCTF 2016 - quite quixotic quest writeup 19 Apr 2016