source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/sidebar.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.9 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="sidebar.float.type">
7<refmeta>
8<refentrytitle>sidebar.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>sidebar.float.type</refname>
21<refpurpose>Select type of float for sidebar elements</refpurpose>
22</refnamediv>
23
24<refsynopsisdiv>
25<src:fragment xml:id="sidebar.float.type.frag">
26<xsl:param name="sidebar.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 sidebar elements.
33</para>
34<itemizedlist>
35<listitem>
36<para>If <parameter>sidebar.float.type</parameter> is
37<quote><literal>none</literal></quote>, then
38no float is used.
39</para>
40</listitem>
41<listitem>
42<para>If <parameter>sidebar.float.type</parameter> is
43<quote><literal>before</literal></quote>, then
44the float appears at the top of the page. On some processors,
45that may be the next page rather than the current page.
46</para>
47</listitem>
48
49<listitem>
50<para>If <parameter>sidebar.float.type</parameter> is
51<quote><literal>left</literal></quote>,
52then a left side float is used.
53</para>
54</listitem>
55
56<listitem>
57<para>If <parameter>sidebar.float.type</parameter> is
58<quote><literal>start</literal></quote>,
59then when the text direction is left-to-right a left side float is used.
60When the text direction is right-to-left, a right side float is used.
61</para>
62</listitem>
63
64<listitem>
65<para>If <parameter>sidebar.float.type</parameter> is
66<quote><literal>right</literal></quote>,
67then a right side float is used.
68</para>
69</listitem>
70
71<listitem>
72<para>If <parameter>sidebar.float.type</parameter> is
73<quote><literal>end</literal></quote>,
74then when the text direction is left-to-right a right side float is used.
75When the text direction is right-to-left, a left side float is used.
76</para>
77</listitem>
78
79<listitem>
80<para>If your XSL-FO processor supports floats positioned on the
81<quote><literal>inside</literal></quote> or
82<quote><literal>outside</literal></quote>
83of double-sided pages, then you have those two
84options for side floats as well.
85</para>
86</listitem>
87</itemizedlist>
88
89</refsection>
90</refentry>
Note: See TracBrowser for help on using the repository browser.