space between page header and text

Subject: space between page header and text
From: Christian Leutloff <leutloff@xxxxxxxxxxxxxxxxx>
Date: 25 Feb 1998 13:12:32 +0100
Mbox-line: From leutloff@sundancer.oche.de Wed Feb 25 13:12:33 1998
Hi,

I want to move the page number on the top of the page 0.5 cm down.

What should I change in Normans Modular Stylesheets?

Is the component-title the right function? No, I think.

I need to change the simple-page-sequence, right? But where, should I
change space-before: and space-after: to the component function?

(define ($component$)
  (make simple-page-sequence
    page-number-restart?: (or %page-number-restart% 
			      (book-start?) 
			      (first-chapter?))
    page-number-format: ($page-number-format$)
    use: para-style ;; set defaults for text in this simple page sequence
    left-header:   ($left-header$)
    center-header: ($center-header$)
    right-header:  ($right-header$)
    left-footer:   ($left-footer$)
    center-footer: ($center-footer$)
    right-footer:  ($right-footer$)
    space-before: %block-sep%   ; << line added
    space-after: %block-sep%    ; << line added
    start-indent: %body-start-indent%
    input-whitespace-treatment: 'collapse
    quadding: %default-quadding%
    (make sequence
      ($component-title$)
      (process-children))
    (make-endnotes)))


Thanks
     Christian

-- 
Christian Leutloff, Aachen, Germany         leutloff@xxxxxxxxxxxxxxxxx  
      http://www.oche.de/~leutloff/         leutloff@xxxxxxxxxx      

            Debian GNU/Linux - http://www.de.debian.org/

Attachment: pgp00007.pgp
Description: PGP signature

Current Thread
  • space between page header and text
    • Christian Leutloff - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id HAA28892Wed, 25 Feb 1998 07:15:05 -0500 (EST) <=
      • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id HAA29608Wed, 25 Feb 1998 07:59:33 -0500 (EST)
        • Herbert Hrachovec - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id MAA03803Wed, 25 Feb 1998 12:57:26 -0500 (EST)
          • Patrice Bonhomme - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id NAA04329Wed, 25 Feb 1998 13:20:15 -0500 (EST)