"LaTeX"의 두 판 사이의 차이

(사용자 2명의 중간 판 15개는 보이지 않습니다)
7번째 줄: 7번째 줄:
*1985년 [[레슬리 램포트]]가 제작
*1985년 [[레슬리 램포트]]가 제작


[[파일:LaTeX_project_logo_bird.svg|220px]]


https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/LaTeX_logo.svg/150px-LaTeX_logo.svg.png
[[파일:LaTeX_diagram.svg|400px]]
 
https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/LaTeX_diagram.svg/400px-LaTeX_diagram.svg.png


==예시==
==예시==
;입력
<syntaxhighlight lang="tex" run>
<syntaxhighlight lang="latex" highlight="22">
\documentclass[12pt]{article}
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amsmath}
40번째 줄: 38번째 줄:
\end{document}
\end{document}
</syntaxhighlight>
</syntaxhighlight>
;출력
https://upload.wikimedia.org/wikipedia/commons/9/9c/Latex_example.png


== 같이 보기 ==
== 같이 보기 ==
50번째 줄: 45번째 줄:
* [[TeX 목차]]
* [[TeX 목차]]
* [[TeX 색인]]
* [[TeX 색인]]
* [[TeX 헤더]]
* [[레슬리 램포트]]
* [[레슬리 램포트]]
* [[AMS-LaTeX]]
* [[AMS-LaTeX]]
55번째 줄: 51번째 줄:
* [[BibTeX]]
* [[BibTeX]]
* [[REVTeX]]
* [[REVTeX]]
* [[TeX lwarp]]
* [[TeX]]
* [[TeX]]
* [[MikTeX]]
* [[MikTeX]]
* [[수식 편집기]]
* [[수식 편집기]]
* [[MathML]]
* [[MathML]]
* [[Oblivoir]]
* [[윈도우 TeX Live 설치]]
* [[윈도우 TeX Live 설치]]
* [[TeX 문서 샘플]]
}}
}}


74번째 줄: 73번째 줄:
* [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
* [http://formal.korea.ac.kr/~jlee/lectures/cnce150/ 고려대 이주용 강의록]
* [http://willkwon.dothome.co.kr/index.php/latex-lecture 서강대 권현우 강의록] [http://maths.sogang.ac.kr/willkwon/wp-content/uploads/2018/12/lecture1-KIAS.pdf 각종 팁]
** [http://willkwon.dothome.co.kr/wp-content/uploads/2018/01/lecture3.pdf 표와 그림의 시작] 이미지 처리 kswrapfig
* [http://www.ktug.org/xe/index.php?document_srl=204424&mid=KTUG_open_board grruby] [http://www.ktug.org/xe/index.php?mid=KTUG_open_board&document_srl=204761#comment_205001 hnja2hngl]


==참고==
==참고==
79번째 줄: 82번째 줄:
* http://latex-project.org/
* http://latex-project.org/
* http://www.tablesgenerator.com/ 표만들기
* http://www.tablesgenerator.com/ 표만들기
* [https://okumuralab.org/tex/course/view.php?id=2 일본어 텍 Q&A] [http://xyoshiki.web.fc2.com/tex.html#Win 커뮤니티]
* 예가 많은 사이트 [http://www2.otani.ac.jp/~yfukuda/platex/index.html 日] [https://gist.github.com/zr-tex8r/c3ba9b26820235b3d026fb5e94af374d advent]
* titlesec 관련 [http://www.ktug.org/xe/index.php?document_srl=229590] [http://www.ktug.org/xe/index.php?mid=KTUG_QnA_board&document_srl=186668#comment_186687]


[[분류: TeX]]
[[분류: TeX]]
[[분류: 소프트웨어]]
[[분류: 소프트웨어]]

2024년 3월 24일 (일) 18:50 판

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

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