This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: revhistory not rendered, customization


I implemented a rendering of revhistory in a table, as part of the
AlcoveBook stylesheets.  The definitions are in extensions.dsl, and an
example of use is in bookarticle.dsl, as shown below:

(define (article-titlepage-verso-elements)
  (list
   (normalize "revhistory")
   ))

(mode article-titlepage-verso-mode
  (element revhistory
    ($revhistory-table$))
  (element (revhistory revision)
    ($revhistory-table-revision$)))


See: https://savannah.gnu.org/projects/alcovebook/

-- 
Yann Dirson <Yann.Dirson@fr.alcove.com>                 http://www.alcove.com/
Technical support manager                Responsable de l'assistance technique
Senior Free-Software Consultant          Consultant senior en Logiciels Libres
Debian developer (dirson@debian.org)                        Développeur Debian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]