diff options
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/txx.html')
-rw-r--r-- | Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/txx.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/txx.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/txx.html new file mode 100644 index 00000000000..b5f9d0a8746 --- /dev/null +++ b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/txx.html @@ -0,0 +1,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> |