]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsbook.layout
Further translations of French Additional manual
[lyx.git] / lib / layouts / amsbook.layout
index dbfdaab994a2e04ca1594b7f1b1f982a7958ef70..9905a55bfeafec985b3b935ff84e96341493c261 100644 (file)
@@ -1,5 +1,6 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass{book (AMS)}
+#  \DeclareLaTeXClass{American Mathematical Society (AMS)}
+#  \DeclareCategory{Books}
 # 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
@@ -7,15 +8,19 @@
 # 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>
-# Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
+# Modularized Jan '08 by Richard Kimberly Heck <rikiheck@lyx.org>
 # Moved "number within sections" to modules Aug '09 (Paul Rubin <rubin@msu.edu>)
 
 
-Format 29
+Format 104
+
 Columns                 1
 Sides                   2
 PageStyle               Headers
+DocBookRoot             book
 
+Provides amsmath         1
+Provides makeidx         1
 
 ClassOptions
        FontSize   8|9|10|11|12
@@ -26,15 +31,16 @@ DefaultModule eqs-within-sections
 DefaultModule figs-within-sections
 
 Style Standard
-       Category              MainText
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             dummy
-       ParIndent             MM
-       ParSkip               0.4
-       Align                 Block
-       AlignPossible         Block, Left, Right, Center
-       LabelType             No_Label
+       Category       MainText
+       Margin         Static
+       LatexType      Paragraph
+       LatexName      dummy
+       ParIndent      MM
+       ParSkip        0.4
+       Align          Block
+       AlignPossible  Block, Left, Right, Center
+       LabelType      No_Label
+       DocBookTag     para
 End
 
 
@@ -49,10 +55,10 @@ Input numreport.inc
 
 
 Style Section
-       Align                 Center
+       Align          Center
        Font
-         Series              Bold
-         Size                Large
+         Series       Bold
+         Size         Large
        EndFont
        TocLevel 1
 End
@@ -60,8 +66,8 @@ End
 
 Style Subsection
        Font
-         Series              Bold
-         Size                Normal
+         Series       Bold
+         Size         Normal
        EndFont
        TocLevel 2
 End
@@ -69,37 +75,35 @@ End
 
 Style Subsubsection
        Font
-         Shape               Italic
-         Size                Normal
+         Shape        Italic
+         Size         Normal
        EndFont
        TocLevel 3
 End
 
-
 Input stdstarsections.inc
 
-
 Style Section*
-       Align                 Center
+       Align          Center
        Font
-         Series              Bold
-         Size                Large
+         Series       Bold
+         Size         Large
        EndFont
 End
 
 
 Style Subsection*
        Font
-         Series              Bold
-         Size                Normal
+         Series       Bold
+         Size         Normal
        EndFont
 End
 
 
 Style Subsubsection*
        Font
-         Shape               Italic
-         Size                Normal
+         Shape        Italic
+         Size         Normal
        EndFont
 End
 
@@ -112,9 +116,12 @@ Input stdcounters.inc
 Input amsdefs.inc
 
 # Unwanted styles from the includes
-NoStyle Address
 NoStyle Verse
 
+Style Bibliography
+       TocLevel             0
+End
+
 # Chapter is _not_ prepended
 # JSpitz: this seems to be not true (anymore?)
 #Style Section
@@ -125,7 +132,7 @@ NoStyle Verse
 
 Style Paragraph
        Font
-         Series Medium
+         Series       Medium
        EndFont
        TocLevel 4
 End
@@ -146,7 +153,7 @@ Style Chapter_Exercises
        ParSep                0.3
        Align                 Block
        AlignPossible         Block, Left
-       LabelType             Counter
+       LabelType             Itemize
        LabelFont
          Shape               Up
          Series              Bold
@@ -155,4 +162,16 @@ Style Chapter_Exercises
          \newenvironment{lyxxcb}{\begin{xcb}{Exercises}\begin{enumerate}}
                             {\end{enumerate}\end{xcb}}
        EndPreamble
+       Argument listpreamble:1
+         LabelString    "List preamble"
+         MenuString     "List Preamble"
+         Tooltip        "LaTeX code to be inserted before the first item"
+         PassThru       1
+         Font
+           Family typewriter
+           Color latex
+         EndFont
+       EndArgument
+       DocBookTag       para
+       DocBookAttr      role='chapter-exercises'
 End