From 2e972e4c8a0ed9f83bf3e8851941ae453ea1ccdb Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 1 Jan 2003 19:54:34 +0000 Subject: [PATCH] Separate properties for figures, examples, equations, tables, and procedures --- xsl/params/equation.properties.xml | 18 ++++++++++++++++++ xsl/params/example.properties.xml | 18 ++++++++++++++++++ xsl/params/figure.properties.xml | 18 ++++++++++++++++++ xsl/params/procedure.properties.xml | 18 ++++++++++++++++++ xsl/params/table.properties.xml | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 xsl/params/equation.properties.xml create mode 100644 xsl/params/example.properties.xml create mode 100644 xsl/params/figure.properties.xml create mode 100644 xsl/params/procedure.properties.xml create mode 100644 xsl/params/table.properties.xml diff --git a/xsl/params/equation.properties.xml b/xsl/params/equation.properties.xml new file mode 100644 index 000000000..8dc70ddc7 --- /dev/null +++ b/xsl/params/equation.properties.xml @@ -0,0 +1,18 @@ + + +equation.properties +Properties associated with a equation + + + + + + + + +Description + +The styling for equations. + + + diff --git a/xsl/params/example.properties.xml b/xsl/params/example.properties.xml new file mode 100644 index 000000000..116c58d90 --- /dev/null +++ b/xsl/params/example.properties.xml @@ -0,0 +1,18 @@ + + +example.properties +Properties associated with a example + + + + + + + + +Description + +The styling for examples. + + + diff --git a/xsl/params/figure.properties.xml b/xsl/params/figure.properties.xml new file mode 100644 index 000000000..e232e123c --- /dev/null +++ b/xsl/params/figure.properties.xml @@ -0,0 +1,18 @@ + + +figure.properties +Properties associated with a figure + + + + + + + + +Description + +The styling for figures. + + + diff --git a/xsl/params/procedure.properties.xml b/xsl/params/procedure.properties.xml new file mode 100644 index 000000000..b8dcbfefe --- /dev/null +++ b/xsl/params/procedure.properties.xml @@ -0,0 +1,18 @@ + + +procedure.properties +Properties associated with a procedure + + + + + + + + +Description + +The styling for procedures. + + + diff --git a/xsl/params/table.properties.xml b/xsl/params/table.properties.xml new file mode 100644 index 000000000..fe0d33b6b --- /dev/null +++ b/xsl/params/table.properties.xml @@ -0,0 +1,18 @@ + + +table.properties +Properties associated with a table + + + + + + + + +Description + +The styling for tables. + + + -- 2.50.0