Index: third_party/docbook-xsl-1.78.0/params/margin.note.float.type.xml |
diff --git a/third_party/docbook-xsl-1.78.0/params/margin.note.float.type.xml b/third_party/docbook-xsl-1.78.0/params/margin.note.float.type.xml |
deleted file mode 100644 |
index 0b34230b7582b0936a8afa2426fe96f67ec6b198..0000000000000000000000000000000000000000 |
--- a/third_party/docbook-xsl-1.78.0/params/margin.note.float.type.xml |
+++ /dev/null |
@@ -1,77 +0,0 @@ |
-<refentry xmlns="http://docbook.org/ns/docbook" |
- xmlns:xlink="http://www.w3.org/1999/xlink" |
- xmlns:xi="http://www.w3.org/2001/XInclude" |
- xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" |
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
- version="5.0" xml:id="margin.note.float.type"> |
-<refmeta> |
-<refentrytitle>margin.note.float.type</refentrytitle> |
-<refmiscinfo class="other" otherclass="datatype">list</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">none</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">before</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">left</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">start</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">right</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">end</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">inside</refmiscinfo> |
-<refmiscinfo class="other" otherclass="value">outside</refmiscinfo> |
-</refmeta> |
-<refnamediv> |
-<refname>margin.note.float.type</refname> |
-<refpurpose>Select type of float for margin note customizations</refpurpose> |
-</refnamediv> |
- |
-<refsynopsisdiv> |
-<src:fragment xml:id="margin.note.float.type.frag"> |
-<xsl:param name="margin.note.float.type">none</xsl:param> |
-</src:fragment> |
-</refsynopsisdiv> |
- |
-<refsection><info><title>Description</title></info> |
- |
-<para>Selects the type of float for margin notes. |
-DocBook does not define a margin note element, so this |
-feature must be implemented as a customization of the stylesheet. |
-See <parameter>margin.note.properties</parameter> for |
-an example. |
-</para> |
-<itemizedlist> |
-<listitem> |
-<para>If <parameter>margin.note.float.type</parameter> is |
-<quote><literal>none</literal></quote>, then |
-no float is used. |
-</para> |
-</listitem> |
-<listitem> |
-<para>If <parameter>margin.note.float.type</parameter> is |
-<quote><literal>before</literal></quote>, then |
-the float appears at the top of the page. On some processors, |
-that may be the next page rather than the current page. |
-</para> |
-</listitem> |
-<listitem> |
-<para>If <parameter>margin.note.float.type</parameter> is |
-<quote><literal>left</literal></quote> or |
-<quote><literal>start</literal></quote>, then |
-a left side float is used. |
-</para> |
-</listitem> |
-<listitem> |
-<para>If <parameter>margin.note.float.type</parameter> is |
-<quote><literal>right</literal></quote> or |
-<quote><literal>end</literal></quote>, then |
-a right side float is used. |
-</para> |
-</listitem> |
-<listitem> |
-<para>If your XSL-FO processor supports floats positioned on the |
-<quote><literal>inside</literal></quote> or |
-<quote><literal>outside</literal></quote> |
-of double-sided pages, then you have those two |
-options for side floats as well. |
-</para> |
-</listitem> |
-</itemizedlist> |
- |
-</refsection> |
-</refentry> |