LaTeX

위키백과, 우리 모두의 백과사전.
(Latex에서 넘어옴)
이동: 둘러보기, 찾기
LaTeX
LaTeX logo.svg
개발자 레슬리 램포트
최근 버전 \mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X} \, 2_{\displaystyle \varepsilon}
웹사이트 LaTeX Project

\mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X}(LaTeX, 영어: IPA: [ˈleɪtɛk] 레이텍[*], 영어: IPA: [ˈlɑːtɛk] 라텍[*])은 문서 조판에 사용되는 프로그램이다. 도널드 크누스가 만든 TeX을 매크로로 정리하여 1984년레슬리 램포트가 만들었다. 오늘날에는 TeX을 직접 사용하는 사람들보다는 LaTeX을 이용하여 문서를 만드는 사람들이 훨씬 많다.

변환되는 파일 포맷과 프로그램

목차

버전[편집]

LaTeX 소프트웨어는 LaTeX Project Public License(LPPL)로 제공되는 자유 소프트웨어이다. 현재, Mac OS XSolaris 등의 UNIX, LinuxBSD 계열 OS 등의 UNIX 호환 OS, Microsoft Windows 등 다양한 OS에서 사용할 수 있다. 현재 최신 버전은 1993년 발표된 LaTeX2e이다. 구버전인 LaTeX 2.09을 사용하는 경우에는 LaTeX2e로 업데이트하는 것이 좋다.

로고[편집]

LaTeX2e 공식 로고는 \mathrm{L\!\!^{{}_{\scriptstyle A}} \!\!\!\!\!\;\; T\!_{\displaystyle E} \! X} 2_{\displaystyle \varepsilon}와 같이 표기하고, 이 같은 표기가 불가능한 텍스트 또는 전자 우편의 경우에는 "LaTeX2e" 또는 "LaTeX 2e"로 표기하도록 되어 있다.

입출력 예시[편집]

아래는 LaTeX 입력의 예이다. 이 입력은 오른쪽 그림처럼 출력된다.

\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
  \LaTeX2e.
 
  % This is a comment; it will not be shown in the final output.
  % The following shows a little of the typesetting power of LaTeX:
  \begin{align}
    E &= mc^2                              \\
    m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
  \end{align}
\end{document}
LaTeX output

같이 보기[편집]

바깥 고리[편집]