]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/AEA.layout
DocBook: implement modern CV.
[lyx.git] / lib / layouts / AEA.layout
index 0198181e8c3bac4a96f7d691cc3871e664922d34..e1674be6cb8e053132334806316cb5faff2c8a9a 100644 (file)
@@ -4,7 +4,7 @@
 # Authors : Koji Yokota <yokota@res.otaru-uc.ac.jp>
 #           Uwe Stöhr <uwestoehr@web.de>
 
-Format 45
+Format 85
 Input stdclass.inc
 Input theorems-ams.module
 Input theorems-bytype.module
@@ -144,6 +144,13 @@ Style Table_Notes
        EndArgument
 End
 
+Style Theorem
+       LatexName       theorem
+       Preamble
+               \newtheorem{theorem}{Theorem}
+       EndPreamble
+End
+
 Style Algorithm
        LatexName       algorithm
        Preamble
@@ -296,7 +303,7 @@ Style Caption
        LatexType       Command
        LatexName       QTR{caption}
        LabelCounter    caption
-       LabelString     "Caption: "
+       LabelString     "Caption:"
        LeftMargin      "Caption: "
        Align           Center
 End
@@ -307,10 +314,14 @@ Style Proof
 End
 
 Counter case
+       GuiName Case
 End
 Counter remark
+       GuiName Remark
 End
 Counter summary
+       GuiName Summary
 End
 Counter solution
+       GuiName Solution
 End