mailing-list for TeXmacs Users

Text archives Help


Re: headers with hrule


Chronological Thread 
  • From: Nicolas Girard <address@hidden>
  • To: address@hidden
  • Subject: Re: headers with hrule
  • Date: Mon, 9 Dec 2002 18:15:53 +0100

Nice, thanks for the tip !
Nicolas

On Mon, Dec 09, 2002 at 06:04:01PM +0100, address@hidden wrote:
> The correct snippet is:
>
> (assign "odd-page-text" (func "a" "b" "c"
> (assign "odd page header"
> (with "font size" "0.84" (concat
> (format "no first indentation")
> (em (apply "a"))
> (htab "1fn")
> (apply "b")
> (htab "1fn")
> (apply "c")
> " "
> (quote (apply "thepage"))
> (format "new line")
> (apply "hrule"))))))
>



Archive powered by MHonArc 2.6.19.

Top of page