]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/bicaption.module
chkconfig.ltx: uncoment check for cbgreek
[lyx.git] / lib / layouts / bicaption.module
index de6af7ca2b1a7ca18690f6123681b497411c95f2..41379fc32cfab811d9d189e4c7e15d8f4c1493ec 100644 (file)
@@ -1,19 +1,19 @@
-#\DeclareLyXModule[bicaption.sty]{Multilingual captions}
+#\DeclareLyXModule[bicaption.sty]{Multilingual Captions}
 #DescriptionBegin
 #Provides two styles to typeset multilingual captions.
 #For a description see the file MultilingualCaptions.lyx in LyX's examples folder.
 #DescriptionEnd
 #Author: Uwe Stöhr <uwestoehr@web.de>
 
-Format 43
+Format 49
 
 Style "Caption setup"
        LatexType       command
        LatexName       captionsetup
        Category        FrontMatter
        Argument 1
-        LabelString   "Caption Setup Options"
-        Tooltip       "Options for the caption setup"
+        LabelString    "Language"
+        Tooltip        "Language that should be affected, can be 'bi-first', 'bi-second' or 'bi-both'"
        EndArgument
        PassThru        1
        Margin          Dynamic
@@ -61,4 +61,5 @@ InsetLayout Caption:Bicaption
           margin: 1ex;
          }
        EndHTMLStyle
+       HTMLAttr "class='float-caption float-caption-bicaption'"
 End