OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] How to enable/disable speakernotes content in PDF slides


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
bobs@sagehill.net


----- Original Message ----- 
From: "Paul Richards" <paul.richards@gmail.com>
To: <docbook-apps@lists.oasis-open.org>
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: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]