]> granicus.if.org Git - docbook-dsssl/commitdiff
New attribute-set to format biblioentry and bibliomixed.
authorBob Stayton <bobs@sagehill.net>
Sun, 7 May 2006 05:41:37 +0000 (05:41 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 7 May 2006 05:41:37 +0000 (05:41 +0000)
xsl/params/biblioentry.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/biblioentry.properties.xml b/xsl/params/biblioentry.properties.xml
new file mode 100644 (file)
index 0000000..290ef80
--- /dev/null
@@ -0,0 +1,19 @@
+<refentry id="biblioentry.properties">
+<refnamediv>
+<refname>biblioentry.properties</refname>
+<refpurpose>To set the style for biblioentry.</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='biblioentry.properties.frag'><xsl:attribute-set name="biblioentry.properties" use-attribute-sets="normal.para.spacing">
+  <xsl:attribute name="start-indent">0.5in</xsl:attribute>
+  <xsl:attribute name="text-indent">-0.5in</xsl:attribute>
+</xsl:attribute-set>
+</src:fragment>
+</refsynopsisdiv>
+<refsect1><title>Description</title>
+<para>How do you want biblioentry styled? </para>
+<para>Set the font-size, weight, space-above and space-below, indents, etc. to the style required</para>
+
+</refsect1>
+</refentry>