"LaTeX"의 두 판 사이의 차이

63번째 줄: 63번째 줄:
* [http://mirrors.ibiblio.org/CTAN/info/lshort/korean/lshort-ko.pdf lshort] 한국어판
* [http://mirrors.ibiblio.org/CTAN/info/lshort/korean/lshort-ko.pdf lshort] 한국어판
* [http://wiki.ktug.org/wiki/wiki.php/KTUGExtDocArchive?action=download&value=latex4all.pdf 모두를 위한 LaTeX]
* [http://wiki.ktug.org/wiki/wiki.php/KTUGExtDocArchive?action=download&value=latex4all.pdf 모두를 위한 LaTeX]
* [http://wiki.ktug.org/wiki/wiki.php/MemucsManual?action=download&value=memucs-manual.pdf memoir 매뉴얼]
* [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]

2020년 8월 15일 (토) 00:10 판

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

1 개요

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


 

 

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