summaryrefslogtreecommitdiff
path: root/docs/docbook/xslt/db2latex/font.mod.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-12 22:31:29 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-12 22:31:29 +0000
commit6c8e01e44b66576efee6cdd503d2994a9bbe9992 (patch)
treed830c8ae0806be6a52e433cc44a9f0bffe7587ba /docs/docbook/xslt/db2latex/font.mod.xsl
parentefeb63d6417c255b2c959743b29ea17ab117e02e (diff)
downloadsamba-6c8e01e44b66576efee6cdd503d2994a9bbe9992.tar.gz
samba-6c8e01e44b66576efee6cdd503d2994a9bbe9992.tar.bz2
samba-6c8e01e44b66576efee6cdd503d2994a9bbe9992.zip
Remove db2latex
(This used to be commit 479881d74aa136476355bfacc57a08102eb170b9)
Diffstat (limited to 'docs/docbook/xslt/db2latex/font.mod.xsl')
-rw-r--r--docs/docbook/xslt/db2latex/font.mod.xsl58
1 files changed, 0 insertions, 58 deletions
diff --git a/docs/docbook/xslt/db2latex/font.mod.xsl b/docs/docbook/xslt/db2latex/font.mod.xsl
deleted file mode 100644
index 40b4550c4f..0000000000
--- a/docs/docbook/xslt/db2latex/font.mod.xsl
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version='1.0'?>
-<!--#############################################################################
-| $Id: font.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $
-|- #############################################################################
-| $Author: jelmer $
-|
-| PURPOSE:
-+ ############################################################################## -->
-<xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
- exclude-result-prefixes="doc" version='1.0'>
-
-
-
- <!--############################################################################# -->
- <!-- DOCUMENTATION -->
- <doc:reference id="font" xmlns="">
- <referenceinfo>
- <releaseinfo role="meta">
- $Id: font.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $
- </releaseinfo>
- <authorgroup>
- <author> <firstname>Ramon</firstname> <surname>Casellas</surname> </author>
- <author> <firstname>James</firstname> <surname>Devenish</surname> </author>
- </authorgroup>
- <copyright>
- <year>2000</year> <year>2001</year> <year>2002</year> <year>2003</year>
- <holder>Ramon Casellas</holder>
- </copyright>
- </referenceinfo>
-
- <title>Font <filename>font.mod.xsl</filename></title>
- <partintro>
- <section><title>Introduction</title>
- <para></para>
- </section>
- </partintro>
- </doc:reference>
-
-
-
-
- <doc:param name="latex.document.font" xmlns="">
- <refpurpose> Document Font </refpurpose>
- <refdescription>
- Possible values: default, times, palatcm, charter, helvet, palatino, avant, newcent, bookman
- </refdescription>
- </doc:param>
-
-
- <xsl:param name="latex.document.font">palatino</xsl:param>
-
- <!--
- If you want to change explicitly to a certain font, use the command \fontfamily{XYZ}\selectfont whereby XYZ can be set to: pag for Adobe AvantGarde, pbk for Adobe Bookman, pcr for Adobe Courier, phv for Adobe Helvetica, pnc for Adobe NewCenturySchoolbook, ppl for Adobe Palatino, ptm for Adobe Times Roman, pzc for Adobe ZapfChancery
- -->
-
-</xsl:stylesheet>