[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: placing the same two lines of text in every page
From: |
Mark Summerfield |
Subject: |
Re: placing the same two lines of text in every page |
Date: |
Sun, 24 May 2009 07:05:32 +0100 |
User-agent: |
KMail/1.11.3 (Linux/2.6.27.21-170.2.56.fc10.i686; KDE/4.2.3; i686; ; ) |
On 2009-05-23, Daniel Ajoy wrote:
> Hi,
>
> I've been using:
>
> @RunningOddTop { Nombre: ______________________________________ @Right
> {Fecha: ___________________} } @RunningEvenTop { Nombre:
> ______________________________________ @Right {Fecha: ___________________}
> } @RunningStartOddTop { Nombre:
______________________________________
> @Right {Fecha: ___________________} }
>
> to add the same line of text to every page.
>
> But is there a way to add two lines of text instead of just one?
>
> Daniel
You could try something like this (untested):
@RunningOddTop{
{Nombre: _________________________ @Right
Fecha:______________}
//1f # you'll almost certainly need to adjust the 1f
{This is on a second line; you'll need to make sure your top
margin is tall enough to allow for it}
}
I use a similar technique to get a ruler line under my page headers.
--
Mark Summerfield, Qtrac Ltd, www.qtrac.eu
C++, Python, Qt, PyQt - training and consultancy
"Rapid GUI Programming with Python and Qt" - ISBN 0132354187