LaTeX

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

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