]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/memoir.layout
de.po
[lyx.git] / lib / layouts / memoir.layout
index 7a1404aef8ccf39abb88cba06f4e431305b6ac26..aaaab45054ff1b3914b12eae1ff0fe8df2c11f29 100644 (file)
@@ -7,7 +7,7 @@
 # feel free to contribute missing features!
 
 
-Format 80
+Format 104
 Columns            1
 Sides              2
 SecNumDepth        1
@@ -50,6 +50,7 @@ Style Standard
                        text-align: left;
                }
        EndHTMLStyle
+       DocBookTag            para
 End
 
 
@@ -83,6 +84,7 @@ Style Chapter
                InsertCotext  1
                Requires      1
        EndArgument
+       TocLevel 0
 End
 
 
@@ -107,6 +109,7 @@ Style Section
                InsertCotext  1
                Requires      1
        EndArgument
+       TocLevel 1
 End
 
 
@@ -122,6 +125,7 @@ Style Subsection
                InsertCotext  1
                Requires      1
        EndArgument
+       TocLevel 2
 End
 
 
@@ -137,6 +141,7 @@ Style Subsubsection
                InsertCotext  1
                Requires      1
        EndArgument
+       TocLevel 3
 End
 
 
@@ -152,6 +157,7 @@ Style Paragraph
                InsertCotext  1
                Requires      1
        EndArgument
+       TocLevel 4
 End
 
 
@@ -167,6 +173,7 @@ Style Subparagraph
                InsertCotext  1
                Requires      1
        EndArgument
+       TocLevel 5
 End
 
 
@@ -239,6 +246,7 @@ Style Poemtitle
        Font
           Series             Bold
        EndFont
+    HTMLTag               h2
 End
 
 
@@ -290,3 +298,51 @@ Style Legend
        ParSkip             0.4
        Align               Center
 End
+
+#
+# Endnotes (called "pagenotes" in memoir)
+#
+
+Counter endnotes
+       GuiName Endnotes
+    PrettyFormat "Endnote ##"
+End
+
+InsetLayout Flex:Endnote
+   LyXType     custom
+   LatexName   pagenote
+   LatexType   command
+   Counter     endnotes
+   Decoration  classic
+   Font
+     Size Small
+   EndFont
+   MultiPar    true
+   LabelString endnote
+   Preamble
+      \makepagenote
+   EndPreamble
+   LangPreamble
+     \providecommand{\notesname}{_(Notes[[Endnotes]])}
+   EndLangPreamble
+   BabelPreamble
+     \addto\captions$$lang{\renewcommand{\notesname}{_(Notes[[Endnotes]])}}
+   EndBabelPreamble
+End
+
+# We are only interested in the list
+Float
+   Type          pagenote
+   ListName      "Endnotes (all)"
+   IsPredefined  true
+   UsesFloatPkg  false
+   ListCommand   printpagenotes
+End
+
+Float
+   Type          pagenote*
+   ListName      "Endnotes (sectioned)"
+   IsPredefined  true
+   UsesFloatPkg  false
+   ListCommand   printpagenotes*
+End