]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/aguplus.inc
Introduce HTMLClass tag, to make it easier to give these.
[lyx.git] / lib / layouts / aguplus.inc
index e709c0213513b9e8a0ddc126cf2f9ba23d75bc61..f21aa55baa865274976e9249f48720be13a51f60 100644 (file)
@@ -6,7 +6,7 @@
 # ftp://ftp.agu.org/journals/latex/journals
 
 
-Format 40
+Format 96
 Input stdclass.inc
 
 SecNumDepth             4
@@ -95,7 +95,7 @@ Style Left_Header
        LabelFont
          Series              Bold
          Shape               Italic
-         Color               red
+         Color               textlabel3
        EndFont
 End
 
@@ -176,9 +176,14 @@ Style Bibliography
          Series              Bold
          Size                Huge
        EndFont
+       TocLevel              1
+       IsTocCaption          0
 End
 
 
+OutlinerName plate        "Plates" #no AddToToc
+OutlinerName planotable  "Planotables" #no AddToToc
+
 Float
        Type                  plate
        GuiName               Plate
@@ -203,29 +208,31 @@ Float
 End
 
 
-
-Style Table_Caption
-       Margin                First_Dynamic
-       LatexType             Command
-       LatexName             tablecaption
-       NeedProtect           1
-       LabelSep              xx
-       ParSkip               0.4
-       TopSep                0.5
-       Align                 Center
-       LabelType             Sensitive
-       LabelString           "TableCaption"
-       LabelFont
-         Series              Bold
-       EndFont
+InsetLayout Caption:Table
+       LabelString          table
+       LaTeXType            command
+       LatexName            tablecaption
+       NeedProtect          1
+       MultiPar             false
+       HTMLStyle
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin: 1ex;
+               }
+       EndHTMLStyle
+       HTMLClass "float-caption float-caption-table"
 End
 
 
 Counter plate
+       GuiName Plate
        Within                none
 End
 
 
 Counter planotable
+       GuiName "Plano Table"
        Within                none
 End