Index: third_party/docbook-xsl-1.78.0/params/label.from.part.xml |
diff --git a/third_party/docbook-xsl-1.78.0/params/label.from.part.xml b/third_party/docbook-xsl-1.78.0/params/label.from.part.xml |
deleted file mode 100644 |
index 5deb96030514d65e77fdcc2ee9191267f991793d..0000000000000000000000000000000000000000 |
--- a/third_party/docbook-xsl-1.78.0/params/label.from.part.xml |
+++ /dev/null |
@@ -1,38 +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="label.from.part"> |
-<refmeta> |
-<refentrytitle>label.from.part</refentrytitle> |
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> |
-</refmeta> |
-<refnamediv> |
-<refname>label.from.part</refname> |
-<refpurpose>Renumber components in each part?</refpurpose> |
-</refnamediv> |
- |
-<refsynopsisdiv> |
-<src:fragment xml:id="label.from.part.frag"> |
-<xsl:param name="label.from.part" select="0"/> |
-</src:fragment> |
-</refsynopsisdiv> |
- |
-<refsection><info><title>Description</title></info> |
- |
-<para>If <parameter>label.from.part</parameter> is non-zero, then |
- numbering of components — <tag>preface</tag>, |
- <tag>chapter</tag>, <tag>appendix</tag>, and |
- <tag>reference</tag> (when <tag>reference</tag> occurs at the |
- component level) — is re-started within each |
- <tag>part</tag>.</para> |
-<para>If <parameter>label.from.part</parameter> is zero (the |
- default), numbering of components is <emphasis>not</emphasis> |
- re-started within each <tag>part</tag>; instead, components are |
- numbered sequentially throughout each <tag>book</tag>, |
- regardless of whether or not they occur within <tag>part</tag> |
- instances.</para> |
- |
-</refsection> |
-</refentry> |