[LateX] 편집
- DevelopEnv/latex
- 2012. 9. 14.
01. 공백
01. 빈칸(blinak), 탭(Tab), 모두 동일한 스페이스로 처리(개행(linebreak) 도 공백 포함
02. 특수문자
@#$%^&{}_-\ 이런 특수한 문자들을 쓰기위해서는 "\" 를 앞에 추가하고 작성
03. 줄바꿈 개행 문자
"\\" <- 2개를 사용하면 줄바꿈 문자로 사용가능, 특수문자 사용불가.
04. 주석처리
%를 작성하면 주석처리함
05. 실제 논문 코드 작업 예시
\documentclass[a4paper,11pt]{article}
% define the title
\author{H.~Partl}
\title{Minimalism}
\begin{document}
% generates the title
\maketitle
% insert the table of contents
\tableofcontents
\section{Some Interesting Words}
Well, and here begins my lovely article.
\section{Good Bye World}
\ldots{} and here it ends.
\end{document}
결과 >
아아. 나머지는 문서를 보고 필요한 것 만 정리하겠다. 잼있어서 포스팅 하기 싫어지네 -_-ㅋ
'DevelopEnv > latex' 카테고리의 다른 글
[LateX] LateX 수식을 이용하여 Prezi에 삽입하는 법 (0) | 2012.09.14 |
---|---|
[LaTex] Install (0) | 2012.09.14 |