20e28145205138970e0183deac2a073e022854bd
[gd/samba-autobuild/.git] / docs / docbook / xslt / db2latex / font.mod.xsl
1 <?xml version='1.0'?>
2 <!--############################################################################# 
3 |- #############################################################################
4 |                                                                                                               
5 |   PURPOSE:
6 + ############################################################################## -->
7 <xsl:stylesheet 
8     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9     xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
10     exclude-result-prefixes="doc" version='1.0'>
11
12
13
14     <!--############################################################################# -->
15     <!-- DOCUMENTATION                                                                -->
16     <doc:reference id="font" xmlns="">
17         <referenceinfo>
18             <releaseinfo role="meta">
19             </releaseinfo>
20         <authorgroup>
21             <author> <firstname>Ramon</firstname> <surname>Casellas</surname> </author>
22             <author> <firstname>James</firstname> <surname>Devenish</surname> </author>
23         </authorgroup>
24             <copyright>
25                 <year>2000</year> <year>2001</year> <year>2002</year> <year>2003</year>
26                 <holder>Ramon Casellas</holder>
27             </copyright>
28         </referenceinfo>
29
30         <title>Font <filename>font.mod.xsl</filename></title>
31         <partintro>
32             <section><title>Introduction</title>
33                 <para></para>
34             </section>
35         </partintro>
36     </doc:reference>
37
38
39
40
41     <doc:param name="latex.document.font" xmlns="">
42         <refpurpose> Document Font  </refpurpose>
43         <refdescription>
44             Possible values: default, times, palatcm, charter, helvet, palatino, avant, newcent, bookman
45         </refdescription>
46     </doc:param>
47
48
49     <xsl:param name="latex.document.font">palatino</xsl:param>
50
51     <!-- 
52     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 
53     -->
54
55 </xsl:stylesheet>