]> git.lyx.org Git - features.git/blobdiff - lib/layouts/sigplanconf.layout
DocBook: implement subtitle for layouts that previously missed it.
[features.git] / lib / layouts / sigplanconf.layout
index 6610f63fbf89e905f544b5d670d2d82d071556ed..2c7d0cb77ce1dbfb76cfa7f3468fc200ae36f1fe 100644 (file)
@@ -1,6 +1,6 @@
 #% Do not delete he line below; configure depends on this
-#  \DeclareLaTeXClass[sigplanconf,natbib.sty]{ACM SIGPLAN}
-#  \DeclareCategory{Articles}
+#  \DeclareLaTeXClass[sigplanconf,natbib.sty]{ACM SIGPLAN (Obsolete)}
+#  \DeclareCategory{Obsolete}
 # ACM SIGPLAN sigplanconf textclass definition file.
 # Author : Uwe Stöhr
 #
@@ -8,13 +8,16 @@
 # downloaded from
 # http://www.sigplan.org/authorInformation.htm
 #
+# NOTE: As from Spring 2017, the class will not be usable to submit
+# a publication to ACM, it is OBSOLETE. Use acmart.cls instead.
+#
 # This layout is according to
 # http://www.sigplan.org/sigplanconf-guide.pdf
 #
 # ACM style files can be obtained at
 # http://www.acm.org/sigs/pubs/proceed/template.html
 
-Format 45
+Format 85
 
 Columns                        1
 Sides                  1
@@ -45,6 +48,7 @@ Style Standard
   Align                Block
   AlignPossible        Block, Left, Right, Center
   LabelType            No_Label
+  DocBookTag        para
 End
 
 
@@ -120,6 +124,13 @@ Style PreprintFooter
 End
 
 
+Style DOI
+       CopyStyle       CopyrightYear
+       LatexName       doi
+       LabelString     "Digital Object Identifier:"
+End
+
+
 Input stdtitle.inc
 Input stdstruct.inc
 
@@ -130,6 +141,8 @@ Style Subtitle
        Font
          Size          Larger
        EndFont
+       DocBookTag            subtitle
+       DocBookInInfo         maybe
 End
 
 
@@ -179,6 +192,10 @@ Style Keywords
        CopyStyle       Terms
        LatexName       keywords
        LabelString     "Keywords:"
+       DocBookTag         keyword
+       DocBookTagType     paragraph
+       DocBookWrapperTag  keywordset
+       DocBookInInfo      always
 End
 
 
@@ -218,5 +235,8 @@ Style Acknowledgments
        LabelBottomsep  0
        LabelType       Above
        LabelString     "Acknowledgments"
+       DocBookTag            para
+       DocBookWrapperTag     acknowledgements
+       DocBookSection        true
 End