]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/tufte-book.layout
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / tufte-book.layout
index 3a191a49a942a7894a67fc1059b98bf0ddc0efa8..2b88ca308f25645a0371a9347cc8da5ee2aae862 100644 (file)
@@ -1,22 +1,37 @@
 #% Do not delete the line below; configure depends on this
-#  \DeclareLaTeXClass[tufte-book,bibentry.sty,changepage.sty,fancyhdr.sty,ifmtarg.sty,letterspace.sty,multicol.sty,natbib.sty,optparams.sty,paralist.sty,placeins.sty,ragged2e.sty,setspace.sty,textcase.sty,titlesec.sty,titletoc.sty,xcolor.sty,xifthen.sty,xkeyval.sty]{Tufte Book}
+#  \DeclareLaTeXClass[tufte-book]{Tufte Book}
 #  \DeclareCategory{Books}
 # tufte-book textclass definition file.
 # Jason Waskiewicz <jason.waskiewicz@sendit.nodak.edu>, 2009/10/18
 # Modified by Uwe Stöhr <uwestoehr@web.de>, 2009/11/15
 
-Format 54
+Format 82
 
 Provides geometry 1
 Provides natbib-internal 1
 
 Sides          2
 PageStyle      Headings
+DocBookRoot    book
 
 ClassOptions
        Other           nohyper
 end
 
+# Tufte uses \cite for margin note citations
+AddToCiteEngine authoryear
+       cite[][]
+End
+
+CiteFormat authoryear
+       _sidenote Sidenote
+       _side sidenote
+       _fullcite bibl. entry
+       _bibentry Full bibliography entry.
+       # "Margin: Full bibliography entry." (dialog) / "Margin: Key (bibliography entry)"
+       cite {%dialog%[[%_sidenote%]][[%_side%]]}: {%dialog%[[%_bibentry%]][[{%label%[[%!fullcite%]][[%key%%!nextkey% (%_fullcite%)]]}]]}
+End
+
 Style Standard
        Margin          Static
        LatexType       Paragraph
@@ -34,14 +49,17 @@ Input stdclass.inc
 
 Style Title
        InPreamble              1
+       NeedProtect             1
 End
 
 Style Author
        InPreamble              1
+       NeedProtect             1
 End
 
 Style Date
        InPreamble              1
+       NeedProtect             1
 End
 
 NoStyle Abstract
@@ -71,20 +89,23 @@ Style Chapter
        NeedProtect             1
        NextNoIndent    1
        ParSkip                 0.4
-       TopSep                  4
+       TopSep                  2
        BottomSep               0.8
        ParSep                  0.8
        Align                   Block
        RefPrefix               chap
        Argument 1
          LabelString   "Short Title|S"
-         Tooltip               "The chapter as it appears in the table of contents/running headers"
+         Tooltip       "The chapter as it appears in the table of contents/running headers"
          InsertCotext  1
+         IsTocCaption  1
        EndArgument
        Font
          Series                Bold
          Size                  Huge
        EndFont
+       DocBookTag            title
+       DocBookSectionTag     chapter
 End
 
 Style Section
@@ -106,13 +127,16 @@ Style Section
        RefPrefix               sec
        Argument 1
          LabelString   "Short Title|S"
-         Tooltip               "The section as it appears in the table of contents/running headers"
+         Tooltip       "The section as it appears in the table of contents/running headers"
          InsertCotext  1
+         IsTocCaption  1
        EndArgument
        Font
          Series                Bold
          Size                  Larger
        EndFont
+       DocBookTag            title
+       DocBookSectionTag     section
 End
 
 Style Subsection
@@ -175,6 +199,8 @@ InsetLayout Flex:NewThought
          Color                 red
        EndFont
        ResetsFont              true
+       DocBookTag      emphasis
+       DocBookAttr     role='newthought'
 End
 
 InsetLayout Flex:AllCaps
@@ -188,6 +214,8 @@ InsetLayout Flex:AllCaps
        LabelFont
          Color                 blue
        EndFont
+       DocBookTag      emphasis
+       DocBookAttr     role='allcaps'
 End
 
 InsetLayout Flex:SmallCaps
@@ -197,6 +225,8 @@ InsetLayout Flex:SmallCaps
        LabelFont
          Color                 green
        EndFont
+       DocBookTag      emphasis
+       DocBookAttr     role='smallcaps'
 End
 
 Style Full_Width
@@ -217,9 +247,11 @@ End
 
 # this steps the counters
 Counter                marginfigure
+       GuiName "Margin Figure"
 End
 
 Counter                margintable
+       GuiName "Margin Table"
 End
 
 # define the floats
@@ -262,4 +294,5 @@ Style Bibliography
          Series                Bold
          Size                  Huge
        EndFont
+       TocLevel                0
 End