summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/german/latex-tipps-und-tricks/polyind.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/german/latex-tipps-und-tricks/polyind.sty')
-rw-r--r--Master/texmf-doc/doc/german/latex-tipps-und-tricks/polyind.sty31
1 files changed, 0 insertions, 31 deletions
diff --git a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/polyind.sty b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/polyind.sty
deleted file mode 100644
index 342d832d7d6..00000000000
--- a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/polyind.sty
+++ /dev/null
@@ -1,31 +0,0 @@
-% POLYIND.STY
-% \makeindex[name]
-% \index[name]{entry}
-% \printindex[name]
-\renewcommand{\makeindex}[1][]
- {\expandafter\newwrite\csname @#1ind\endcsname
- \expandafter\immediate\openout%
- \csname @#1ind\endcsname=\jobname.#1idx
- \typeout{writing index file \jobname.#1idx}
- }
-
-\renewcommand{\index}
- {\@bsphack\begingroup
- \@sanitize\@wrindex
- }
-
-\renewcommand{\@wrindex}[2][]
- {\expandafter\protected@write%
- \csname @#1ind\endcsname{}%
- {\string\indexentry{#2}{\thepage}}%
- \endgroup\@esphack
- }
-
-\newcommand{\printindex}[1][]
- {\InputIfFileExists{\jobname.#1ind}
- {}
- {\typeout{Don't forget to process \jobname.#1idx!}}
- }
-
-\providecommand{\seename}{siehe}
-\providecommand*{\see}[2]{\emph{\seename} #1} \ No newline at end of file