AMS-LaTeX
| 안정화 버전 | AMS-LaTeX v2.20, AMS-TeX v2.2, AMSFonts v3.0 |
|---|---|
| 프로그래밍 언어 | LaTeX, TeX |
| 운영 체제 | 유닉스 계열, Windows |
| 플랫폼 | TeX Live, MiKTeX |
| 종류 | 컴퓨터 라이브러리 |
| 라이선스 | 레이텍 프로젝트 공중 사용 허가서 |
| 웹사이트 | www |
AMS-LaTeX는 미국 수학회 (AMS)를 위해 개발된 LaTeX 문서 클래스 및 패키지 모음이다. LaTeX에 추가된 기능으로는 여러 줄 및 기타 수학적 표현의 조판, 문서 클래스, 수많은 수학 기호를 포함하는 글꼴이 있다.[1]
이것은 주로 평범한 TeX 매크로 패키지인 AMS-TeX를 대체했다. AMS-TeX는 원래 마이클 스피박이 작성했으며, 1983년부터 1985년까지 AMS에서 사용되었다.
MathJax는 확장을 통해 AMS-LaTeX를 지원한다.[2]
LaTeX2e의 다음 코드는 AMS-LaTeX 로고를 생성한다.
%%% -- AMS-LaTeX_logo.tex -------
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\AmS-\LaTeX
\end{document}
이 패키지에는 여러 줄 수식을 서식화하기 위한 일련의 기능이 있다. 예를 들어, 다음 코드는
\begin{align}
y &= (x+1)^2 \\
&= x^2+2x+1
\end{align}
두 줄의 등호가 다음과 같이 서로 정렬되도록 한다.
AMS-LaTeX에는 정리, 보조정리 등을 서식화하고 번호를 매기는 유연한 명령도 많이 포함되어 있다. 예를 들어, theorem 환경을 사용하여
\begin{theorem}[Pythagoras] Suppose $a\leq b\leq c$ are the side-lengths of a right triangle.\\ Then $a^2+b^2=c^2$.\end{theorem}
\begin{proof}. . . \end{proof}
다음과 같이 생성할 수 있다.
정리 (피타고라스) 가 직각삼각형의 변 길이라고 가정하자.
그러면 이다.
증명. . . □
같이 보기
각주
- ↑ George Gratzer (1996). 《Math into LaTeX》 (PDF). Springer. ISBN 0-8176-3805-9. 2007년 10월 8일에 확인함.
- ↑ “MathJax TeX and LaTeX Support — MathJax 2.7 documentation” (영어). 《docs.mathjax.org》. 2018년 12월 16일에 원본 문서에서 보존된 문서. 2018년 8월 27일에 확인함.
외부 링크
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.