Your message dated Mon, 10 Jul 2017 09:30:18 +0200
with message-id 
<CA+7wUsyE055g5eDSvxGkTeS9OHoN==ypu+2rp9zhjokbi23...@mail.gmail.com>
and subject line Re: Bug#867538: fop: Please implement sidebars floating at the 
side of the body of the text
has caused the Debian Bug report #867538,
regarding fop: Please implement sidebars floating at the side of the body of 
the text
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
867538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fop
Version: 1:1.1.dfsg2-1
Severity: wishlist

Hi.  When trying to figure out how to make sure my docbook sidebars end
up on the side of the text, I tried following the instructions on
<URL: http://www.sagehill.net/docbookxsl/SideFloats.html > and wrote a
simple example docbook file to test floating sidebars.  This do not work
and I get a message about a missing feature.  Please add support for
sidebars placed at the side of the text body.

When processing my example, I get this message and the sidebar has
disappeared from the resulting PDF:

  % xmlto --with-fop pdf db-sidebar-test.xml
  Making portrait pages on letter paper (215.9mmx279.4mm)
  Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
  Font "ZapfDingbats,normal,700" not found. Substituting with 
"ZapfDingbats,normal,400".
  Rendered page #1.
  Couldn't find hyphenation pattern for lang="en".
  Rendered page #2.
  The following feature isn't implemented by Apache FOP, yet: fo:float (on 
fo:float) (No context info available)
  No LayoutManager maker for class class org.apache.fop.fo.flow.Float
  Rendered page #3.
  Rendered page #4.
  /tmp/user/1000/xmlto.xvMMIW
  %

This is the example docbook file I use:

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd";>
<book id="index" lang="en">
  <bookinfo>
    <title>Test docbook sidebar</title>
  </bookinfo>
  <chapter id="installation">
    <title>Sidebar example</title>
    <highlights>
      <para>Some text in front of the sidebar.</para>
    </highlights>
    <sidebar> 
      <title>Sidebar example</title>
      <?dbfo sidebar-width="1.5in"?><?dbfo float-type="left"?>
      <para>A <sgmltag class="element">sidebar</sgmltag>
      can be used to emphasize certain
      content. It can intrude into
      the body area, or it can
      appear in side indents as 
      a margin note.</para>
    </sidebar>
    <para>Some text following the sidebar.</para>
  </chapter>
</book>

-- 
Happy hacking
Petter Reinholdtsen

--- End Message ---
--- Begin Message ---
Control: fixed -1 1:2.1-6

Works in current fop:

Making portrait pages on letter paper (215.9mmx279.4mm)
[warning] /usr/bin/fop: No java runtime was found
[WARN] FOUserAgent - Font "Symbol,normal,700" not found. Substituting
with "Symbol,normal,400".
[WARN] FOUserAgent - Font "ZapfDingbats,normal,700" not found.
Substituting with "ZapfDingbats,normal,400".
[INFO] FOUserAgent - Rendered page #1.
[INFO] FOUserAgent - Rendered page #2.
[INFO] FOUserAgent - Rendered page #3.
[INFO] FOUserAgent - Rendered page #4.
/tmp/xmlto.a7bPuS

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to