I am trying to create horizontal space in a footer and am having not luck. Here is what I have tried; \definetext[chapStart8Footer][footer][\vbox{ {\hspace{2em} skip} space Interestingly, the \hfill command works here, but \hspace doesn't. Paul -- ************************ *Paul Tremblay * *phthenry@iglou.com * ************************
Okay, dummy me, I figured it out: \hskip2em Paul On Sun, Mar 06, 2005 at 07:08:05PM -0500, Paul Tremblay wrote:
Date: Sun, 6 Mar 2005 19:08:05 -0500 From: Paul Tremblay
To: context mailing list User-Agent: Mutt/1.4i Subject: [NTG-context] creating horizontal space I am trying to create horizontal space in a footer and am having not luck. Here is what I have tried;
\definetext[chapStart8Footer][footer][\vbox{ {\hspace{2em} skip} space
Interestingly, the \hfill command works here, but \hspace doesn't.
Paul
--
************************ *Paul Tremblay * *phthenry@iglou.com * ************************ _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- ************************ *Paul Tremblay * *phthenry@iglou.com * ************************
Paul Tremblay wrote:
I am trying to create horizontal space in a footer and am having not luck. Here is what I have tried;
\definetext[chapStart8Footer][footer][\vbox{ {\hspace{2em} skip} space
Interestingly, the \hfill command works here, but \hspace doesn't.
\definehspace[mine][1em] ... \hspace[mine] ... \hspace[2cm] ... ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
h h extern
-
Paul Tremblay