Your message dated Sun, 15 Jan 2017 17:19:34 +0100
with message-id <1713.1484497174@tremalking>
has caused the report #851145,
regarding dblatex?: wrong arrangement of an image when the para is just after
title
to be marked as having been forwarded to the upstream software
author(s) "Benoit Guillon" <[email protected]>
(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 [email protected]
immediately.)
--
851145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851145
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
victory <[email protected]> wrote:
Hi BenoƮt,
I want to inform you about Debian BTS report #851145 [1], which can be
reduced to the fact that with db2latex style the first paragraph starts
on the same line as the heading of level 4 sections. I have attached a
minimal example [2] [3], to be transformed with:
$ dblatex -T db2latex nested.xml
>
>
> Package: dblatex
> Version: 0.3.5-2
>
> not sure if this is an issue in dblatex or not
>
> wrong arrangement of an image when the para is just after title:
> it renders such as:
> A warning about removable media on LTSP servers Warning: When inserted into an
>
> "Warning: ..." needs to be a new line instead of same line as the heading
>
>
> pdf version:
> https://jenkins.debian.net/userContent/debian-edu-doc/debian-edu-doc-en/debian-edu-stretch-manual.pdf
> 15.2.2 (page 51 or around)
>
> wiki version:
> https://wiki.debian.org/DebianEdu/Documentation/Stretch/HowTo/AdvancedAdministration
>
> below are correct, just for reference
> html version:
> https://jenkins.debian.net/userContent/debian-edu-doc/debian-edu-doc-en/debian-edu-stretch-manual.html#AdvancedAdministration--Creating_folders_in_the_home_directories_of_all_users
>
> xml source:
> <section
> id="AdvancedAdministration--A_warning_about_removable_media_on_LTSP_servers">
> <title>A warning about removable media on LTSP servers
> </title>
> <para><inlinemediaobject><imageobject><imagedata
> fileref="./images/alert.png"/></imageobject><textobject><phrase>/!\</phrase></textobject></inlinemediaobject>
> Warning: When inserted into an LTSP server USB drives and other removable
> media cause popup messages on remote LTSP clients.
> </para>
>
>
> --
> victory
> no need to CC me :-)
[1] https://bugs.debian.org/851145
[2]
<?xml version="1.0"?>
<!DOCTYPE article
PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<article lang="en">
<title>
Arrangement problem for deeply nested paragraphs with db2latex style
</title>
<section>
<title>Level 1 heading</title>
<para>
ok: Level 1 paragraph on next line
</para>
<section>
<title>Level 2 heading</title>
<para>
ok: Level 2 paragraph on next line
</para>
<section>
<title>Level 3 heading</title>
<para>
ok: Level 3 paragraph on next line
</para>
<section>
<title>Level 4 heading</title>
<para>
OOPS: Level 4 paragraph on same line
</para>
</section>
</section>
</section>
</section>
<section>
<title>Level 1 heading</title>
<para>
<inlinemediaobject>
<imageobject><imagedata fileref="./alert.png"/></imageobject>
</inlinemediaobject>
ok: Level 1 paragraph on next line
</para>
<section>
<title>Level 2 heading</title>
<para>
<inlinemediaobject>
<imageobject><imagedata fileref="./alert.png"/></imageobject>
</inlinemediaobject>
ok: Level 2 paragraph on next line
</para>
<section>
<title>Level 3 heading</title>
<para>
<inlinemediaobject>
<imageobject><imagedata fileref="./alert.png"/></imageobject>
</inlinemediaobject>
ok: Level 3 paragraph on next line
</para>
<section>
<title>Level 4 heading</title>
<para>
<inlinemediaobject>
<imageobject><imagedata fileref="./alert.png"/></imageobject>
</inlinemediaobject>
OOPS: Level 4 paragraph on same line
</para>
</section>
</section>
</section>
</section>
</article>
[3]
Regards, Andreas
--
Andreas Hoenen <[email protected]>
GPG: 1024D/B888D2CE
A4A6 E8B5 593A E89B 496B
82F0 728D 8B7E B888 D2CE
signature.asc
Description: PGP signature
--- End Message ---