Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
<xsl:stylesheet xmlns:bib="http://purl.org/NET/xbiblio/citeproc" xmlns:db="http://docbook.org/ns/docbook" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdoc="http://www.pnp-software.com/XSLTdoc" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:cite="http://purl.org/NET/xbiblio/cite" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="db xdoc cite xs bib" version="2.0">
��
��<xdoc:doc type="stylesheet">Output�driver�for�LaTeX.</xdoc:doc>

��
<xsl:template match="bib:item" mode="output-latex">
����
<xsl:text>\noindent
</xsl:text>
����
<xsl:apply-templates mode="output-latex" />
����
<xsl:text>

</xsl:text>
��
</xsl:template>
��
<xsl:template match="bib:span" mode="output-latex">
����
<xsl:if test="@font-style='italic'">\textit{</xsl:if>
����
<xsl:if test="@font-weight='bold'">\bold{</xsl:if>
����
<xsl:apply-templates />
����
<xsl:if test="@font-style='italic'">}</xsl:if>
����
<xsl:if test="@font-weight='bold'">}</xsl:if>
��
</xsl:template>
</xsl:stylesheet>






































v

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.