Template:Spc: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(seems to work (in IE 8) with "<span style="margin-left:0.083em"></span>")
mNo edit summary
Line 17: Line 17:
produces the less appealing (''379'').
produces the less appealing (''379'').


Here are <tt><nowiki>>{{spc|n}}I<</nowiki></tt>, for n = 0,1,...,6:
Here are <tt><nowiki>>{{spc|n}}<</nowiki></tt>, for n = 0,1,...,6:
:0: >{{spc|0}}<
:0: >{{spc|0}}<
:1: >{{spc|1}}<
:1: >{{spc|1}}<

Revision as of 20:01, 18 August 2009

Usage

Type

{{spc|n}}

to insert "n" hairspaces, where n=0,1,...,6 (one hairspace is 1/12 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 >{{spc|n}}<, for n = 0,1,...,6:

0: ><
1: ><
2: ><
3: ><
4: ><
5: ><
6: ><

See User:CHGiffen/Spacing for spacing issues.