|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
Add TOC to PDF UserguideSeems to me it would be very useful to have a TOC (table of contents)
in the PDF version of the userguide. However, I cannot work out how to enable this - the documentation for the Maven DocBookX plugin is rather limited (and some of the links no longer work). Anyone here know how to enable this? If not, I could try asking on the Maven Users list. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideOn 08/09/2009, sebb <sebbaz@...> wrote:
> Seems to me it would be very useful to have a TOC (table of contents) > in the PDF version of the userguide. Duh! There's already a TOC. I meant bookmarks, i.e. the document outline that appears in the LHS in Acrobat reader. > However, I cannot work out how to enable this - the documentation for > the Maven DocBookX plugin is rather limited (and some of the links no > longer work). > > Anyone here know how to enable this? > > If not, I could try asking on the Maven Users list. > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideOn Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote:
> On 08/09/2009, sebb <sebbaz@...> wrote: > > Seems to me it would be very useful to have a TOC (table of contents) > > in the PDF version of the userguide. > > Duh! > > There's already a TOC. > > I meant bookmarks, i.e. the document outline that appears in the LHS > in Acrobat reader. > It can be simply because no bookmarks have been defined. For instance, Spring Framework Reference document has those http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf Oleg > > However, I cannot work out how to enable this - the documentation for > > the Maven DocBookX plugin is rather limited (and some of the links no > > longer work). > > > > Anyone here know how to enable this? > > > > If not, I could try asking on the Maven Users list. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideOn 08/09/2009, Oleg Kalnichevski <olegk@...> wrote:
> On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: > > On 08/09/2009, sebb <sebbaz@...> wrote: > > > Seems to me it would be very useful to have a TOC (table of contents) > > > in the PDF version of the userguide. > > > > Duh! > > > > There's already a TOC. > > > > I meant bookmarks, i.e. the document outline that appears in the LHS > > in Acrobat reader. > > > > > It can be simply because no bookmarks have been defined. > > For instance, Spring Framework Reference document has those > > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf Sorry, I'm being dense here - so how does one define a bookmark? > Oleg > > > > > > However, I cannot work out how to enable this - the documentation for > > > the Maven DocBookX plugin is rather limited (and some of the links no > > > longer work). > > > > > > Anyone here know how to enable this? > > > > > > If not, I could try asking on the Maven Users list. > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideOn Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote:
> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: > > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: > > > On 08/09/2009, sebb <sebbaz@...> wrote: > > > > Seems to me it would be very useful to have a TOC (table of contents) > > > > in the PDF version of the userguide. > > > > > > Duh! > > > > > > There's already a TOC. > > > > > > I meant bookmarks, i.e. the document outline that appears in the LHS > > > in Acrobat reader. > > > > > > > > > It can be simply because no bookmarks have been defined. > > > > For instance, Spring Framework Reference document has those > > > > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf > > Sorry, I'm being dense here - so how does one define a bookmark? > I am afraid we will have to figure it out by looking at the source code https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml Oleg > > Oleg > > > > > > > > > > However, I cannot work out how to enable this - the documentation for > > > > the Maven DocBookX plugin is rather limited (and some of the links no > > > > longer work). > > > > > > > > Anyone here know how to enable this? > > > > > > > > If not, I could try asking on the Maven Users list. > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscribe@... > > > For additional commands, e-mail: dev-help@... > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideTRY the following 2 XSLT parameters:
section.autolabel = 1 fop1.extensions = 1 Not sure which extension you guys use. If you can point me to your docbooks I could have a look. Q On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: > On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: >> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: >> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: >> > > On 08/09/2009, sebb <sebbaz@...> wrote: >> > > > Seems to me it would be very useful to have a TOC (table of contents) >> > > > in the PDF version of the userguide. >> > > >> > > Duh! >> > > >> > > There's already a TOC. >> > > >> > > I meant bookmarks, i.e. the document outline that appears in the LHS >> > > in Acrobat reader. >> > > >> > >> > >> > It can be simply because no bookmarks have been defined. >> > >> > For instance, Spring Framework Reference document has those >> > >> > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf >> >> Sorry, I'm being dense here - so how does one define a bookmark? >> > > I am afraid we will have to figure it out by looking at the source code > > https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml > > Oleg > > >> > Oleg >> > >> > >> > >> > > > However, I cannot work out how to enable this - the documentation for >> > > > the Maven DocBookX plugin is rather limited (and some of the links no >> > > > longer work). >> > > > >> > > > Anyone here know how to enable this? >> > > > >> > > > If not, I could try asking on the Maven Users list. >> > > > >> > > >> > >> > > --------------------------------------------------------------------- >> > > To unsubscribe, e-mail: dev-unsubscribe@... >> > > For additional commands, e-mail: dev-help@... >> > > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@... >> > For additional commands, e-mail: dev-help@... >> > >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Quintin Beukes --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideAlso, I'm being stupid here. Do you guys even use the FOP? I'm so used
to it I didn't even think to ask. Q On Tue, Sep 8, 2009 at 1:27 PM, Quintin Beukes <quintin@...> wrote: > TRY the following 2 XSLT parameters: > section.autolabel = 1 > fop1.extensions = 1 > > Not sure which extension you guys use. If you can point me to your > docbooks I could have a look. > > Q > > On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: >> On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: >>> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: >>> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: >>> > > On 08/09/2009, sebb <sebbaz@...> wrote: >>> > > > Seems to me it would be very useful to have a TOC (table of contents) >>> > > > in the PDF version of the userguide. >>> > > >>> > > Duh! >>> > > >>> > > There's already a TOC. >>> > > >>> > > I meant bookmarks, i.e. the document outline that appears in the LHS >>> > > in Acrobat reader. >>> > > >>> > >>> > >>> > It can be simply because no bookmarks have been defined. >>> > >>> > For instance, Spring Framework Reference document has those >>> > >>> > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf >>> >>> Sorry, I'm being dense here - so how does one define a bookmark? >>> >> >> I am afraid we will have to figure it out by looking at the source code >> >> https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml >> >> Oleg >> >> >>> > Oleg >>> > >>> > >>> > >>> > > > However, I cannot work out how to enable this - the documentation for >>> > > > the Maven DocBookX plugin is rather limited (and some of the links no >>> > > > longer work). >>> > > > >>> > > > Anyone here know how to enable this? >>> > > > >>> > > > If not, I could try asking on the Maven Users list. >>> > > > >>> > > >>> > >>> > > --------------------------------------------------------------------- >>> > > To unsubscribe, e-mail: dev-unsubscribe@... >>> > > For additional commands, e-mail: dev-help@... >>> > > >>> > >>> > --------------------------------------------------------------------- >>> > To unsubscribe, e-mail: dev-unsubscribe@... >>> > For additional commands, e-mail: dev-help@... >>> > >>> > >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@... >>> For additional commands, e-mail: dev-help@... >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > > > -- > Quintin Beukes > -- Quintin Beukes --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideOn Tue, Sep 08, 2009 at 01:29:39PM +0200, Quintin Beukes wrote:
> Also, I'm being stupid here. Do you guys even use the FOP? I'm so used > to it I didn't even think to ask. > > Q > I think the plugin uses FOP under the hood. The source of the tutorial can be found here: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/src/docbkx/ FOP stylesheet can be found here: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/src/docbkx/resources/xsl/ Oleg > On Tue, Sep 8, 2009 at 1:27 PM, Quintin Beukes <quintin@...> wrote: > > TRY the following 2 XSLT parameters: > > section.autolabel = 1 > > fop1.extensions = 1 > > > > Not sure which extension you guys use. If you can point me to your > > docbooks I could have a look. > > > > Q > > > > On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: > >> On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: > >>> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: > >>> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: > >>> > ?> On 08/09/2009, sebb <sebbaz@...> wrote: > >>> > ?> > Seems to me it would be very useful to have a TOC (table of contents) > >>> > ?> > ?in the PDF version of the userguide. > >>> > ?> > >>> > ?> Duh! > >>> > ?> > >>> > ?> There's already a TOC. > >>> > ?> > >>> > ?> I meant bookmarks, i.e. the document outline that appears in the LHS > >>> > ?> in Acrobat reader. > >>> > ?> > >>> > > >>> > > >>> > It can be simply because no bookmarks have been defined. > >>> > > >>> > ?For instance, Spring Framework Reference document has those > >>> > > >>> > ?http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf > >>> > >>> Sorry, I'm being dense here - so how does one define a bookmark? > >>> > >> > >> I am afraid we will have to figure it out by looking at the source code > >> > >> https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml > >> > >> Oleg > >> > >> > >>> > ?Oleg > >>> > > >>> > > >>> > > >>> > ?> > ?However, I cannot work out how to enable this - the documentation for > >>> > ?> > ?the Maven DocBookX plugin is rather limited (and some of the links no > >>> > ?> > ?longer work). > >>> > ?> > > >>> > ?> > ?Anyone here know how to enable this? > >>> > ?> > > >>> > ?> > ?If not, I could try asking on the Maven Users list. > >>> > ?> > > >>> > ?> > >>> > > >>> > > --------------------------------------------------------------------- > >>> > ?> To unsubscribe, e-mail: dev-unsubscribe@... > >>> > ?> For additional commands, e-mail: dev-help@... > >>> > ?> > >>> > > >>> > ?--------------------------------------------------------------------- > >>> > ?To unsubscribe, e-mail: dev-unsubscribe@... > >>> > ?For additional commands, e-mail: dev-help@... > >>> > > >>> > > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: dev-unsubscribe@... > >>> For additional commands, e-mail: dev-help@... > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@... > >> For additional commands, e-mail: dev-help@... > >> > >> > > > > > > > > -- > > Quintin Beukes > > > > > > -- > Quintin Beukes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideOn 08/09/2009, Quintin Beukes <quintin@...> wrote:
> TRY the following 2 XSLT parameters: > section.autolabel = 1 Adding that causes an error, because it's already set in the XSL. > fop1.extensions = 1 Hooray! That causes all the <title> entries to be added as bookmarks. Thanks very much! > Not sure which extension you guys use. If you can point me to your > docbooks I could have a look. > > Q > > > On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: > > On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: > >> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: > >> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: > >> > > On 08/09/2009, sebb <sebbaz@...> wrote: > >> > > > Seems to me it would be very useful to have a TOC (table of contents) > >> > > > in the PDF version of the userguide. > >> > > > >> > > Duh! > >> > > > >> > > There's already a TOC. > >> > > > >> > > I meant bookmarks, i.e. the document outline that appears in the LHS > >> > > in Acrobat reader. > >> > > > >> > > >> > > >> > It can be simply because no bookmarks have been defined. > >> > > >> > For instance, Spring Framework Reference document has those > >> > > >> > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf > >> > >> Sorry, I'm being dense here - so how does one define a bookmark? > >> > > > > I am afraid we will have to figure it out by looking at the source code > > > > https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml > > > > Oleg > > > > > >> > Oleg > >> > > >> > > >> > > >> > > > However, I cannot work out how to enable this - the documentation for > >> > > > the Maven DocBookX plugin is rather limited (and some of the links no > >> > > > longer work). > >> > > > > >> > > > Anyone here know how to enable this? > >> > > > > >> > > > If not, I could try asking on the Maven Users list. > >> > > > > >> > > > >> > > >> > > --------------------------------------------------------------------- > >> > > To unsubscribe, e-mail: dev-unsubscribe@... > >> > > For additional commands, e-mail: dev-help@... > >> > > > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: dev-unsubscribe@... > >> > For additional commands, e-mail: dev-help@... > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@... > >> For additional commands, e-mail: dev-help@... > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > > > > -- > > Quintin Beukes > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideI assume from your excited tone that you now have bookmarks?
Q On Wed, Sep 9, 2009 at 12:07 AM, sebb <sebbaz@...> wrote: > On 08/09/2009, Quintin Beukes <quintin@...> wrote: >> TRY the following 2 XSLT parameters: >> section.autolabel = 1 > > Adding that causes an error, because it's already set in the XSL. > >> fop1.extensions = 1 > > Hooray! > That causes all the <title> entries to be added as bookmarks. > Thanks very much! > >> Not sure which extension you guys use. If you can point me to your >> docbooks I could have a look. >> >> Q >> >> >> On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: >> > On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: >> >> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: >> >> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: >> >> > > On 08/09/2009, sebb <sebbaz@...> wrote: >> >> > > > Seems to me it would be very useful to have a TOC (table of contents) >> >> > > > in the PDF version of the userguide. >> >> > > >> >> > > Duh! >> >> > > >> >> > > There's already a TOC. >> >> > > >> >> > > I meant bookmarks, i.e. the document outline that appears in the LHS >> >> > > in Acrobat reader. >> >> > > >> >> > >> >> > >> >> > It can be simply because no bookmarks have been defined. >> >> > >> >> > For instance, Spring Framework Reference document has those >> >> > >> >> > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf >> >> >> >> Sorry, I'm being dense here - so how does one define a bookmark? >> >> >> > >> > I am afraid we will have to figure it out by looking at the source code >> > >> > https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml >> > >> > Oleg >> > >> > >> >> > Oleg >> >> > >> >> > >> >> > >> >> > > > However, I cannot work out how to enable this - the documentation for >> >> > > > the Maven DocBookX plugin is rather limited (and some of the links no >> >> > > > longer work). >> >> > > > >> >> > > > Anyone here know how to enable this? >> >> > > > >> >> > > > If not, I could try asking on the Maven Users list. >> >> > > > >> >> > > >> >> > >> >> > > --------------------------------------------------------------------- >> >> > > To unsubscribe, e-mail: dev-unsubscribe@... >> >> > > For additional commands, e-mail: dev-help@... >> >> > > >> >> > >> >> > --------------------------------------------------------------------- >> >> > To unsubscribe, e-mail: dev-unsubscribe@... >> >> > For additional commands, e-mail: dev-help@... >> >> > >> >> > >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@... >> >> For additional commands, e-mail: dev-help@... >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@... >> > For additional commands, e-mail: dev-help@... >> > >> > >> >> >> >> >> -- >> >> Quintin Beukes >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Quintin Beukes --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideYes, all that was missing was the fop1.extensions.
Thanks again. On 10/09/2009, Quintin Beukes <quintin@...> wrote: > I assume from your excited tone that you now have bookmarks? > > > Q > > > On Wed, Sep 9, 2009 at 12:07 AM, sebb <sebbaz@...> wrote: > > On 08/09/2009, Quintin Beukes <quintin@...> wrote: > >> TRY the following 2 XSLT parameters: > >> section.autolabel = 1 > > > > Adding that causes an error, because it's already set in the XSL. > > > >> fop1.extensions = 1 > > > > Hooray! > > That causes all the <title> entries to be added as bookmarks. > > Thanks very much! > > > >> Not sure which extension you guys use. If you can point me to your > >> docbooks I could have a look. > >> > >> Q > >> > >> > >> On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: > >> > On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: > >> >> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: > >> >> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: > >> >> > > On 08/09/2009, sebb <sebbaz@...> wrote: > >> >> > > > Seems to me it would be very useful to have a TOC (table of contents) > >> >> > > > in the PDF version of the userguide. > >> >> > > > >> >> > > Duh! > >> >> > > > >> >> > > There's already a TOC. > >> >> > > > >> >> > > I meant bookmarks, i.e. the document outline that appears in the LHS > >> >> > > in Acrobat reader. > >> >> > > > >> >> > > >> >> > > >> >> > It can be simply because no bookmarks have been defined. > >> >> > > >> >> > For instance, Spring Framework Reference document has those > >> >> > > >> >> > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf > >> >> > >> >> Sorry, I'm being dense here - so how does one define a bookmark? > >> >> > >> > > >> > I am afraid we will have to figure it out by looking at the source code > >> > > >> > https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml > >> > > >> > Oleg > >> > > >> > > >> >> > Oleg > >> >> > > >> >> > > >> >> > > >> >> > > > However, I cannot work out how to enable this - the documentation for > >> >> > > > the Maven DocBookX plugin is rather limited (and some of the links no > >> >> > > > longer work). > >> >> > > > > >> >> > > > Anyone here know how to enable this? > >> >> > > > > >> >> > > > If not, I could try asking on the Maven Users list. > >> >> > > > > >> >> > > > >> >> > > >> >> > > --------------------------------------------------------------------- > >> >> > > To unsubscribe, e-mail: dev-unsubscribe@... > >> >> > > For additional commands, e-mail: dev-help@... > >> >> > > > >> >> > > >> >> > --------------------------------------------------------------------- > >> >> > To unsubscribe, e-mail: dev-unsubscribe@... > >> >> > For additional commands, e-mail: dev-help@... > >> >> > > >> >> > > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: dev-unsubscribe@... > >> >> For additional commands, e-mail: dev-help@... > >> >> > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: dev-unsubscribe@... > >> > For additional commands, e-mail: dev-help@... > >> > > >> > > >> > >> > >> > >> > >> -- > >> > >> Quintin Beukes > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@... > >> For additional commands, e-mail: dev-help@... > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > > > > > > -- > Quintin Beukes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Add TOC to PDF UserguideNice. Those bookmarks are really useful.
Q On Thu, Sep 10, 2009 at 12:31 PM, sebb <sebbaz@...> wrote: > Yes, all that was missing was the fop1.extensions. > > Thanks again. > > On 10/09/2009, Quintin Beukes <quintin@...> wrote: >> I assume from your excited tone that you now have bookmarks? >> >> >> Q >> >> >> On Wed, Sep 9, 2009 at 12:07 AM, sebb <sebbaz@...> wrote: >> > On 08/09/2009, Quintin Beukes <quintin@...> wrote: >> >> TRY the following 2 XSLT parameters: >> >> section.autolabel = 1 >> > >> > Adding that causes an error, because it's already set in the XSL. >> > >> >> fop1.extensions = 1 >> > >> > Hooray! >> > That causes all the <title> entries to be added as bookmarks. >> > Thanks very much! >> > >> >> Not sure which extension you guys use. If you can point me to your >> >> docbooks I could have a look. >> >> >> >> Q >> >> >> >> >> >> On Tue, Sep 8, 2009 at 12:59 PM, Oleg Kalnichevski <olegk@...> wrote: >> >> > On Tue, Sep 08, 2009 at 11:54:07AM +0100, sebb wrote: >> >> >> On 08/09/2009, Oleg Kalnichevski <olegk@...> wrote: >> >> >> > On Tue, Sep 08, 2009 at 11:36:24AM +0100, sebb wrote: >> >> >> > > On 08/09/2009, sebb <sebbaz@...> wrote: >> >> >> > > > Seems to me it would be very useful to have a TOC (table of contents) >> >> >> > > > in the PDF version of the userguide. >> >> >> > > >> >> >> > > Duh! >> >> >> > > >> >> >> > > There's already a TOC. >> >> >> > > >> >> >> > > I meant bookmarks, i.e. the document outline that appears in the LHS >> >> >> > > in Acrobat reader. >> >> >> > > >> >> >> > >> >> >> > >> >> >> > It can be simply because no bookmarks have been defined. >> >> >> > >> >> >> > For instance, Spring Framework Reference document has those >> >> >> > >> >> >> > http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/pdf/spring-framework-reference.pdf >> >> >> >> >> >> Sorry, I'm being dense here - so how does one define a bookmark? >> >> >> >> >> > >> >> > I am afraid we will have to figure it out by looking at the source code >> >> > >> >> > https://src.springframework.org/svn/spring-framework/trunk/spring-framework-reference/src/overview.xml >> >> > >> >> > Oleg >> >> > >> >> > >> >> >> > Oleg >> >> >> > >> >> >> > >> >> >> > >> >> >> > > > However, I cannot work out how to enable this - the documentation for >> >> >> > > > the Maven DocBookX plugin is rather limited (and some of the links no >> >> >> > > > longer work). >> >> >> > > > >> >> >> > > > Anyone here know how to enable this? >> >> >> > > > >> >> >> > > > If not, I could try asking on the Maven Users list. >> >> >> > > > >> >> >> > > >> >> >> > >> >> >> > > --------------------------------------------------------------------- >> >> >> > > To unsubscribe, e-mail: dev-unsubscribe@... >> >> >> > > For additional commands, e-mail: dev-help@... >> >> >> > > >> >> >> > >> >> >> > --------------------------------------------------------------------- >> >> >> > To unsubscribe, e-mail: dev-unsubscribe@... >> >> >> > For additional commands, e-mail: dev-help@... >> >> >> > >> >> >> > >> >> >> >> >> >> --------------------------------------------------------------------- >> >> >> To unsubscribe, e-mail: dev-unsubscribe@... >> >> >> For additional commands, e-mail: dev-help@... >> >> >> >> >> > >> >> > --------------------------------------------------------------------- >> >> > To unsubscribe, e-mail: dev-unsubscribe@... >> >> > For additional commands, e-mail: dev-help@... >> >> > >> >> > >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> Quintin Beukes >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@... >> >> For additional commands, e-mail: dev-help@... >> >> >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@... >> > For additional commands, e-mail: dev-help@... >> > >> > >> >> >> >> -- >> Quintin Beukes >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Quintin Beukes --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |