Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2018-06-04 Thread Petter Reinholdtsen


Control: forward -1 https://issues.apache.org/jira/browse/FOP-1196

This isse was already reported and the issue I repored was closed as a
duplicate of FOP-1196.  There is a draft patch available, but it is not
yet accepted upstream.

-- 
Happy hacking
Petter Reinholdtsen



Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-13 Thread Petter Reinholdtsen
Control: reopen -1
Control: forward -1 https://issues.apache.org/jira/browse/FOP-2727

[Mathieu Malaterre]
> Please re-open and forward it upstream.

Done.

-- 
Happy hacking
Petter Reinholdtsen



Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-12 Thread Mathieu Malaterre
Hi,

On Tue, Jul 11, 2017 at 12:58 PM, Petter Reinholdtsen  wrote:
>
> [Mathieu Malaterre]
>> Works in current fop:
>
> Did the PDF you created contain the sidebar text?  I just tested in sid,
> and could not find it in my PDF.

In that case sorry. I did not double check, just saw that the warning
message was gone.

Please re-open and forward it upstream.

Thanks



Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-11 Thread Petter Reinholdtsen

[Mathieu Malaterre]
> Works in current fop:

Did the PDF you created contain the sidebar text?  I just tested in sid,
and could not find it in my PDF.

-- 
Happy hacking
Petter Reinholdtsen



Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-10 Thread Mathieu Malaterre
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



Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-07 Thread Petter Reinholdtsen

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
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:


http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;>

  
Test docbook sidebar
  
  
Sidebar example

  Some text in front of the sidebar.

 
  Sidebar example
  
  A sidebar
  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.

Some text following the sidebar.
  


-- 
Happy hacking
Petter Reinholdtsen