Changes

Jump to navigation Jump to search
742 bytes added ,  12:47, 1 November 2023
no edit summary
</cd:command>
</cd:variants>
<cd:description>Use this command to change the inter-character spacing (known as tracking). The <code>\stretched</code> command is actually just a frontend for the <code>\kern</code> command. And the value of <code>factor</code> isn’t multiplied by the kerning specified by the font, but rather added to it. So, to decrease the distance between characters, <code>factor</code> should be negative. And to increase it, <code>factor</code> should be positive.</cd:description>
<cd:examples><cd:example title=""><context source="yes">
\ruledhbox{\stretched[width=2cm]{\bfd to the limit}}
\ruledhbox{\stretched[width=8cm]{\bfd to the limit}}
\ruledhbox{\stretched[width=10cm]{\bfd to the limit}}
</context></cd:example><cd:example title="Give the title of a poem the same appearance as its text has, but stretched"><context source="yes">
\setupstretched[factor=0.3] %the higher the number, the more the stretch
\setuphead[title][
style=\tf,
]
 
\stretched{\title{Syd}}
 
\blank[line] % one blank line
I'm a poet, don't you know it \crlf
And the winds, they can blow it
</context></cd:example></cd:examples>
<cd:notes></cd:notes>

Navigation menu