blob: 041bf71f91f3da0a0b88bd3ed0d87025547b83dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<title> Zastaw ciekawych makroinstrukcji </title>
<LINK REL="stylesheet" TYPE="text/css" HREF="mycss.css">
<meta http-equiv="Content-language" content="pl">
<meta name="Author" content="W³odzimierz Macewicz">
<meta name="Keywords" content="tex, latex, makroinstrukcje, pakiety makroinstrukcji, Wirtualna Akademia">
</head>
<body bgcolor=#a0f0a0>
<h2>letterspace</h2>
Definiuje polecenie <code>\letterspace</code> pozwalaj±ce na
zmianê odstêpu miêdzy literami.
<p>
Ilustracja dzia³ania polecenia <code>\letterspace</code>.
<pre>
\letterspace {Now is the time for all good men}
\letterspace to \hsize {Now is the time for all good men}
\letterspace spread 0.3 \hsize {Now is the time for all good men}
\letterspace to 1.5 \naturalwidth {Now is the time for all good men}
\letterspace spread 0.5 \naturalwidth {Now is the time for all good men}
</pre>
<img src=letter.gif>
<hr>
<em>W³odzimierz Macewicz</em>
<hr>
Ostatnie zmiany: 05.05.2014.
</body>
</html>
|