Skip to content

Commit

Permalink
menu LaTeX/AMS packages (#3800)
Browse files Browse the repository at this point in the history
  • Loading branch information
octaeder committed Sep 20, 2024
1 parent 5a9172b commit a1f8119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<menu id="main/latex" text="&amp;LaTeX">
<insert id="documentclass" text="\documentclass" insert="\documentclass[%&lt;options%|%>]{%&lt;class%>}"/>
<insert id="usepackage" text="\usepackage{}" insert="\usepackage[%&lt;options%>]{%&lt;package%|%>}"/>
<insert id="amspackages" text="AMS packages" insert="\usepackage{amsmath}%\\usepackage{amssymb}" info="The main American Mathematical Society packages"/>
<insert id="amspackages" text="AMS packages" insert="\usepackage{mathtools}%\\usepackage{amssymb}%\\usepackage{amsthm}" info="The main American Mathematical Society packages"/>
<insert id="document" text="\begin{document}" insert="\begin{document}%\%|%\\end{document}" info="Text is allowed only between \begin{document} and \end{document}."/>
<insert id="title" text="\title{}" insert="\title{%&lt;title%|%>}" info="The \title command declares text to be the title."/>
<insert id="author" text="\author{}" insert="\author{%&lt;names%|%>}" info="The \author command declares the author(s), where names is a list of authors separated by \and commands."/>
Expand Down

0 comments on commit a1f8119

Please sign in to comment.