]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/margin.note.float.type.xml
Add stylesheets for our evergreen docbook site.
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / margin.note.float.type.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"\r
2           xmlns:xlink="http://www.w3.org/1999/xlink"\r
3           xmlns:xi="http://www.w3.org/2001/XInclude"\r
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
6           version="5.0" xml:id="margin.note.float.type">\r
7 <refmeta>\r
8 <refentrytitle>margin.note.float.type</refentrytitle>\r
9 <refmiscinfo class="other" otherclass="datatype">list</refmiscinfo>\r
10 <refmiscinfo class="other" otherclass="value">none</refmiscinfo>\r
11 <refmiscinfo class="other" otherclass="value">before</refmiscinfo>\r
12 <refmiscinfo class="other" otherclass="value">left</refmiscinfo>\r
13 <refmiscinfo class="other" otherclass="value">start</refmiscinfo> \r
14 <refmiscinfo class="other" otherclass="value">right</refmiscinfo>\r
15 <refmiscinfo class="other" otherclass="value">end</refmiscinfo>     \r
16 <refmiscinfo class="other" otherclass="value">inside</refmiscinfo>\r
17 <refmiscinfo class="other" otherclass="value">outside</refmiscinfo> \r
18 </refmeta>\r
19 <refnamediv>\r
20 <refname>margin.note.float.type</refname>\r
21 <refpurpose>Select type of float for margin note customizations</refpurpose>\r
22 </refnamediv>\r
23 \r
24 <refsynopsisdiv>\r
25 <src:fragment xml:id="margin.note.float.type.frag">\r
26 <xsl:param name="margin.note.float.type">none</xsl:param>\r
27 </src:fragment>\r
28 </refsynopsisdiv>\r
29 \r
30 <refsection><info><title>Description</title></info>\r
31 \r
32 <para>Selects the type of float for margin notes.\r
33 DocBook does not define a margin note element, so this\r
34 feature must be implemented as a customization of the stylesheet.\r
35 See <parameter>margin.note.properties</parameter> for\r
36 an example.\r
37 </para>\r
38 <itemizedlist>\r
39 <listitem>\r
40 <para>If <parameter>margin.note.float.type</parameter> is\r
41 <quote><literal>none</literal></quote>, then \r
42 no float is used.\r
43 </para>\r
44 </listitem>\r
45 <listitem>\r
46 <para>If <parameter>margin.note.float.type</parameter> is\r
47 <quote><literal>before</literal></quote>, then \r
48 the float appears at the top of the page.  On some processors,\r
49 that may be the next page rather than the current page.\r
50 </para>\r
51 </listitem>\r
52 <listitem>\r
53 <para>If <parameter>margin.note.float.type</parameter> is\r
54 <quote><literal>left</literal></quote> or\r
55 <quote><literal>start</literal></quote>, then \r
56 a left side float is used.\r
57 </para>\r
58 </listitem>\r
59 <listitem>\r
60 <para>If <parameter>margin.note.float.type</parameter> is\r
61 <quote><literal>right</literal></quote> or\r
62 <quote><literal>end</literal></quote>, then \r
63 a right side float is used.\r
64 </para>\r
65 </listitem>\r
66 <listitem>\r
67 <para>If your XSL-FO processor supports floats positioned on the\r
68 <quote><literal>inside</literal></quote> or\r
69 <quote><literal>outside</literal></quote>\r
70 of double-sided pages, then you have those two \r
71 options for side floats as well.\r
72 </para>\r
73 </listitem>\r
74 </itemizedlist>\r
75 \r
76 </refsection>\r
77 </refentry>\r