From 6a8a73f8da9fbc60a91ac72df5e0ef99fb6ac010 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 4 Dec 2001 19:56:32 +0000 Subject: [PATCH] New parameters --- xsl/params/admonition.title.properties.xml | 4 ++-- xsl/params/chunk.first.sections.xml | 4 +++- xsl/params/chunk.section.depth.xml | 22 ++++++++++++++++++++++ xsl/params/line-height.xml | 22 ++++++++++++++++++++++ 4 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 xsl/params/chunk.section.depth.xml create mode 100644 xsl/params/line-height.xml diff --git a/xsl/params/admonition.title.properties.xml b/xsl/params/admonition.title.properties.xml index 27713f342..0cb240d6d 100644 --- a/xsl/params/admonition.title.properties.xml +++ b/xsl/params/admonition.title.properties.xml @@ -1,7 +1,7 @@ admonition.title.properties -To set the style for admonitions. +To set the style for admonitions titles. @@ -13,7 +13,7 @@ Description -How do you want admonitions styled? +How do you want admonitions titles styled? Set the font-size, weight etc to the style required diff --git a/xsl/params/chunk.first.sections.xml b/xsl/params/chunk.first.sections.xml index f947c07bd..f1f9a0a47 100644 --- a/xsl/params/chunk.first.sections.xml +++ b/xsl/params/chunk.first.sections.xml @@ -9,7 +9,9 @@ - + + + Description diff --git a/xsl/params/chunk.section.depth.xml b/xsl/params/chunk.section.depth.xml new file mode 100644 index 000000000..af29641b9 --- /dev/null +++ b/xsl/params/chunk.section.depth.xml @@ -0,0 +1,22 @@ + + +chunk.section.depth +integer + + +chunk.section.depth +Depth to which sections should be chunked + + + + + + + + +Description + +This parameter sets the depth of section chunking. + + + diff --git a/xsl/params/line-height.xml b/xsl/params/line-height.xml new file mode 100644 index 000000000..7bb6e639a --- /dev/null +++ b/xsl/params/line-height.xml @@ -0,0 +1,22 @@ + + +line-height +string + + +line-height +Specify the line-height property + + + + + + + + +Description + +Sets the line-height property. + + + -- 2.50.1