"LaTeX"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
70번째 줄: 70번째 줄:
* [http://ajt.ktug.org/2007/0102khlee.pdf oblivoir 입문] [https://raw.githubusercontent.com/KoreanTUG/KTUGPrivateRepo/master/archive/ob-chapstyles.doc/doc/latex/ob-chapstyles/ob-chapstyles.pdf oblivoir 챕터 스타일] 한국어판
* [http://ajt.ktug.org/2007/0102khlee.pdf oblivoir 입문] [https://raw.githubusercontent.com/KoreanTUG/KTUGPrivateRepo/master/archive/ob-chapstyles.doc/doc/latex/ob-chapstyles/ob-chapstyles.pdf oblivoir 챕터 스타일] 한국어판
* [http://texdoc.net/texmf-dist/doc/latex/amsmath/amsldoc.pdf amsmath] [http://mirror.navercorp.com/CTAN/macros/latex/required/amscls/doc/amsthdoc.pdf amsthm]
* [http://texdoc.net/texmf-dist/doc/latex/amsmath/amsldoc.pdf amsmath] [http://mirror.navercorp.com/CTAN/macros/latex/required/amscls/doc/amsthdoc.pdf amsthm]
* [http://willkwon.dothome.co.kr/wp-content/uploads/2018/01/lecture4.pdf 레포트를 써보자]
* [http://faq.ktug.org/wiki/pds/gromov/tex_u_ywk_xe.pdf 이쁘게 써보자]
* [http://faq.ktug.org/wiki/pds/gromov/tex_u_ywk_xe.pdf 이쁘게 써보자]
* https://kipid.tistory.com/entry/introducing-LaTeX-and-Guides
* https://kipid.tistory.com/entry/introducing-LaTeX-and-Guides
* [http://formal.korea.ac.kr/~jlee/lectures/cnce150/ 고려대 이주용 강의록]
* [http://formal.korea.ac.kr/~jlee/lectures/cnce150/ 고려대 이주용 강의록]
* [http://willkwon.dothome.co.kr/index.php/latex-lecture 서강대 권현우 강의록] [http://maths.sogang.ac.kr/willkwon/wp-content/uploads/2018/12/lecture1-KIAS.pdf 각종 팁]
* 권현우 강의 https://willkwon-math.kr/notes 영상 https://www.youtube.com/@dsdafdaa
** [http://willkwon.dothome.co.kr/wp-content/uploads/2018/01/lecture3.pdf 표와 그림의 시작] 이미지 처리 kswrapfig
* [http://www.ktug.org/xe/index.php?document_srl=204424&mid=KTUG_open_board grruby] [http://www.ktug.org/xe/index.php?mid=KTUG_open_board&document_srl=204761#comment_205001 hnja2hngl]
* [http://www.ktug.org/xe/index.php?document_srl=204424&mid=KTUG_open_board grruby] [http://www.ktug.org/xe/index.php?mid=KTUG_open_board&document_srl=204761#comment_205001 hnja2hngl]
* 심화학습 http://wiki.ktug.org/wiki/wiki.php/LaTeXWorkshop
* 심화학습 http://wiki.ktug.org/wiki/wiki.php/LaTeXWorkshop

2024년 4월 27일 (토) 22:10 기준 최신판

  다른 뜻에 대해서는 라텍스 문서를 참조하십시오.

1 개요[ | ]

LaTeX
라텍스[1], 라텍[2], 레이텍[3]
  • 문서 조판에 사용되는 프로그램
  • TeX를 쉽게 사용하기 위해 매크로
  • 1985년 레슬리 램포트가 제작

LaTeX project logo bird.svg

LaTeX diagram.svg

2 예시[ | ]

\documentclass[12pt]{article}
\usepackage{amsmath}
\title{\LaTeX}
\date{}
\begin{document}
  \maketitle
  \LaTeX{} is a document preparation system for the \TeX{}
  typesetting program. It offers programmable desktop
  publishing features and extensive facilities for
  automating most aspects of typesetting and desktop
  publishing, including numbering and cross-referencing,
  tables and figures, page layout, bibliographies, and
  much more. \LaTeX{} was originally written in 1984 by
  Leslie Lamport and has become the dominant method for
  using \TeX; few people write in plain \TeX{} anymore.
  The current version is \LaTeXe.

  % This is a comment, not shown in final output.
  % The following shows typesetting power of LaTeX:
  \begin{align}
    E_0 &= mc^2                              \\
    E &= \frac{mc^2}{\sqrt{1-\frac{v^2}{c^2}}}
  \end{align}
\end{document}

3 같이 보기[ | ]

4 매뉴얼[ | ]

5 참고[ | ]

  1. /ˈlɑːtɛx/ lah-tekh
  2. /ˈlɑːtɛk/ lah-tek
  3. /ˈleɪtɛk/ lay-tek
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}