Re: [Scons-dev] SCons PDF docs

2016-04-11 Thread Bill Deegan
Dirk,

I believe you are right about fop.
I'll make the change and give it a try.
Thanks.
-Bill

On Mon, Apr 11, 2016 at 7:31 PM, Dirk Bächle  wrote:

> Hi Bill,
>
> On 11.04.2016 23:43, Bill Deegan wrote:
>
>> Dirk or anyone else super familiar with the doc toolchain,
>>
>>
>> Is it possible to generate the docs with PDF bookmarks?
>> (something like this :
>> http://www.sagehill.net/docbookxsl/PdfBookmarks.html)
>>
>> It would be great to be able to navigate more easily.
>>
>>
> yes that's very easy to accomplish. Just add the following parameter to
> the "pdf.xsl" of each document:
>
> --- a/doc/user/pdf.xsl  Sat Apr 09 19:04:42 2016 -0400
> +++ b/doc/user/pdf.xsl  Tue Apr 12 01:29:26 2016 +0200
> @@ -33,6 +33,7 @@
> 
>  
>  
> +
>  
>  
>  0pt
>
>
>
> Note how this is only correct for the FOP renderer, but I guess that's the
> only one we have at the moment...at least when building a release, right?
>
> Best regards,
>
> Dirk
>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] SCons PDF docs

2016-04-11 Thread Dirk Bächle

Hi Bill,

On 11.04.2016 23:43, Bill Deegan wrote:

Dirk or anyone else super familiar with the doc toolchain,


Is it possible to generate the docs with PDF bookmarks?
(something like this : http://www.sagehill.net/docbookxsl/PdfBookmarks.html)

It would be great to be able to navigate more easily.



yes that's very easy to accomplish. Just add the following parameter to the 
"pdf.xsl" of each document:

--- a/doc/user/pdf.xsl  Sat Apr 09 19:04:42 2016 -0400
+++ b/doc/user/pdf.xsl  Tue Apr 12 01:29:26 2016 +0200
@@ -33,6 +33,7 @@

 
 
+
 
 
 0pt



Note how this is only correct for the FOP renderer, but I guess that's the only one we have at the moment...at least when building a 
release, right?


Best regards,

Dirk

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev