Hi,
I infer that this change fixed the problem of the last callout not appearing. From
that I would also infer that the Java extension code that places the callouts based on
the areaspec is counting line ending characters to place a callout. That works for
all lines except the last if it has no line ending. Since a line ending is not
required in the last line of a screenco, I would classify that as a bug in the Java
code. Would you mind filing a bug report on the DocBook SourceForge site about this?
Bob Stayton
Sagehill Enterprises
[email protected]
----- Original Message -----
From: "Mathieu Malaterre" <[email protected]>
To: "DocBook Apps" <[email protected]>
Sent: Thursday, June 03, 2010 8:37 AM
Subject: [docbook-apps] Re: Using screenco ?
Just for reference one has to change:
...
2/13/94 6:21 9,349 WINA20.386</screen>
<calloutlist>
...
into
...
2/13/94 6:21 9,349 WINA20.386
</screen>
<calloutlist>
...
HTH
On Thu, Jun 3, 2010 at 5:10 PM, Mathieu Malaterre
<[email protected]> wrote:
I finally could get most callouts to work in PDF using comment from:
http://www.mail-archive.com/[email protected]/msg14075.html
but still the very last callout remains invisible in both HTML and PDF output...
On Thu, Jun 3, 2010 at 4:57 PM, Mathieu Malaterre
<[email protected]> wrote:
Hi there,
Is anyone using screenco on a typical debian installation ? I am
attaching the input docbook I am using. I cannot get neither the PDF
output to work, nor the HTML output.
Compilation for HTML is:
/usr/lib/jvm/default-java/bin/java -cp
/etc/xml/resolver:/usr/share/java/xslthl.jar:/usr/share/java/xml-commons-resolver-1.1.jar:/usr/share/java/docbook-xsl-saxon.jar:/usr/share/java/saxon.jar
com.icl.saxon.StyleSheet -x
org.apache.xml.resolver.tools.ResolvingXMLReader -y
org.apache.xml.resolver.tools.ResolvingXMLReader -r
org.apache.xml.resolver.tools.CatalogResolver -u MyTest.xml
/usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunkfast.xsl
callouts.extension=1 use.extensions=1 keep.relative.image.uris=1
Compilation for PDF is:
/usr/lib/jvm/default-java/bin/java -cp
/etc/xml/resolver:/usr/share/java/xslthl.jar:/usr/share/java/xml-commons-resolver-1.1.jar:/usr/share/java/docbook-xsl-saxon.jar:/usr/share/java/saxon.jar
com.icl.saxon.StyleSheet -x
org.apache.xml.resolver.tools.ResolvingXMLReader -y
org.apache.xml.resolver.tools.ResolvingXMLReader -r
org.apache.xml.resolver.tools.CatalogResolver -u -o MyTest.fo
MyTest.xml /usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl
fop1.extensions=1 callouts.extension=1 use.extensions=1
/usr/bin/fop -fo MyTest.fo -pdf MyTest.pdf
As you can see the last callout is missing. For PDF the output is
missing the complete list of callouts.
Thanks for suggestions,
--
Mathieu
--
Mathieu
--
Mathieu
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]