<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=AMS-LaTeX</id>
	<title>AMS-LaTeX - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=AMS-LaTeX"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=AMS-LaTeX&amp;action=history"/>
	<updated>2026-07-17T21:51:12Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=AMS-LaTeX&amp;diff=3688199&amp;oldid=prev</id>
		<title>imported&gt;InternetArchiveBot：​补救2个来源，并将0个来源标记为失效。) #IABot (v2.0.8.7</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=AMS-LaTeX&amp;diff=3688199&amp;oldid=prev"/>
		<updated>2022-05-10T04:43:57Z</updated>

		<summary type="html">&lt;p&gt;补救2个来源，并将0个来源标记为失效。) #IABot (v2.0.8.7&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{NoteTA&lt;br /&gt;
|G1=IT&lt;br /&gt;
|1=zh-cn:宏;zh-tw:巨集&lt;br /&gt;
|2=zh-cn:通过;zh-tw:透過&lt;br /&gt;
|3=zh-cn:代码;zh-tw:程式碼&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;AMS-LaTeX&amp;#039;&amp;#039;&amp;#039;是一个包含数学公式所需符号、排版、字体的[[LaTeX]]文档类和宏包集合。其开发主要参考了[[美国数学协会]]在数学期刊和书籍排版工作中的经验，以AMS-LaTeX撰写的文章可被该协会旗下期刊接受。&amp;lt;ref&amp;gt;{{cite book|url=http://www.ctan.org/tex-archive/info/mil/mil.pdf|title=Math into LaTeX|author=George Gratzer|year=1996|isbn=0-8176-3805-9|accessdate=2007-10-08|archive-date=2011-01-09|archive-url=https://web.archive.org/web/20110109090648/http://www.ctan.org/tex-archive/info/mil/mil.pdf}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[MathJax]]中通过扩展程序支持AMS-LaTeX。&amp;lt;ref&amp;gt;{{Cite web|title=MathJax TeX and LaTeX Support — MathJax 2.7 documentation|url=http://docs.mathjax.org/en/latest/tex.html#supported-latex-commands|access-date=2018-08-27|website=docs.mathjax.org|language=en|archive-url=https://web.archive.org/web/20181216163219/http://docs.mathjax.org/en/latest/tex.html#supported-latex-commands|archive-date=2018-12-16|url-status=dead}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
以下LaTeX2e代码可以生成 AMS-LaTeX的标志：&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
 %%% -- AMS-LaTeX_logo.tex -------&lt;br /&gt;
 \documentclass{article}&lt;br /&gt;
 \usepackage{amsmath}&lt;br /&gt;
 &lt;br /&gt;
 \begin{document}&lt;br /&gt;
 \AmS-\LaTeX&lt;br /&gt;
 \end{document}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;该宏包有一套工具来处理多行公式。例如：&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
 \begin{align}&lt;br /&gt;
  y &amp;amp;= (x+1)^2 \\&lt;br /&gt;
   &amp;amp;= x^2+2x+1&lt;br /&gt;
 \end{align}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;该代码可以使两行中的等号对齐，如下所示：&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;&lt;br /&gt;
 \begin{align}&lt;br /&gt;
  y &amp;amp;= (x+1)^2 \\&lt;br /&gt;
   &amp;amp;= x^2+2x+1&lt;br /&gt;
 \end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
AMS-LaTeX 还包括许多灵活的命令，用于排版和对定理、引理等生成编号。 例如，可以使用{{Samp|theorem}}环境&amp;lt;syntaxhighlight lang=&amp;quot;latex&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
 \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}&lt;br /&gt;
 \begin{proof}. . . \end{proof}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;可以生成&amp;lt;blockquote&amp;gt;&lt;br /&gt;
   &amp;#039;&amp;#039;&amp;#039;Theorem&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;Pythagoras&amp;#039;&amp;#039;) &amp;#039;&amp;#039;Suppose&amp;#039;&amp;#039; &amp;lt;math&amp;gt;a\leq b\leq c&amp;lt;/math&amp;gt; &amp;#039;&amp;#039;are the side-lengths of a right triangle.&amp;#039;&amp;#039;  &amp;#039;&amp;#039;Then&amp;#039;&amp;#039; &amp;lt;math&amp;gt;a^2+b^2=c^2&amp;lt;/math&amp;gt;.&lt;br /&gt;
   &amp;#039;&amp;#039;&amp;#039;Proof&amp;#039;&amp;#039;&amp;#039;. . . □&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 参见 ==&lt;br /&gt;
&lt;br /&gt;
* [[墓碑符号]]&lt;br /&gt;
&lt;br /&gt;
== 参考资料 ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.ams.org/tex/ AMS上关于TeX的资源] {{Wayback|url=http://www.ams.org/tex/ |date=20100218111742 }}&lt;br /&gt;
* [https://web.archive.org/web/20060908235938/http://www.tex.ac.uk/cgi-bin/texfaq2html?label=AMSpkg AMS-TeX上的TeX常见问题解答]&lt;br /&gt;
&lt;br /&gt;
[[Category:TeX]]&lt;/div&gt;</summary>
		<author><name>imported&gt;InternetArchiveBot</name></author>
	</entry>
</feed>