Norman Walsh wrote on 010311 10:02 -0500:
> / Michael Wiedmann <[EMAIL PROTECTED]> was heard to say:
> | Using DocBook 4.1 (SGML) and DSSSL stylesheets V1.62 I get unsatisfying
> | output for <affiliation><address><email> inside <articleinfo>:
> 
> Please send a small test document which demonstrates this bug.

I stumbled again over this bug. Because it's *only* related to DocBook
V3.1 I don't think it's really necessary to solve it. Nevertheless I
include a test document. In HTML and PDF output the <email> tag is not
centered:

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">

<article>
  <artheader>
    <title>DocBook Article</title>
    <author>
      <firstname>Firstname</firstname>
      <surname>Surname</surname>
      <affiliation>
        <address>
          <email>[EMAIL PROTECTED]</email>
        </address>
      </affiliation>
    </author>
  </artheader>

  <sect1 id="intro">
    <title>Introduction</title>
    <para>foo foo foo</para>
  </sect1>

</article>

Michael
-- 
[EMAIL PROTECTED]                              http://www.miwie.org
[EMAIL PROTECTED]                                       http://wap.miwie.org


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]

Reply via email to