blob: cce385f7c132face5467f8e43a4f8646bfdcfcae (
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
|
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<meta http-equiv="Content-language" content="pl">
<meta name="Author" content="W³odzimierz Macewicz">
</head>
<body>
Przyk³ad pokazuj±cy mo¿liwo¶æ numerowania tytu³ów na marginesie
tekstu.
<pre><small>
\makeatletter
\renewcommand{\@seccntformat}[1]{\hbox to 2cm{\csname the#1\endcsname}}
\renewcommand\section{\@startsection {section}{1}{-2cm}%
{3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\Large\bfseries}}
\makeatother
</pre></small>
<img src=tx.gif width=659 height=256>
<p>
</body>
</html>
|