diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/crop.marks.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/crop.marks.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/crop.marks.xml b/3rdParty/DocBook/XSL/params/crop.marks.xml new file mode 100644 index 0000000..c68d5a0 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/crop.marks.xml @@ -0,0 +1,28 @@ +<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="crop.marks"> +<refmeta> +<refentrytitle>crop.marks</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo> +</refmeta> +<refnamediv> +<refname>crop.marks</refname> +<refpurpose>Output crop marks?</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="crop.marks.frag"> +<xsl:param name="crop.marks" select="0"/> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>If non-zero, crop marks will be added to each page. Currently this +works only with XEP if you have <parameter>xep.extensions</parameter> set.</para> + +</refsection> +</refentry> |