mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
f367964247
* lib/layouts/ams*.inc: - updates from Paul A. Rubin. Maybe some tweaks for 1.6 are still needed (e.g. counters). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20496 a592a061-630c-0410-9148-cb99ea01b6c8
25 lines
857 B
Plaintext
25 lines
857 B
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[amsart]{article (AMS, unnumbered)}
|
|
# AMS-Article textclass definition file. Taken from initial LyX source code
|
|
# and from the Article textclass definition file, following the AMS sample
|
|
# paper "testmath.tex" of January, 1995
|
|
# Author : David L. Johnson <dlj0@lehigh.edu>
|
|
# The "unnumbered" version has all results, unnumbered
|
|
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
|
|
# Tinkered with Sep. '07 by Paul Rubin <rubin@msu.edu>
|
|
|
|
Format 5
|
|
Input amsart.layout
|
|
|
|
# Change the definitions of the theorem-like environments to get unnumbered
|
|
# results
|
|
|
|
# Use a simpler preamble.
|
|
Preamble
|
|
\usepackage{amsmath,amsthm}
|
|
\usepackage{amsfonts}
|
|
EndPreamble
|
|
|
|
Input amsmaths-plain.inc
|