Difference between revisions of "Command/nowhitespace"

From Wiki
Jump to navigation Jump to search
m (cleanup)
m (→‎Description: added preview)
Line 15: Line 15:
  
  
<texcode>
+
<context source="yes">
 
\setupwhitespace[big]
 
\setupwhitespace[big]
  
Line 31: Line 31:
  
 
\stoptext
 
\stoptext
</texcode>
+
</context>
  
  
 
See also [[cmd:setupwhitespace|\setupwhitespace]]
 
See also [[cmd:setupwhitespace|\setupwhitespace]]
 
  
 
== Example ==
 
== Example ==

Revision as of 18:27, 1 November 2010

\nowhitespace

Syntax

\nowhitespace

Description

Locally removes whitespace from between paragraphs. Use when your standard whitespace setting is other than none, but at a certain spot you need to remove whitespace between the paragraphs.


\setupwhitespace[big]

\starttext

First paragraph is here.

Second paragraph is here.

\nowhitespace

Third paragraph is here.

Fourth paragraph is here.

\stoptext


See also \setupwhitespace

Example

See also