[Bf-docboard] XML->PDF second part

Stefano Selleri bf-docboard@blender.org
Thu, 16 Jan 2003 14:51:24 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0238_01C2BD6E.BDA38E20
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi!

On the other hand

make html with this Makefile

###############################################
# Blender Documentation Project Makefile      #
###############################################
# V. 0.0.1 08-01-2003 S68                     #
# Targets: html, pdf                          #
###############################################
JADE =3D jade
FLAGS  =3D -t sgml=20
# Modify the following to match your DocBook Install
DSL     =3D -d =
/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl
DCL  =3D /usr/share/sgml/openjade-1.3.1/pubtext/xml.dcl
#
Source =3D BlenderManual.xml

html: $(Source)
 $(JADE) $(FLAGS) -i html -o html $(DSL) $(DCL) $(Source)
 mv *.htm html
 tar -cvf BlenderManual.html.tar html
 gzip BlenderManual.html


Works like charm... but if I try to do the pdf this way it does not...

This sequence of commands:

pdf:
 jade -t tex \
 -d /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl  \
 /usr/share/sgml/openjade-1.3.1/pubtext/xml.dcl \
 BlenderManual.xml
 pdfjadetex BlenderManual.tex

Produces absurd results, i.e. a documnent, unformatted, where
the guide is repeated over and over.

Stefano

Stefano

------------------------------------------------------------------------
Ing. Stefano SELLERI - DET - Univ. of Florence - Via Lombroso 6/17
50134 - Firenze. T. +39-055-4796751. F. +39-055-4796767
------------------------------------------------------------------------



------=_NextPart_000_0238_01C2BD6E.BDA38E20
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi!<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>On the other hand</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>make html with this =
Makefile</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>###############################################<BR># Blender=20
Documentation Project Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
#<BR>###############################################<BR># V. 0.0.1 =
08-01-2003=20
S68&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
#<BR># Targets: html,=20
pdf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;=20
#<BR>###############################################<BR>JADE&nbsp;=3D=20
jade<BR>FLAGS &nbsp;=3D -t sgml <BR># Modify the following to match your =
DocBook=20
Install<BR>DSL&nbsp;&nbsp;&nbsp;&nbsp; =3D -d=20
/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl<BR>DCL =
&nbsp;=3D=20
/usr/share/sgml/openjade-1.3.1/pubtext/xml.dcl<BR>#<BR>Source =3D=20
BlenderManual.xml</FONT></DIV>
<DIV><FONT face=3DArial =
size=3D2><BR>html:&nbsp;$(Source)<BR>&nbsp;$(JADE) $(FLAGS)=20
-i html -o html $(DSL) $(DCL) $(Source)<BR>&nbsp;mv *.htm =
html<BR>&nbsp;tar -cvf=20
BlenderManual.html.tar html<BR>&nbsp;gzip =
BlenderManual.html<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;</DIV></FONT>
<DIV><FONT face=3DArial size=3D2>Works like charm... but if I try to do =
the pdf this=20
way it does not...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>This sequence of commands:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>pdf:<BR>&nbsp;jade -t tex \<BR>&nbsp;-d =

/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl&nbsp;=20
\<BR>&nbsp;/usr/share/sgml/openjade-1.3.1/pubtext/xml.dcl=20
\<BR>&nbsp;BlenderManual.xml</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;pdfjadetex =
BlenderManual.tex</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Produces absurd results, i.e. a =
documnent,=20
unformatted, where</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>the guide is repeated over and =
over.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Stefano</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Stefano</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;</DIV></FONT>
<DIV><FONT face=3DArial=20
size=3D2>----------------------------------------------------------------=
--------<BR>Ing.=20
Stefano SELLERI - DET - Univ. of Florence - Via Lombroso 6/17<BR>50134 - =

Firenze. T. +39-055-4796751. F.=20
+39-055-4796767<BR>------------------------------------------------------=
------------------</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0238_01C2BD6E.BDA38E20--