]> granicus.if.org Git - docbook-dsssl/commitdiff
Add attribute-sets for formatting glossary terms and defs.
authorBob Stayton <bobs@sagehill.net>
Fri, 6 Mar 2009 02:15:06 +0000 (02:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 6 Mar 2009 02:15:06 +0000 (02:15 +0000)
xsl/fo/param.ent
xsl/fo/param.xweb

index 41b2d1565699593b61e66b5e1508de0a101ba53b..e330f68c0889fe81a2b9727bc9d9cac3855b1b0d 100644 (file)
 <!ENTITY reference.autolabel SYSTEM "../params/reference.autolabel.xml">
 <!ENTITY glossary.sort SYSTEM "../params/glossary.sort.xml">
 <!ENTITY writing.mode SYSTEM "../params/writing.mode.xml">
+<!ENTITY glossterm.list.properties SYSTEM "../params/glossterm.list.properties.xml">
+<!ENTITY glossterm.block.properties SYSTEM "../params/glossterm.block.properties.xml">
+<!ENTITY glossdef.list.properties SYSTEM "../params/glossdef.list.properties.xml">
+<!ENTITY glossdef.block.properties SYSTEM "../params/glossdef.block.properties.xml">
index 827e328f10bf8561fedd8573dedbcd0bb3f7f4ae..a3c6253e1e237711b5b9bdf1b5682764db0fa4cc 100644 (file)
@@ -213,10 +213,14 @@ generate.section.toc.level;
 &glossterm.auto.link;
 &firstterm.only.link;
 &glossary.collection;
-&glossterm.separation;
-&glossterm.width;
 &glossary.as.blocks;
 &glosslist.as.blocks;
+&glossterm.block.properties;
+&glossdef.block.properties;
+&glossterm.list.properties;
+&glossdef.list.properties;
+&glossterm.width;
+&glossterm.separation;
 &glossentry.show.acronym;
 &glossary.sort;
 </reference>
@@ -644,6 +648,10 @@ around all these parameters.</para>
 <src:fragref linkend="glossterm.auto.link.frag"/>
 <src:fragref linkend="glossterm.separation.frag"/>
 <src:fragref linkend="glossterm.width.frag"/>
+<src:fragref linkend="glossterm.list.properties.frag"/>
+<src:fragref linkend="glossterm.block.properties.frag"/>
+<src:fragref linkend="glossdef.list.properties.frag"/>
+<src:fragref linkend="glossdef.block.properties.frag"/>
 <src:fragref linkend="graphic.default.extension.frag"/>
 <src:fragref linkend="header.content.properties.frag"/>
 <src:fragref linkend="header.rule.frag"/>