Difference between revisions of "Command/fixedspaces"

From Wiki
Jump to navigation Jump to search
m (Text replace - "\[\[cmd:(.*)\|(.*)\]\]" to "{{cmd|$1}}")
(Complete page and categorize it)
Line 13: Line 13:
 
== Description ==  
 
== Description ==  
  
Makes the space created by <texcode>~</texcode> have the same width as the glyph for the numeral zero (0) in the current font
+
A switch; makes the space created by <texcode>~</texcode> have the same width as the glyph for the numeral zero (0) in the current font
  
 
== Example ==
 
== Example ==
<!-- Please fill in an example if you can -->
+
<context source=yes>
 +
 
 +
Without \tex{fixedspaces}:\crlf
 +
101\crlf
 +
1~1\crlf
 +
1 1\crlf
 +
 
 +
\fixedspaces
 +
With \tex{fixedspaces}:\crlf
 +
101\crlf
 +
1~1\crlf
 +
1 1
 +
</context>
  
 
== See also ==
 
== See also ==
<!-- something like {{cmd|goto}} -->
+
* {{src|spat-gen.mkii}}
 +
* {{src|spac-hor.mkiv}}
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==
Line 25: Line 38:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|fixedspaces]]
+
[[Category:Command/Fonts|fixedspaces]]

Revision as of 03:26, 7 July 2012

\fixedspaces

Syntax

\fixedspaces

Description

A switch; makes the space created by

~

have the same width as the glyph for the numeral zero (0) in the current font

Example


Without \tex{fixedspaces}:\crlf
101\crlf
1~1\crlf
1 1\crlf

\fixedspaces
With \tex{fixedspaces}:\crlf
101\crlf
1~1\crlf
1 1

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: