source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/margin.note.float.type.xml@ 67f507c

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 67f507c was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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