blob: b5f9d0a874606a6b6b71430a8041bab6365cbd61 (
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">
<meta http-equiv="Content-language" content="pl">
<meta name="Author" content="W³odzimierz Macewicz">
</head>
<body>
Przyk³ad pokazuj±cy mo¿liwo¶æ skasowania dodatkowego
wciêcia w tytule (efekt ,,etykiety'').
<pre><small>
\makeatletter
\def\@hangfrom#1{%
\setbox\@tempboxa\hbox{{#1}}%
% \hangindent \wd\@tempboxa%
\noindent\box\@tempboxa}
\renewcommand\section{\@startsection {section}{1}{0cm}%
{3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}%
{\normalfont\Large\bfseries}}
\makeatother
</pre></small>
<img src=txx.gif width=528 height=280>
<p>
Teraz tytu³ jest naprawdê wycentrowany.
</body>
</html>
|