summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-12-29 00:26:31 +0000
committerKarl Berry <karl@freefriends.org>2005-12-29 00:26:31 +0000
commitc365d78bfcdeb6493a68e35e852244839c1c9ee4 (patch)
treed488910550c0a1dacc75509f02d03551d88ed2f4 /Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html
parent0d5f68998e0af490bbfdeb67a5dada34c034c8b0 (diff)
doc/french+
git-svn-id: svn://tug.org/texlive/trunk@16 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html')
-rw-r--r--Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.html
new file mode 100644
index 00000000000..b9571cd396e
--- /dev/null
+++ b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/spisy/chap.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">
+</head>
+<body>
+<small>
+<pre>
+\newcommand\tableofcontents{%
+ \if@twocolumn
+ \@restonecoltrue\onecolumn
+ \else
+ \@restonecolfalse
+ \fi
+ \chapter*{\contentsname
+ \@mkboth{%
+ \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}%
+ \@starttoc{toc}%
+ \if@restonecol
+ \twocolumn
+ \fi
+ }
+</pre>
+</small>
+</body>
+</html>