ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* narrower and whitespace
@ 2013-03-16 11:45 H. van der Meer
  2013-03-16 12:44 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: H. van der Meer @ 2013-03-16 11:45 UTC (permalink / raw)
  To: ConTeXt NTG


[-- Attachment #1.1: Type: text/plain, Size: 200 bytes --]

I find that in

intro text
\startnarrower
narrow text
\stopnarrower
after text

blank vertical space is inserted both before and after the narrower block.
How can I avoid that?


Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 1766 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: narrower and whitespace
  2013-03-16 11:45 narrower and whitespace H. van der Meer
@ 2013-03-16 12:44 ` Wolfgang Schuster
  2013-03-16 13:58   ` Meer H. van der
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-03-16 12:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.03.2013 um 12:45 schrieb H. van der Meer <H.vanderMeer@uva.nl>:

> I find that in
> 
> intro text
> \startnarrower
> narrow text
> \stopnarrower
> after text
> 
> blank vertical space is inserted both before and after the narrower block.
> How can I avoid that?

I can’t see a space before/after the environment.

\starttext
intro text
\startnarrower
narrow text
\stopnarrower
after text
\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: narrower and whitespace
  2013-03-16 12:44 ` Wolfgang Schuster
@ 2013-03-16 13:58   ` Meer H. van der
  2013-03-16 17:05     ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Meer H. van der @ 2013-03-16 13:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Solved. Before was \setupwhitespace[small], for this I had to surround everything with
\start
\setupwhitespace[none]
..
\stop

Hans van der Meer



On 16 mrt. 2013, at 13:44, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 16.03.2013 um 12:45 schrieb H. van der Meer <H.vanderMeer@uva.nl>:
> 
>> I find that in
>> 
>> intro text
>> \startnarrower
>> narrow text
>> \stopnarrower
>> after text
>> 
>> blank vertical space is inserted both before and after the narrower block.
>> How can I avoid that?
> 
> I can’t see a space before/after the environment.
> 
> \starttext
> intro text
> \startnarrower
> narrow text
> \stopnarrower
> after text
> \stoptext
> 
> Wolfgang
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: narrower and whitespace
  2013-03-16 13:58   ` Meer H. van der
@ 2013-03-16 17:05     ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2013-03-16 17:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.03.2013 um 14:58 schrieb "Meer H. van der" <H.vanderMeer@uva.nl>:

> Solved. Before was \setupwhitespace[small], for this I had to surround everything with
> \start
> \setupwhitespace[none]
> ..
> \stop


You can also prevent the space with the following setup for the narrower environment.

\setupnarrower
  [before={\blank[nowhite]},
   after={\blank[nowhite]}]

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-16 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-16 11:45 narrower and whitespace H. van der Meer
2013-03-16 12:44 ` Wolfgang Schuster
2013-03-16 13:58   ` Meer H. van der
2013-03-16 17:05     ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).