]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/minimalistic.module
Autoconf: use included boost when system boost is not available
[lyx.git] / lib / layouts / minimalistic.module
index 0512339331934f58e5497f20958377c00e7079d0..13e4ff73265f13dbfe1b6b4000d5ffce11acaa98 100644 (file)
@@ -1,54 +1,30 @@
-#\DeclareLyXModule{Minimalistic}
+#\DeclareLyXModule{Minimalistic Insets}
+#\DeclareCategory{Fixes & Hacks}
 #DescriptionBegin
 # Redefines several insets (Index, Branch, URL) as being Minimalistic. 
 #DescriptionEnd
 
-Format 9
+Format 90
 
 InsetLayout Index
-   Decoration   minimalistic
-   LabelString           Idx
-   LatexType             command
-   LatexName             index
-   Font
-     Color               Green
-     Size                Small
-   EndFont
-   LabelFont
-     Color               Green
-     Size                Small
-   EndFont
-   MultiPar              false
-   NeedProtect           true
+               Decoration   minimalistic
+               Font
+                       Color               textlabel2
+                       Size                Small
+               EndFont
+               LabelFont
+                       Color               textlabel2
+                       Size                Small
+               EndFont
 End
 
 InsetLayout Branch
   Decoration            minimalistic
-  LabelFont
-    Color               Red
-    Size                Small
-  EndFont
-  MultiPar              true
 End
 
 InsetLayout URL
-LyXType               standard
-LatexName             url
-LatexType             command
-Decoration            minimalistic
-LabelString           URL
-PassThru              true
-ForceLTR              true
-Font
-  Family              Typewriter
-  Color               Blue
-EndFont
-LabelFont
-  Family              Typewriter
-  Color               Blue
-  Size                Small
-EndFont
-Requires             url
+       Decoration            minimalistic
+       LabelString           URL
 End