To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

AMS-LaTeX is a collection of LaTeX document classes and packages developed for the American Mathematical Society (AMS). Its additions to LaTeX include the typesetting of multi-line and other mathematical statements, document classes, and fonts containing numerous mathematical symbols.[1]

It has largely superseded the plain TeX macro package AMS-TeX. AMS-TeX was originally written by Michael Spivak, and was used by the AMS from 1983 to 1985.

MathJax supports AMS-LaTeX through extensions.[2]

The following code of the LaTeX2e produces the AMS-LaTeX logo:

 %%% -- AMS-LaTeX_logo.tex -------
 \documentclass{article}
 \usepackage{amsmath}
 
 \begin{document}
 \AmS-\LaTeX
 \end{document}

The package has a suite of facilities to format multi-line equations. For example, the following code,

  \begin{align}
    y &= (x+1)^2 \\
      &= x^2+2x+1
  \end{align}

causes the equals signs in the two lines to be aligned with one another, like this:

AMS-LaTeX also includes many flexible commands for formatting and numbering theorems, lemmas, etc. For example, one may use the environment 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}

to generate

Theorem (Pythagoras) Suppose are the side-lengths of a right triangle.
Then .
Proof. . . □

YouTube Encyclopedic

  • 1/3
    Views:
    331 038
    57 428
    161 971
  • LaTeX Tutorial 2 - Common Math Notation - Part 1/2
  • LaTeX Tutorial: How to Format a Math Paper
  • Latex Tutorial How to write mathematics equations in Latex

Transcription

See also

References

  1. ^ George Gratzer (1996). Math into LaTeX (PDF). Springer. ISBN 0-8176-3805-9. Retrieved 2007-10-08.
  2. ^ "MathJax TeX and LaTeX Support — MathJax 2.7 documentation". docs.mathjax.org. Archived from the original on 2018-12-16. Retrieved 2018-08-27.

External links


This page was last edited on 27 October 2023, at 15:22
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.