]> git.lyx.org Git - lyx.git/blob - lib/layouts/amsart-plain.layout
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
[lyx.git] / lib / layouts / amsart-plain.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[amsart]{article (AMS, unnumbered)}
3 # AMS-Article textclass definition file. Taken from initial LyX source code
4 # and from the Article textclass definition file, following the AMS sample
5 # paper "testmath.tex" of January, 1995
6 # Author : David L. Johnson <dlj0@lehigh.edu>
7 # The "unnumbered" version has all results, unnumbered
8 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
9 # modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
10 # Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
11
12 Format 6
13 Input amsart.layout
14
15 # Change the definitions of the theorem-like environments to get unnumbered
16 # results
17
18 # Use a simpler preamble.
19 Preamble
20         \usepackage{amsmath,amsthm}
21         \usepackage{amsfonts}
22 EndPreamble
23
24 Input amsmaths-plain.inc