Seznam obrázků a tabulek dozadu?

Tomáš Waller tomas.waller na seznam.cz
Neděle Září 6 16:21:04 CEST 2009


Tak jsem si vyrobil make.book.tocs a make.book.lots, takže tocs mám 
vepředu a lots vzadu, ale nedokážu je odlišit, pokud jde o číslování. 
Jak na to?
Tomáš Waller

Jirka Kosek napsal(a):
> Tomas.Waller wrote:
>
>   
>> Mohu přesunout seznam obrázků a tabulek dozadu? Např. do nějakého apendixu?
>>     
>
> Pokud je to pro tiskový výstup, můžete si do stylu s vašimi úpravami
> přidat např.:
>
> <xsl:template match="book">
>   <xsl:variable name="id">
>     <xsl:call-template name="object.id"/>
>   </xsl:variable>
>
>   <xsl:variable name="preamble"
>                 select="title|subtitle|titleabbrev|bookinfo|info"/>
>
>   <xsl:variable name="content"
>                 select="node()[not(self::title or self::subtitle
>                             or self::titleabbrev
>                             or self::info
>                             or self::bookinfo)]"/>
>
>   <xsl:variable name="titlepage-master-reference">
>     <xsl:call-template name="select.pagemaster">
>       <xsl:with-param name="pageclass" select="'titlepage'"/>
>     </xsl:call-template>
>   </xsl:variable>
>
>   <xsl:call-template name="front.cover"/>
>
>   <xsl:if test="$preamble">
>     <xsl:call-template name="page.sequence">
>       <xsl:with-param name="master-reference"
>                       select="$titlepage-master-reference"/>
>       <xsl:with-param name="content">
>         <fo:block id="{$id}">
>           <xsl:call-template name="book.titlepage"/>
>         </fo:block>
>       </xsl:with-param>
>     </xsl:call-template>
>   </xsl:if>
>
>   <xsl:apply-templates select="dedication" mode="dedication"/>
>   <xsl:apply-templates select="acknowledgements" mode="acknowledgements"/>
>
>   <xsl:apply-templates select="$content"/>
>
>   <xsl:call-template name="make.book.tocs"/>
>
>   <xsl:call-template name="back.cover"/>
>
> </xsl:template>
>
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Docbook mailing list
> Docbook na linux.cz
> http://www.linux.cz/mailman/listinfo/docbook




Další informace o konferenci Docbook