From 355c88ab8518e03ef77a4e27700863977315c7d0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Mar 2010 17:04:42 +0000 Subject: hypernat doc update (6mar10) git-svn-id: svn://tug.org/texlive/trunk@17358 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/hypernat/hypernat.pdf | Bin 0 -> 192450 bytes Master/texmf-dist/doc/latex/hypernat/hypernat.tex | 64 ++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/hypernat/hypernat.pdf create mode 100644 Master/texmf-dist/doc/latex/hypernat/hypernat.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/hypernat/hypernat.pdf b/Master/texmf-dist/doc/latex/hypernat/hypernat.pdf new file mode 100644 index 00000000000..03980f637b3 Binary files /dev/null and b/Master/texmf-dist/doc/latex/hypernat/hypernat.pdf differ 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} -- cgit v1.2.3