summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvindex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-12 22:35:11 +0000
committerKarl Berry <karl@freefriends.org>2017-12-12 22:35:11 +0000
commit30805115760a177fe5e900fba3a50daa015cd619 (patch)
tree9cbcc8fe55aa61eff189abbedae306de1e4ac25a /Master/texmf-dist/doc/latex/hvindex
parent14bee2a0037224f3fcae29a24b09bb9ba37c982e (diff)
hvindex (12dec17)
git-svn-id: svn://tug.org/texlive/trunk@46051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvindex')
-rw-r--r--Master/texmf-dist/doc/latex/hvindex/Changes2
-rw-r--r--Master/texmf-dist/doc/latex/hvindex/README11
-rw-r--r--Master/texmf-dist/doc/latex/hvindex/hvindex-doc.pdfbin0 -> 74896 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvindex/hvindex-doc.tex (renamed from Master/texmf-dist/doc/latex/hvindex/hvindex.tex)68
-rw-r--r--Master/texmf-dist/doc/latex/hvindex/hvindex.pdfbin80769 -> 0 bytes
5 files changed, 38 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/hvindex/Changes b/Master/texmf-dist/doc/latex/hvindex/Changes
index 6a9f2578882..467f4082173 100644
--- a/Master/texmf-dist/doc/latex/hvindex/Changes
+++ b/Master/texmf-dist/doc/latex/hvindex/Changes
@@ -1,5 +1,5 @@
hvindex.sty --------
-0.03 2009-10-24 - fixed an introduced bug with the last version
+0.04 2017-12-12 - added \iVert and \IVert
0.02 2009-10-18 - makeidx and makeindex now depend on the
optional argument [makeidx]
- do not use @ operator when there is no
diff --git a/Master/texmf-dist/doc/latex/hvindex/README b/Master/texmf-dist/doc/latex/hvindex/README
index 527d6f326f6..0e5fa9ab4d2 100644
--- a/Master/texmf-dist/doc/latex/hvindex/README
+++ b/Master/texmf-dist/doc/latex/hvindex/README
@@ -1,16 +1,9 @@
-%% Package `hvindex.sty'
-%%
-%% Herbert Voss <herbert _at_ dante.de> (Germany)
-%%
-%% (C) 2009
-%%
This package defines some macros as a
replacement for \index which makes
live easier. You have to type every
word only once to get it into the index
and into the text.
-
Save the file hvindex.sty in a directory,
which is part of your local TeX tree.
Then do not forget to run texhash to update this tree.
@@ -18,3 +11,7 @@ For more information see the documentation of your LaTeX distribution
on installing packages into your local TeX system or read the
TeX Frequently Asked Questions:
(http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages).
+
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory macros/latex/base/lppl.txt.
diff --git a/Master/texmf-dist/doc/latex/hvindex/hvindex-doc.pdf b/Master/texmf-dist/doc/latex/hvindex/hvindex-doc.pdf
new file mode 100644
index 00000000000..815a79ade65
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvindex/hvindex-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hvindex/hvindex.tex b/Master/texmf-dist/doc/latex/hvindex/hvindex-doc.tex
index 464956fdf70..6791ba89c07 100644
--- a/Master/texmf-dist/doc/latex/hvindex/hvindex.tex
+++ b/Master/texmf-dist/doc/latex/hvindex/hvindex-doc.tex
@@ -1,9 +1,7 @@
\listfiles
\documentclass[ngerman]{article}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-\usepackage[osf]{mathpazo}
-\usepackage[scaled]{beramono}
+\usepackage{fontspec}
+\usepackage{dejavu-otf}
\usepackage{babel}
\usepackage{longtable}
\usepackage[makeidx]{hvindex}
@@ -60,62 +58,62 @@ and into the \Index{text}.
\endfoot
\hline
\endlastfoot
-\verb+\Index{foo}+ &$\Rightarrow$ \Index{foo} & foo\\
-\verb+\Index{foo!bar}+ &$\Rightarrow$ \Index{foo!bar} & foo\\
+\verb+\Index{foo}+ & \Index{foo} & foo\\
+\verb+\Index{foo!bar}+ & \Index{foo!bar} & foo\\
& & \kern1em bar\\
-\verb+\Index{foo!bar!baz}+ &$\Rightarrow$ \Index{foo!bar!baz} & foo\\
+\verb+\Index{foo!bar!baz}+ & \Index{foo!bar!baz} & foo\\
& & \kern1em bar\\
& & \kern2em baz\\
-\verb+\Index{foo@\textsc{foo}}+ &$\Rightarrow$ \Index{foo@\textsc{foo}} & \textsc{foo}\\
-\verb+\Index{foo!bar@\textsf{baz}}+ &$\Rightarrow$ \Index{foo!bar@\textsf{bar}} & foo\\
+\verb+\Index{foo@\textsc{foo}}+ & \Index{foo@\textsc{foo}} & \textsc{foo}\\
+\verb+\Index{foo!bar@\textsf{baz}}+ & \Index{foo!bar@\textsf{bar}} & foo\\
& & \kern1em\textsf{bar}\\
-\verb+\Index{foo!bar!baz@\texttt{baz}}+ &$\Rightarrow$ \Index{foo!bar!baz@\texttt{baz}}&foo\\
+\verb+\Index{foo!bar!baz@\texttt{baz}}+ & \Index{foo!bar!baz@\texttt{baz}}&foo\\
& & \kern1em bar\\
& & \kern2em \texttt{baz}\\
-\verb+\Index{foo@\textsc{foo}!bar}+ &$\Rightarrow$ \Index{foo@\textsc{foo}!bar} & \textsc{foo}\\
+\verb+\Index{foo@\textsc{foo}!bar}+ & \Index{foo@\textsc{foo}!bar} & \textsc{foo}\\
& & \kern1em bar\\
-\verb+\Index{foo!bar@\textsc{bar}!baz}+ &$\Rightarrow$ \Index{foo!bar@\textsc{bar}!baz}& foo\\
+\verb+\Index{foo!bar@\textsc{bar}!baz}+ & \Index{foo!bar@\textsc{bar}!baz}& foo\\
& & \kern1em\textsc{bar}\\
& & \kern2em baz\\
-\verb+\Index{foo@\textsc{foo}}+ &$\Rightarrow$ \Index{foo@\textsc{foo}} & \textsc{foo}\\
-\verb+\Index{foo!bar@\textsf{baz}}+ &$\Rightarrow$ \Index{foo!bar@\textsf{bar}} & foo\\
+\verb+\Index{foo@\textsc{foo}}+ & \Index{foo@\textsc{foo}} & \textsc{foo}\\
+\verb+\Index{foo!bar@\textsf{baz}}+ & \Index{foo!bar@\textsf{bar}} & foo\\
& & \kern1em\textsf{bar}\\
-\verb+\Index{foo!bar!baz@\texttt{baz}}+ &$\Rightarrow$ \Index{foo!bar!baz@\texttt{baz}}& foo\\
+\verb+\Index{foo!bar!baz@\texttt{baz}}+ & \Index{foo!bar!baz@\texttt{baz}}& foo\\
& & \kern1em bar\\
& & \kern2em\texttt{baz}\\
-\verb+\ttIndex{foo}+ &$\Rightarrow$ \ttIndex{foo} & \texttt{foo}\\
-\verb+\bfIndex{foo}+ &$\Rightarrow$ \bfIndex{foo} & \textbf{foo}\\
-\verb+\sfIndex{foo}+ &$\Rightarrow$ \sfIndex{foo} & \textsf{foo}\\
-\verb+\scIndex{foo}+ &$\Rightarrow$ \scIndex{foo} & \textsc{foo}\\
-\verb+\itIndex{foo}+ &$\Rightarrow$ \itIndex{foo} & \textit{foo}\\
-\verb+\ttIndex{foo!bar}+ &$\Rightarrow$ \ttIndex{foo!bar} & foo\\
+\verb+\ttIndex{foo}+ & \ttIndex{foo} & \texttt{foo}\\
+\verb+\bfIndex{foo}+ & \bfIndex{foo} & \textbf{foo}\\
+\verb+\sfIndex{foo}+ & \sfIndex{foo} & \textsf{foo}\\
+\verb+\scIndex{foo}+ & \scIndex{foo} & \textsc{foo}\\
+\verb+\itIndex{foo}+ & \itIndex{foo} & \textit{foo}\\
+\verb+\ttIndex{foo!bar}+ & \ttIndex{foo!bar} & foo\\
& & \kern1em\texttt{bar}\\
-\verb+\bfIndex{foo!bar}+ &$\Rightarrow$ \bfIndex{foo!bar} & foo\\
+\verb+\bfIndex{foo!bar}+ & \bfIndex{foo!bar} & foo\\
& & \kern1em\textbf{bar}\\
-\verb+\sfIndex{foo!bar}+ &$\Rightarrow$ \sfIndex{foo!bar} & foo\\
+\verb+\sfIndex{foo!bar}+ & \sfIndex{foo!bar} & foo\\
& & \kern1em\textsf{bar}\\
-\verb+\scIndex{foo!bar}+ &$\Rightarrow$ \scIndex{foo!bar} & foo\\
+\verb+\scIndex{foo!bar}+ & \scIndex{foo!bar} & foo\\
& & \kern1em\textsc{bar}\\
-\verb+\itIndex{foo!bar}+ &$\Rightarrow$ \itIndex{foo!bar} & foo\\
+\verb+\itIndex{foo!bar}+ & \itIndex{foo!bar} & foo\\
& & \kern1em\textit{bar}\\
\clearpage
-\verb+\ttIndex{foo!bar!baz}+ &$\Rightarrow$ \ttIndex{foo!bar!baz} & foo\\
+\verb+\ttIndex{foo!bar!baz}+ & \ttIndex{foo!bar!baz} & foo\\
& & \kern1em bar\\
& & \kern2em\texttt{baz}\\
-\verb+\bfIndex{foo!bar!baz}+ &$\Rightarrow$ \bfIndex{foo!bar!baz} & foo\\
+\verb+\bfIndex{foo!bar!baz}+ & \bfIndex{foo!bar!baz} & foo\\
& & \kern1em bar\\
& & \kern2em\textbf{baz}\\
-\verb+\sfIndex{foo!bar!baz}+ &$\Rightarrow$ \sfIndex{foo!bar!baz} & foo\\
+\verb+\sfIndex{foo!bar!baz}+ & \sfIndex{foo!bar!baz} & foo\\
& & \kern1em bar\\
& & \kern2em\textsf{baz}\\
-\verb+\scIndex{foo!bar!baz}+ &$\Rightarrow$ \scIndex{foo!bar!baz} & foo\\
+\verb+\scIndex{foo!bar!baz}+ & \scIndex{foo!bar!baz} & foo\\
& & \kern1em bar\\
& & \kern2em\textsc{baz}\\
-\verb+\itIndex{foo!bar!baz}+ &$\Rightarrow$ \itIndex{foo!bar!baz} & foo\\
+\verb+\itIndex{foo!bar!baz}+ & \itIndex{foo!bar!baz} & foo\\
& & \kern1em bar\\
& & \kern2em\textit{baz}\\\hline
-\verb+\sIndex{foo|bar}+ &$\Rightarrow$ \sIndex{foo|bar} & foo, see bar \\
-\verb+\saIndex{baz|bar}+ &$\Rightarrow$ \saIndex{baz|bar}& baz, see also bar\\\hline
+\verb+\sIndex{foo|bar}+ & \sIndex{foo|bar} & foo, see bar \\
+\verb+\saIndex{baz|bar}+ & \saIndex{baz|bar}& baz, see also bar\\\hline
\end{longtable}
@@ -125,11 +123,11 @@ The package defines the follwong macros:
\verb+\iBraceL+, which writes the \IBraceL{} into the \Index{index}, same for \verb+\iBraceR+ for the right \IBraceR.
With the upper case variant it is writen into the index and also printed into the text,
like this one: \IBraceL\ and \IBraceR\ (\verb|\IBraceL\ and \IBraceR|). The advantage of these macros is, that
-the \Index{braces} are sorted correct.
-%, the character \Index{"|} must appear between them and it does \ldots
+the \Index{braces} are sorted correct, the character \IVert{} (written as \verb|\IVert|) must appear between them and it does \ldots
+
%BTW: with \texttt{hyperref} we have to write \verb+\index{{"|}}+, to get it as a correct \Index{link} into
%the index. \texttt{hvindex} does it for you if you use \verb+\Index{"|}+.
-\index{bar}\index{{"|}}
+\index{bar}\iVert
\clearpage
\phantomsection
diff --git a/Master/texmf-dist/doc/latex/hvindex/hvindex.pdf b/Master/texmf-dist/doc/latex/hvindex/hvindex.pdf
deleted file mode 100644
index b1dc16b70c9..00000000000
--- a/Master/texmf-dist/doc/latex/hvindex/hvindex.pdf
+++ /dev/null
Binary files differ