OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: No feedback : PDF output formatting


Could someone with DocBook XSL - PDF expertise please comment on the 3 
queries below (submitted several days ago)

Cheers,        Tristan
---
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory

Current Output : http://dev.wormbook.org/sample_wntsignal/wnt_signal.pdf

Hello DocBook users,

In my PDF output, I have removed the default title for the 
<bibliography> in order to simply use a <sect1> title, as shown below.

I have 3 problems which I can not resolve:

a.  An additional blank line (so, now there is twice as much whitespace 
as compared to other section titles) is inserted between the title (ie. 
"References") and the first entry.

b. The PDf "bookmarks" has the References as a drop down menu.  The 
drop down menu contains only a single entry, however, and that entry is 
"References" as well.  This is not very elegant.

c.  I am using a footnote after an author name on the title page.  How 
can I remove the default space which is inserted before the footnote 
symbol?  This is clearly evident at the URL listed below.

Please take a look at :

http://dev.wormbook.org/sample_wntsignal/wnt_signal.pdf

Here is my customization layer:

<!-- Remove default bibliography title, and just use section title - 
BEGIN -->
<xsl:template name="bibliography.titlepage">
</xsl:template>
<!-- Remove default bibliography title, and just use section title - 
END -->

DocBook XML :

	<sect1>
		<title>References</title>
     &Wnt_Refs;
</sect1>

** and the &Wnt_Refs looks like :

<bibliography>
     <title>References</title>
     <bibliomixed id="Ref49">
         <bibliomisc>Austin, J. and Kenyon, C. (1994). .....


Many thanks in advance!


Cheers,        Tristan
---
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]