[Bf-docboard] CVS commit: BlenderManual Makefile

Stefano Selleri bf-docboard@blender.org
Wed, 14 May 2003 09:21:51 +0200


Well, it is exactly the same.

If you open 'docbook2pdf' you'll see those three lines, basically.

I made that because at the beginning to tune the makefile (and
my XML) I was only going to tex.

I'll go back to docbook2pdf and see...

Stefano

----- Original Message ----- 
From: "Bart Veldhuizen" <bart@vrotvrot.com>
To: <bf-docboard@blender.org>
Sent: Wednesday, May 14, 2003 9:13 AM
Subject: RE: [Bf-docboard] CVS commit: BlenderManual Makefile


> Hmm,
> 
> Is there a reason that the new Makefile uses
> 
> pdf: BlenderManual.xml
> docbook2tex $(SOURCE)
> pdfjadetex $(TEX) >/dev/null
> pdfjadetex $(TEX) >/dev/null
> 
> Instead of 'docbook2pdf'? Could that cause these problems?
> 
> Bart
> 
> -----Original Message-----
> From: bf-docboard-admin@blender.org
> [mailto:bf-docboard-admin@blender.org] On Behalf Of Christian Plessl
> Sent: dinsdag 13 mei 2003 18:09
> To: bf-docboard@blender.org
> Subject: Re: [Bf-docboard] CVS commit: BlenderManual Makefile
> 
> 
> > Don't know if this is the same issue or not, but I've run into a 
> > similar problem with other Docbooks. One aspect in particular as that 
> > the TeX installation needs to be changed to accomodate for the large 
> > needs of Docbook. A document which describes this entire process can 
> > be found in
> >
> > http://www.redhat.com/mirrors/LDP/HOWTO/mini/DocBook-Install/install.h
> > tml
> >
> > Look at section 3.2.2.1.
> 
> I upgraded from tetex-1.x to tetex-2.02 and reinstalled jadetex, this
> did the 
> trick. I guess the standard configuration for tex in tetex 2.02 has some
> more 
> usefull defaults for buffer sizes.
> 
> Now the pdf is produced, but not all images are displayed correctly.
> E.g. 
> images in chapter 11 which are inserted with the following command are 
> displayed correctly:
> 
> <figure id="BCD.EFF.F.S68.001" float="1">
>        <title>Animation Buttons Window</title>
>         <graphic fileref="gfx/chapter_effects/AnimButtons.png"
> scale="50"/> </figure>
> 
> But the images in other chapters, e.g. chapter 3 are missing in the PDF 
> output. These figures are included differently, see code below.
> (<imagedata> 
> tag instead of <graphic> tag.) The image file exists in the correct 
> directory.
> 
> <figure>
>   <title>The File Select window</title>
>   <mediaobject>
>      <imageobject>
>      <imagedata fileref="gfx/chapter_interface/FileWindow_320.png" 
> format="PNG"/>
>      </imageobject>
>      </mediaobject>
> </figure>
> 
> The interessting point is, that the html output does include the images 
> correctly, but not the pdf document.
> 
> Best regards,
>  Christian
> 
> -- 
> Christian Plessl <plessl@tik.ee.ethz.ch>
> Computer Engineering Lab (TIK), ETH Zurich, Switzerland
> 
> 
> _______________________________________________
> Bf-docboard mailing list
> Bf-docboard@blender.org
> http://www.blender.org/mailman/listinfo/bf-docboard
> 
> _______________________________________________
> Bf-docboard mailing list
> Bf-docboard@blender.org
> http://www.blender.org/mailman/listinfo/bf-docboard