]> git.lyx.org Git - features.git/blobdiff - lib/layouts/varwidth.module
DocBook: slightly change the Copernicus template to be valid DocBook.
[features.git] / lib / layouts / varwidth.module
index e0bf5959d2aaad7236e464ce0970e71a4e34b9ec..94781d43970822c5c2b1755da99bc6f4cff6aa3f 100644 (file)
@@ -15,7 +15,7 @@
 # Authors: Guillaume Munch <gm@lyx.org>
 #         Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 84
+Format 85
 
 InsetLayout Flex:Minipage_(Var._Width)
   LyXType              custom
@@ -33,12 +33,14 @@ InsetLayout Flex:Minipage_(Var._Width)
   Argument 1
     LabelString        "Vert. Adjustment"
     Tooltip            "Vertical adjustment: c (center), t (top) or b (bottom)"
+    DocBookTag      IGNORE
   EndArgument
   Argument 2
     LabelString        "Max. Width"
     Tooltip            "Maximum width (default: \linewidth)"
     DefaultArg                 "\linewidth"
     Mandatory          1
+    DocBookTag      IGNORE
   EndArgument
   Requires             varwidth
 End