"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 레포트를 써보자]
* 권현우 강의 https://willkwon-math.kr/notes 영상 https://www.youtube.com/@dsdafdaa
* [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

2024년 4월 27일 (토) 22:09 판

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

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 }}