Fixed spaces & overfullrule
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
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/
Peter, Thanks - is there a similar method to display 'underfull' lines? Best regards, Mats Broberg
-----Original Message----- From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On Behalf Of Peter Münster Sent: den 2 mars 2005 20:36 To: mailing list for ConTeXt users Subject: Re: [NTG-context] Fixed spaces & overfullrule
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
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Mats Broberg
-
Peter Münster