Hi Ken,
thanks for your answer! Yes, I was a bit confused yesterday.
Today I have finally found the parameters I needed:
When I set "chapter.autolabel" and
"section.autolabel" to zero, no "chapter
x:" prefix and no chapter / section numbering is
displayed in the FO/PDF output.
As a side effect, I have learned a lot about generated text,
though it wasn't relevant in my case.
Greetings from Karlsruhe,
Martin
>-----Ursprüngliche Nachricht-----
>Von: Ken Morse [mailto:kenneth.morse gmail.com]
>Gesendet: Donnerstag, 14. Juni 2007 16:30
>An: docbook-apps lists.oasis-open.org
>Betreff: Re: [docbook-apps] FO Problem: Chapter title
without
>"chapter 1:" text
>
>Hi Martin,
>
>Are you sure you have the right context? Maybe you could
try
>
><l:context name="title"> (instead of
<l:context
>name="xref-number-and-title">)
>
>and see if that helps.
>
>Ken
>
>On 6/14/07, Schramm, Martin <MSchramm harmanbecker.com> wrote:
>> Dear list,
>> some of my colleagues want to publish their DocBook
files to PDF
>> without having the "Chapter x:" prefix
before the actual title of
>> their chapters. I was optimistic, that I could
easily
>realize this in
>> my customization by customizing the generated text
like this:
>>
>> <xsl:param name="local.l10n.xml"
select="document('')"/>
>> <l:i18n
>> xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
a>
>>
>> <l:l10n language="en">
>> <l:context
name="xref-number-and-title">
>> <l:template
name="chapter" text="%t"/>
>>
>> <!-- instead of <l:template
name="chapter" text="Chapter %n:
>> %t"/> -->
>>
>> </l:context>
>> </l:l10n>
>>
>> and customizing the following parameter like this:
>>
>> <xsl:param
name="xref.with.number.and.title">0</xsl:par
am>
>>
>> but it did not work. The Chapter titles still are
presented with the
>> "Chapter x:" prefix.
>>
>> I could not find the helping hint in the XSL
documentation
>> (http://www.sagehill.net/docbookxsl/CustomGentext.html)
and
>ask you to
>> tell me, how to do it.
>>
>> Thanks a lot,
>> Martin
>>
>> *******************************************
>> Harman Becker Automotive Systems GmbH
>> Geschaeftsfuehrung: Dr. Peter Geiselhart -
Michael Mauser -
>> William S. Palin - Edwin Summers - Regis Baudot
Sitz der
>> Gesellschaft: Karlsbad - Registergericht: Mannheim
HRB 361395
>>
>> *******************************************
>> Diese E-Mail enthaelt vertrauliche und/oder
rechtlich
>geschuetzte Informationen. Wenn Sie nicht der richtige
>Adressat sind oder diese E-Mail irrtuemlich erhalten
haben,
>informieren Sie bitte sofort den Absender und loeschen
Sie
>diese Mail. Das unerlaubte Kopieren sowie die unbefugte
>Weitergabe dieser Mail ist nicht gestattet.
>> This e-mail may contain confidential and/or
privileged
>information. If you are not the intended recipient (or
have
>received this e-mail in error) please notify the sender
>immediately and delete this e-mail. Any unauthorized
copying,
>disclosure or distribution of the contents in this
e-mail is
>strictly forbidden.
>> *******************************************
>>
>>
------------------------------------------------------------
---------
>> To unsubscribe, e-mail:
docbook-apps-unsubscribe lists.oasis-open.org
>> For additional commands, e-mail:
>> docbook-apps-help lists.oasis-open.org
>>
>>
>
>--------------------------------------------------------
-------------
>To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
>For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|