summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/crossrefware/head.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/crossrefware/head.ltx')
-rw-r--r--Master/texmf-dist/doc/support/crossrefware/head.ltx28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/crossrefware/head.ltx b/Master/texmf-dist/doc/support/crossrefware/head.ltx
new file mode 100644
index 00000000000..552b829d579
--- /dev/null
+++ b/Master/texmf-dist/doc/support/crossrefware/head.ltx
@@ -0,0 +1,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.
+