<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello,<br>
<br>
Le 26/04/2019 à 19:40, Stéphane Mottelet a écrit :<br>
</div>
<blockquote cite="mid:e46b674a-8a09-c7f7-264a-021f1a755231@utc.fr"
type="cite">Le 26/04/2019 à 19:10, Antoine Monmayrant a écrit :
<br>
<br>
<blockquote type="cite">Hello Stéphane,
<br>
<br>
Not sure this does what you expect, but I think pandoc can do
the trick:
<br>
foo.xml copied from :
<a class="moz-txt-link-freetext" href="https://antispam.utc.fr/proxy/2/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/help.scilab.org/docs/5.5.2/en_US/man.html">https://antispam.utc.fr/proxy/2/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/help.scilab.org/docs/5.5.2/en_US/man.html</a><br>
<br>
pandoc -f docbook -t latex foo.xml -o foo.pdf
<br>
</blockquote>
<br>
OK, but you need the Scilab stylesheets in order to have the
correct output. I suppose the above assumes a basic rendering. My
question was rather about doing this within Scilab. The example of
the help page does not work on my machine for html and pdf output.
<br>
</blockquote>
<br>
To do this, i have created a template toolbox restricted to
./etc/page.start (void), ./help/la_LA series of languages subdirs,
and ./jar empty.<br>
I make a copy of the template. Then, i put in ./help/en_US the main
xml file (etc for other languages),<br>
I set the current directory to the root dir of the template, and run<br>
<tt>--> tbx_make . help // (*)</tt><br>
Then i display the HTML page in Chrome, preview the printing in PDF,
tune its layout, and that's OK.<br>
<br>
Why on your side does it fail to generate the html? Any error
message in the terminal?<br>
<br>
Samuel<br>
<br>
(*) When the page generates some <scilab:image> images, <a
href="http://bugzilla.scilab.org/show_bug.cgi?id=16065">be sure</a>
to not have any opened graphic figure before building the page.<br>
<br>
</body>
</html>