LaTeX: 두 판 사이의 차이

위키백과, 우리 모두의 백과사전.
내용 삭제됨 내용 추가됨
Choboty (토론 | 기여)
잔글 영어판 분류 정보를 이용.+분류:1984년 소프트웨어
62번째 줄: 62번째 줄:
== 같이 보기 ==
== 같이 보기 ==
* [[닥북]](DocBook)
* [[닥북]](DocBook)
* [[BibTeX]]
* [http://www.bibtex.org/ BibTeX]
* [[TeX]]
* [[TeX]]
* [[MikTeX]]
* [[MikTeX]]

2016년 9월 26일 (월) 13:28 판

LaTeX
개발자레슬리 램포트
안정화 버전
저장소
웹사이트LaTeX Project

LaTeX(ˈleɪtɛk 레이텍[*] 또는 ˈlɑːtɛk 라텍[*])은 문서 조판에 사용되는 프로그램이다. 도널드 커누스가 만든 TeX을 쉽게 사용하기 위하여 1984년레슬리 램포트가 만든 매크로이다. TeX을 직접 사용하기는 어렵기 때문에, 오늘날에는 LaTeX을 이용하여 문서를 만드는 경우가 많다.

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

버전

LaTeX 소프트웨어는 LaTeX Project Public License(LPPL)로 제공되는 자유 소프트웨어이다. 현재, OS X솔라리스 등의 유닉스, 리눅스BSD 계열 OS 등의 UNIX 호환 OS, 마이크로소프트 윈도 등 다양한 OS에서 사용할 수 있다. 현재 최신 버전은 1993년 발표된 LaTeX2e이다. 구버전인 LaTeX 2.09을 사용하는 경우에는 LaTeX2e로 업데이트하는 것이 좋다.

로고

LaTeX2e 공식 로고는 와 같이 표기하고, 이 같은 표기가 불가능한 텍스트 또는 전자 우편의 경우에는 "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

같이 보기

바깥 고리