blob: 6b0160194e7e6eb274e50e042c1c18bb16af7b13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\documentclass{article}
\usepackage{makeidx}
\usepackage{librecaslon}
\usepackage[hidelinks]{hyperref}
\makeindex
\begin{document}
\title{Crossrefware documentation}
\author{Boris Veytsman}
\maketitle
\tableofcontents
These scripts can be used to submit files to Crossref, check and add
doi numbers and ZbMath numbers to papers.
I am grateful to Josko Plazonic from Princeton Math Dept whose
(unpublished) Python script was an inspiration for this suite.
|