summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/crossrefware/head.ltx
blob: 552b829d579f54f07267105ba57e104b4852ff3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{article}
\usepackage{makeidx}
\usepackage{librecaslon}
\usepackage[hidelinks]{hyperref}
\makeindex
\begin{document}
\title{Crossrefware documentation}
\author{Boris Veytsman}
\maketitle
\tableofcontents

\section{Introduction}

Crossrefware is a collection of Perl scripts used to help to submit
the documents to \url{http://www.crossref.org}.  

To use scrips you need a number of standard Perl libraries:
\begin{enumerate}
\item \path{Text::BibTeX} by Greg Ward,
\item \path{TeX::Encode} by Timothy D Brody
\end{enumerate}
They are included in most standard Perl distributions, or can be
installed from \url{http://www.cpan.org}.


I am grateful to Josko Plazonic from Princeton Math Dept whose
(unpublished) Python script was an inspiration for this suite.