Hi,
It seems that the slides stylesheet assumes that if you want a printed copy then you
want speaker notes. There is no parameter to turn it off. However, you could create
a stylesheet customization layer and add this empty template to turn them off:
<xsl:template match="speakernotes"/>
Use that customization layer for the version without speaker notes.
Bob Stayton
Sagehill Enterprises
[email protected]
----- Original Message -----
From: "Paul Richards" <[email protected]>
To: <[email protected]>
Sent: Saturday, May 29, 2010 2:26 PM
Subject: [docbook-apps] How to enable/disable speakernotes content in PDF slides
Hi,
I am trying to create slides using DocBook and unfortunately I am
finding it difficult to get started.
The problem I have is figuring out how to enable/disable the
"speakernotes" content. I need to do this so that I can create two
copies of my PDF; versions with and without the extra notes.
Does anyone know I do this, or where I should be looking for documentation?
I am using the DocBook slides thing from here:
http://docbook.sourceforge.net/release/slides/current/doc/
I am also using Apache FOP to turn my DocBook XML into PDF using this
command line:
fop -xml input.xml -xsl path/to/docbook-xsl/slides/fo/plain.xsl -pdf output.pdf
--
Paul Richards
@pauldoo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]