This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: rendering email tag


Norman Walsh wrote on 010311 10:02 -0500:
> / Michael Wiedmann <mw@miwie.in-berlin.de> 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>user@some.net</email>
        </address>
      </affiliation>
    </author>
  </artheader>

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

</article>

Michael
-- 
mw@miwie.in-berlin.de                              http://www.miwie.org
mw@miwie.org                                       http://wap.miwie.org


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]