diff options
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/num.html')
-rw-r--r-- | Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/num.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/num.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/num.html new file mode 100644 index 00000000000..18d2a2e1bc8 --- /dev/null +++ b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/tytuly/num.html @@ -0,0 +1,27 @@ +<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"> +<title>Definicje makroinstrukcji prezentujących numery tytułów</title> +</head> +<body> + +<h2>Definicje makroinstrukcji prezentujących numery tytułów</h2> + +<pre> +\renewcommand<a name=thepart</a>\thepart {\@Roman\c@part} +\renewcommand<a name=thechapter</a>\thechapter {\@arabic\c@chapter} +\renewcommand<a name=thesection</a>\thesection {\thechapter.\@arabic\c@section} +\renewcommand<a name=thesubsection</a>\thesubsection {\thesection.\@arabic\c@subsection} +\renewcommand<a name=thesubsubsection</a>\thesubsubsection{\thesubsection .\@arabic\c@subsubsection} +\renewcommand<a name=theparagraph</a>\theparagraph {\thesubsubsection.\@arabic\c@paragraph} +</pre> + +W definicjach tych występuje pewna niekonsekwencja: +używane są makroinstrukcje (np. <code>\@Roman</code>) operujące +na wewnętrznych nazwach liczników (np. <code>\c@part</code>). W +LaTeXu są zdefiniowane polecenia operujące na LaTeX-owych nazwach +<a href=count.html>liczników</a>. +</body> +</html> |