diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-07 17:04:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-07 17:04:42 +0000 |
commit | 355c88ab8518e03ef77a4e27700863977315c7d0 (patch) | |
tree | 3a3088771fc89560acbc9348311a98beb2ca3434 /Master/texmf-dist/doc/latex/hypernat | |
parent | 499ad42b864ca45a40902239d8373c545598ee59 (diff) |
hypernat doc update (6mar10)
git-svn-id: svn://tug.org/texlive/trunk@17358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hypernat')
-rw-r--r-- | Master/texmf-dist/doc/latex/hypernat/hypernat.pdf | bin | 0 -> 192450 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hypernat/hypernat.tex | 64 |
2 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hypernat/hypernat.pdf b/Master/texmf-dist/doc/latex/hypernat/hypernat.pdf Binary files differnew file mode 100644 index 00000000000..03980f637b3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hypernat/hypernat.pdf diff --git a/Master/texmf-dist/doc/latex/hypernat/hypernat.tex b/Master/texmf-dist/doc/latex/hypernat/hypernat.tex new file mode 100644 index 00000000000..8c016d91e3c --- /dev/null +++ b/Master/texmf-dist/doc/latex/hypernat/hypernat.tex @@ -0,0 +1,64 @@ +\documentclass[DIV=8, parskip=half, pagesize=auto]{scrartcl} + +\usepackage{fixltx2e} +\usepackage{etex} +\usepackage{xspace} +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{textcomp} +\usepackage[utf8]{inputenc} +\usepackage{microtype} +\usepackage{hyperref} + +\newcommand*{\pkg}[1]{\textsf{#1}} +\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} +\makeatletter +\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} +\makeatother +\newcommand*{\opt}[1]{\texttt{#1}} + +\addtokomafont{title}{\rmfamily} + +\title{The \pkg{hypernat} package\thanks{This manual corresponds to \pkg{hypernat}~v1.0b, dated~2001/07/09.}} +\author{Jens Berger} +\date{2001/07/09} + + +\begin{document} + +\maketitle + +\noindent +This packages makes the \pkg{hyperref} package and the \pkg{natbib} package +with options `\opt{numbers}' and `\opt{sort\&compress}' work together. This +means, that the citations (e.g \texttt{[3,2,1]}) will be compressed to +\texttt{[1-3]}, where the `\texttt{1}' and the `\texttt{3}' are (color-)linked to the +bibliography. + +The changes I made here are suggested (in August 2000) for the +next \pkg{natbib} release. + +This package will disappear from CTAN, when \pkg{natbib} will do +the job by himself. + +Load this package after \pkg{natbib} and \pkg{hyperref}! + +Please make sure that you are using at least \pkg{natbib}~v7.0! + + +\minisec{Changes} + +\begin{labeling}[\hspace{\labelsep}\textendash]{v1.0b\enskip 2001/07/09} +\item[v1.0b\enskip 2001/07/09] anchor for all citations in the list + added to make \opt{backref} options working (bug reported by Günter + Keusen) + +\item[v1.0a\enskip 2001/01/22] \cmd{\noexpand} for some + \cmd{\hyper@natlinkend} added (bug reported by Frank Meißen), + \pkg{hypernat.sty} is working now for `\texttt{dvips} $\to$ + \texttt{ps2pdf}' or `\texttt{dvips} $\to$ Distiller' +\end{labeling} + + + +\end{document} |