From c3fa84757f6c17ec077afc3577a9e7efd332390f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Mar 2010 16:58:43 +0000 Subject: har2nat doc update (6mar10) git-svn-id: svn://tug.org/texlive/trunk@17356 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/har2nat/har2nat.pdf | Bin 0 -> 222462 bytes Master/texmf-dist/doc/latex/har2nat/har2nat.tex | 54 ++++++++++++++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/har2nat/har2nat.pdf create mode 100644 Master/texmf-dist/doc/latex/har2nat/har2nat.tex (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/har2nat/har2nat.pdf b/Master/texmf-dist/doc/latex/har2nat/har2nat.pdf new file mode 100644 index 00000000000..af46e1f30b5 Binary files /dev/null and b/Master/texmf-dist/doc/latex/har2nat/har2nat.pdf differ diff --git a/Master/texmf-dist/doc/latex/har2nat/har2nat.tex b/Master/texmf-dist/doc/latex/har2nat/har2nat.tex new file mode 100644 index 00000000000..aa6109f10a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/har2nat/har2nat.tex @@ -0,0 +1,54 @@ +\documentclass[DIV=8, pagesize=auto]{scrartcl} + +\usepackage{fixltx2e} +\usepackage{etex} +\usepackage{xspace} +\usepackage{lmodern} +\usepackage[T1]{fontenc} +\usepackage{textcomp} +\usepackage{microtype} +\usepackage[unicode=true]{hyperref} + +\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}} +\newcommand*{\pkg}[1]{\textsf{#1}} +\newcommand*{\cs}[1]{\texttt{\textbackslash#1}} +\makeatletter +\newcommand*{\cmd}[1]{\cs{\expandafter\@gobble\string#1}} +\makeatother + +\addtokomafont{title}{\rmfamily} + +\title{The \pkg{har2nat} package\thanks{This manual corresponds to \pkg{har2nat}~v1.0, dated~2005/12/01.}} +\author{Bas Straathof\\Eindhoven University of Technology, The Netherlands\\\mail{bas.straathof@gmail.com}} +\date{2005/12/01} + + +\begin{document} + +\maketitle + +\noindent +This small package allows a \LaTeX\ document containing the citation commands +provided by the \pkg{Harvard} package (Peter Williams and Thorsten Schnier) +to be compiled using the \pkg{natbib} package (Patrick W. Daly). Migration from +\pkg{harvard} to \pkg{natbib} thus can be achieved simply by replacing +% +\begin{verbatim} +\usepackage{harvard} +\end{verbatim} +% +with +% +\begin{verbatim} +\usepackage{natbib} +\usepackage{har2nat} +\end{verbatim} + + +\minisec{Important:} + +\pkg{har2nat} must not be loaded before the \pkg{natbib} package as it redefines +the \pkg{natbib} commands \cmd{\cite} and \cmd{\citeyear}.\@ All other \pkg{natbib} commands remain +unchanged and can be used alongside the \pkg{Harvard} commands. + +\end{document} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index f16e741b9d4..eb5cfff90a2 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -143,7 +143,7 @@ my @TLP_working = qw( graphics graphics-pln graphicx-psmin greek-inputenc greekdates greenpoint grfpaste grid gridset gu guitar guitlogo - HA-prosper hands hanging harmony + HA-prosper hands hanging har2nat harmony harvard harvardkyoto harvmac hc hep hepnames hepparticles hepthesis hepunits here hhtensor histogr hitec hrlatex hvfloat hvindex -- cgit v1.2.3