On Sat, 29 Aug 2020 at 04:44, Rod Webster <r...@vmn.com.au> wrote:

> I'm sure now is not the time to change authoring environments but it likely
> explains the convoluted workflow you've found. Asciidoc to me seems to be a
> very archaic authoring environment.

Asciidoc seems a neat and elegant solution compared to what we used to have.

XSLT is part of the chain:

Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl
/home/andypugh/linuxcnc-dev/docs/src/Master_Getting_Started.xml
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param
current.dir '/home/andypugh/linuxcnc-dev/docs/src'
/usr/share/dblatex/xsl/common/mklistings.xsl
/home/andypugh/linuxcnc-dev/docs/src/Master_Getting_Started.xml
xsltproc -o Master_Getting_Started.rtex --xinclude --xincludestyle
--param current.dir '/home/andypugh/linuxcnc-dev/docs/src' --param
listings.xml '/tmp/tmp_tEqMS/listings.xml' /tmp/tmp_tEqMS/custom.xsl
/home/andypugh/linuxcnc-dev/docs/src/Master_Getting_Started.xml
XSLT stylesheets DocBook - LaTeX 2e (0.3.10)

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to