mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
04efe3c40a
* src/LaTeXFeatures.C (mustProvide): new method; returns true when isRequired is true and the feature is not provided by the textclass. (getPackages, getLyXSGMLEntities): use mustProvide when relevant. * src/bufferparams.C (getEngine): * src/buffer.C (validate): adapt to change below. * src/lyxtextclass.C (read): replace tags ProvidesNatbib, ProvidesMakeidx, ProvidesUrl and ProvidesAmsmath by a generic "Provides". (provides): take a string as argument. * lib/scripts/layout2layout.py (convert): convert "ProvidesXxx" tags to "Provides xxx". * lib/layouts/*: update to format 4. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17740 a592a061-630c-0410-9148-cb99ea01b6c8
133 lines
2.6 KiB
Plaintext
133 lines
2.6 KiB
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass{book (AMS)}
|
|
# 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>
|
|
# Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
|
# modified and modularized by Emmanuel GUREGHIAN <gureghia@boston.bertin.fr>
|
|
|
|
|
|
Format 4
|
|
Columns 1
|
|
Sides 2
|
|
PageStyle Headers
|
|
|
|
|
|
ClassOptions
|
|
FontSize 8|9|10|11|12
|
|
End
|
|
|
|
|
|
Style Standard
|
|
Margin Static
|
|
LatexType Paragraph
|
|
LatexName dummy
|
|
ParIndent MM
|
|
ParSkip 0.4
|
|
Align Block
|
|
AlignPossible Block, Left, Right, Center
|
|
LabelType No_Label
|
|
End
|
|
|
|
|
|
Preamble
|
|
\numberwithin{section}{chapter}
|
|
\theoremstyle{plain}
|
|
\newtheorem{thm}{Theorem}[section]
|
|
\numberwithin{equation}{section} %% Comment out for sequentially-numbered
|
|
\numberwithin{figure}{section} %% Comment out for sequentially-numbered
|
|
EndPreamble
|
|
|
|
|
|
Input stdsections.inc
|
|
Input numreport.inc
|
|
|
|
|
|
Style Section
|
|
Align Center
|
|
AlignPossible Block, Center, Left
|
|
Font
|
|
Series Medium
|
|
Shape Smallcaps
|
|
Size Large
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Subsection
|
|
Font
|
|
Series Bold
|
|
Size Normal
|
|
EndFont
|
|
End
|
|
|
|
|
|
Style Subsubsection
|
|
Font
|
|
Shape Italic
|
|
Size Normal
|
|
EndFont
|
|
End
|
|
|
|
|
|
Input stdstarsections.inc
|
|
|
|
|
|
Input lyxmacros.inc
|
|
NoStyle Address
|
|
|
|
|
|
Input amsdefs.inc
|
|
|
|
|
|
Input stdlayouts.inc
|
|
NoStyle Verse
|
|
NoStyle Abstract
|
|
|
|
|
|
Input stdlists.inc
|
|
Input stdfloats.inc
|
|
Input stdcounters.inc
|
|
|
|
|
|
# Chapter is _not_ prepended
|
|
Style Section
|
|
LabelString "\arabic{section}"
|
|
LabelStringAppendix "\arabic{section}"
|
|
End
|
|
|
|
|
|
Style Paragraph
|
|
Font
|
|
Series Medium
|
|
EndFont
|
|
End
|
|
|
|
|
|
# End-of Chapter exercises I need a way to do this.
|
|
Style Chapter_Exercises
|
|
Margin First_Dynamic
|
|
LatexType Item_Environment
|
|
LatexName lyxxcb
|
|
NextNoIndent 1
|
|
LeftMargin MMN
|
|
LabelSep xx
|
|
ParSkip 0.0
|
|
ItemSep 0.2
|
|
TopSep 0.7
|
|
BottomSep 0.7
|
|
ParSep 0.3
|
|
Align Block
|
|
AlignPossible Block, Left
|
|
LabelType Counter
|
|
LabelFont
|
|
Shape Up
|
|
Series Bold
|
|
EndFont
|
|
Preamble
|
|
\newenvironment{lyxxcb}{\begin{xcb}{Exercises}\begin{enumerate}}
|
|
{\end{enumerate}\end{xcb}}
|
|
EndPreamble
|
|
End
|