]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/apax.inc
Autoconf: use included boost when system boost is not available
[lyx.git] / lib / layouts / apax.inc
index 8edc84e3f54484b41e2270dea529a7aad66622aa..4309d69db8cc7fb32439dd64eb577dbc43831d9d 100644 (file)
@@ -2,7 +2,7 @@
 # Author: Jacob Bishop <bishop.jacob@gmail.com> based on the apa 
 # layout written by Randy Gobbel.
 
-Format 85
+Format 89
 Columns                 1
 Sides                   1
 PageStyle               Headers
@@ -154,6 +154,10 @@ Style LeftHeader
          Series              Bold
          Size                Small
        EndFont
+       DocBookTag            authorinitials
+       DocBookAttr           role='left-header'
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -612,6 +616,9 @@ Style Course
          Size                Small
          Shape               Italic
        EndFont
+       DocBookTag            releaseinfo
+       DocBookAttr           role='course'
+       DocBookInInfo         always
 End
 
 
@@ -632,7 +639,14 @@ Style addORCIDlink
          LabelString         "Author-name"
          Tooltip             ORCID
          Mandatory           1
+         DocBookTag          phrase
+         DocBookAttr         role='author-name'
        EndArgument
+       # TODO: for DocBook, this won't work outside the preamble.
+       DocBookTag            personblurb
+       DocBookAttr           role='orcid'
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End