[NTG-context] Fixed spaces overfullrule

2005-03-02 Thread Mats Broberg
Dear listmembers,

I have two questions tonight:

1: Is it possible to define and then use different kind of fixed and
non-breaking spaces in ConTeXt? For something I am working with I need
1/8th of an em, 1/4th of an em, and 1/3rd of an em - but would ideally
want to be able to define any kind of fraction of an em.

2: Is it possible to have the overfull rules printed out in the margins?
That way one can flip through the pages fast and instantly get an idea
of the quality of the typesetting.

Best regards,
Mats Broberg

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fixed spaces overfullrule

2005-03-02 Thread Peter Münster
On Wed, 2 Mar 2005, Mats Broberg wrote:

 2: Is it possible to have the overfull rules printed out in the margins?
 That way one can flip through the pages fast and instantly get an idea
 of the quality of the typesetting.

\version[temporary]
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fixed spaces overfullrule

2005-03-02 Thread Hans Hagen
Mats Broberg wrote:
Dear listmembers,
I have two questions tonight:
1: Is it possible to define and then use different kind of fixed and
non-breaking spaces in ConTeXt? For something I am working with I need
1/8th of an em, 1/4th of an em, and 1/3rd of an em - but would ideally
want to be able to define any kind of fraction of an em.
predefined:
\definehspace [\v!small]   [.25\emspaceamount]
\definehspace [\v!medium]  [.5\emspaceamount]
\definehspace [\v!big] [1\emspaceamount]
\definehspace [\v!normal]  [1\spaceamount]
\definehspace [\v!default] [\spaceamount]
to be used as:
test \hspace[small] test\hspace[small]test
Hans
-
  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
-
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context