From 300f2a1e53ecd47f54486c7841bcc7a45fb4d121 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 20 Jan 2003 15:43:46 +0000 Subject: [PATCH] Make section title font sizes a function of the body size, not an absolute size. And let's use magsteps while we're at it. --- xsl/params/section.title.level1.properties.xml | 5 ++++- xsl/params/section.title.level2.properties.xml | 5 ++++- xsl/params/section.title.level3.properties.xml | 5 ++++- xsl/params/section.title.level4.properties.xml | 5 ++++- xsl/params/section.title.level5.properties.xml | 5 ++++- xsl/params/section.title.level6.properties.xml | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/xsl/params/section.title.level1.properties.xml b/xsl/params/section.title.level1.properties.xml index 9e309de2d..9b8584554 100644 --- a/xsl/params/section.title.level1.properties.xml +++ b/xsl/params/section.title.level1.properties.xml @@ -11,7 +11,10 @@ - 16pt + + + pt + diff --git a/xsl/params/section.title.level2.properties.xml b/xsl/params/section.title.level2.properties.xml index d3e901316..f6f7d206a 100644 --- a/xsl/params/section.title.level2.properties.xml +++ b/xsl/params/section.title.level2.properties.xml @@ -11,7 +11,10 @@ - 14pt + + + pt + diff --git a/xsl/params/section.title.level3.properties.xml b/xsl/params/section.title.level3.properties.xml index 1cdff3bc9..b895e232b 100644 --- a/xsl/params/section.title.level3.properties.xml +++ b/xsl/params/section.title.level3.properties.xml @@ -11,7 +11,10 @@ - 12pt + + + pt + diff --git a/xsl/params/section.title.level4.properties.xml b/xsl/params/section.title.level4.properties.xml index c14679914..36c7b72ff 100644 --- a/xsl/params/section.title.level4.properties.xml +++ b/xsl/params/section.title.level4.properties.xml @@ -11,7 +11,10 @@ - 11pt + + + pt + diff --git a/xsl/params/section.title.level5.properties.xml b/xsl/params/section.title.level5.properties.xml index 8c6b8da99..464afa7bf 100644 --- a/xsl/params/section.title.level5.properties.xml +++ b/xsl/params/section.title.level5.properties.xml @@ -11,7 +11,10 @@ - 10pt + + + pt + diff --git a/xsl/params/section.title.level6.properties.xml b/xsl/params/section.title.level6.properties.xml index a95e898ae..af3896764 100644 --- a/xsl/params/section.title.level6.properties.xml +++ b/xsl/params/section.title.level6.properties.xml @@ -11,7 +11,10 @@ - 10pt + + + pt + -- 2.40.0