Template:Spc: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(fixed with "& thinsp;", two hairspaces is as small as we can go)
(fix up documentation)
Line 9: Line 9:
Type
Type
<pre>{{spc|n}}</pre>
<pre>{{spc|n}}</pre>
to insert "n" ''thinspaces'' (one thinspace is about 1/6 of an Em-space).
to insert "n" ''thinspaces'', where n{{spc|1}}={{spc|1}}0,1,...6 (one thinspace is about 1/6 of an Em-space).
<pre>{{spc}}</pre>
<pre>{{spc}}</pre>
is the same as <tt><nowiki>{{spc|1}}</nowiki></tt>, which is useful for inserting a very small space after an italic (slanted) character which appears before an upright character, as in
is the same as <tt><nowiki>{{spc|1}}</nowiki></tt>, which is useful for inserting a very small space after an italic (slanted) character which appears before an upright character, as in
Line 16: Line 16:
<pre>(''379'')</pre>
<pre>(''379'')</pre>
produces the less appealing (''379'').
produces the less appealing (''379'').
Here are <tt><nowiki>I{{spc|n}}I</nowiki></tt>, for n = 0,1,...6:
:0: I{{spc|0}}I
:1: I{{spc|1}}I
:2: I{{spc|2}}I
:3: I{{spc|3}}I
:4: I{{spc|4}}I
:5: I{{spc|5}}I
:6: I{{spc|6}}I
}}
}}
</noinclude>
</noinclude>

Revision as of 21:40, 17 August 2009

Usage

Type

{{spc|n}}

to insert "n" thinspaces, where n = 0,1,...6 (one thinspace is about 1/6 of an Em-space).

{{spc}}

is the same as {{spc|1}}, which is useful for inserting a very small space after an italic (slanted) character which appears before an upright character, as in

(''379''{{spc}})

producing (379 ), whereas

(''379'')

produces the less appealing (379).

Here are I{{spc|n}}I, for n = 0,1,...6:

0: II
1: I I
2: I  I
3: I   I
4: I    I
5: I     I
6: I      I