]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/amsdefs.inc
DocBook: implement modern CV.
[lyx.git] / lib / layouts / amsdefs.inc
index b3c1a880b8e2b9c81e900fabfcdc79ec3913bf99..a0a99489b6b4c3665f8c061237a8afc77c5bb682 100644 (file)
@@ -5,7 +5,10 @@
 # Modularized Jan '08 by Richard Heck <rgheck@brown.edu>
 
 # Including the maths stuff
-Format 40
+Format 85
+
+# By default AMS articles & books use leqno option (as SIAM journals).
+Provides leqno 1
 
 # the environments copied from the old amsart.layout are:
 # - Bibliography
@@ -34,10 +37,10 @@ Style Title
        ParSep                1
        Align                 Center
        LabelType             No_Label
-       Argument shorttitle
-               LabelString   "Short Title"
-               Shortcut      S
-               Tooltip       "Short Title which appears in the running headers"
+       Argument 1
+               LabelString   "Short Title|S"
+               Tooltip       "Short title which appears in the running headers"
+               InsertCotext  1
        EndArgument
        Font
          Shape               Smallcaps
@@ -45,6 +48,9 @@ Style Title
          Size                Larger
        EndFont
        HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -65,6 +71,11 @@ Style Author
          Size                Large
          Shape               Smallcaps
        EndFont
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
@@ -89,6 +100,9 @@ Style Date
          Shape               Italic
          Size                Large
        EndFont
+       DocBookTag            date
+       DocBookTagType        paragraph
+       DocBookInInfo         always
 End
 
 
@@ -114,6 +128,10 @@ Style Abstract
        LabelFont
          Shape               Smallcaps
        EndFont
+       DocBookTag            para
+       DocBookWrapperTag     abstract
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 # Clear Address definition from lyxmacros
@@ -136,6 +154,11 @@ Style Address
        LabelFont
          Shape               Italic
        EndFont
+       DocBookTag            address
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
@@ -143,6 +166,10 @@ Style Current_Address
        CopyStyle             Address
        LatexName             curraddr
        LabelString           "Current address:"
+       DocBookTag            address
+       DocBookTagType        paragraph
+       DocBookInInfo         always
+       DocBookAttr           role='current'
 End
 
 
@@ -151,6 +178,11 @@ Style Email
        Margin                First_Dynamic
        LatexName             email
        LabelString           "E-mail address:"
+       DocBookTag            email
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
@@ -159,6 +191,11 @@ Style URL
        Margin                First_Dynamic
        LatexName             urladdr
        LabelString           "URL:"
+       DocBookTag            uri
+       DocBookTagType        paragraph
+       DocBookWrapperTag     author
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
@@ -166,6 +203,11 @@ Style Keywords
        CopyStyle             Address
        LatexName             keywords
        LabelString           "Key words and phrases:"
+       DocBookTag            keyword
+       DocBookTagType        paragraph
+       DocBookWrapperTag     keywordset
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
@@ -173,6 +215,10 @@ Style Thanks
        CopyStyle             Address
        LatexName             thanks
        LabelString           "Thanks:"
+       DocBookTag            para
+       DocBookWrapperTag     acknowledgements
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         never
 End
 
 
@@ -180,6 +226,10 @@ Style Dedicatory
        CopyStyle             Address
        LatexName             dedicatory
        LabelString           "Dedication:"
+       DocBookTag            para
+       DocBookWrapperTag     dedication
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         never
 End
 
 
@@ -187,6 +237,12 @@ Style Translator
        CopyStyle             Address
        LatexName             translator
        LabelString           "Translator:"
+       DocBookTag            personname
+       DocBookTagType        paragraph
+       DocBookWrapperTag     othercredit
+       DocBookWrapperAttr    role='translator'
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
@@ -194,14 +250,23 @@ Style Subjectclass
        CopyStyle             Address
        LatexName             subjclass[2000]
        LabelString           "2000 Mathematics Subject Classification:"
+       DocBookItemTag        subjectterm
+       DocBookItemTagType    inline
+       DocBookTag            subject
+       DocBookTagType        paragraph
+       DocBookWrapperTag     subjectset
+       DocBookWrapperMergeWithPrevious true
+       DocBookInInfo         always
 End
 
 
 Style Bibliography
+       Category              BackMatter
        Margin                First_Dynamic
        LatexType             Bib_Environment
        LatexName             thebibliography
        NextNoIndent          1
+       ToggleIndent          Never
        LeftMargin            MM
        ParSkip               0.4
        ItemSep               0
@@ -220,4 +285,16 @@ Style Bibliography
          Size                Normal
          Shape               Smallcaps
        EndFont
+       TocLevel             1
+       IsTocCaption         0
+       Argument listpreamble:1
+         LabelString    "Bib preamble"
+         MenuString     "Bibliography Preamble"
+         Tooltip        "LaTeX code to be inserted before the first bibliography item"
+         PassThru           1
+         Font
+           Family           typewriter
+           Color            latex
+         EndFont
+       EndArgument
 End