diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-16 22:25:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-16 22:25:15 +0000 |
commit | 75c789c980df299fd7e82e2a4f1e40e496bf3e3e (patch) | |
tree | a1d570e5bccdf4d18955f2b59f2e4df859cac685 /Master/texmf-dist/doc/support | |
parent | ca335820d525cec5e0c68237c97333b952e61778 (diff) |
crossrefware (14apr17)
git-svn-id: svn://tug.org/texlive/trunk@43866 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/crossrefware/Makefile | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/crossrefware/README | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/crossrefware/crossrefware.pdf | bin | 132315 -> 130523 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/crossrefware/head.ltx | 31 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/support/crossrefware/ltx2crossrefxml.exe | bin | 0 -> 4063829 bytes |
5 files changed, 45 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/support/crossrefware/Makefile b/Master/texmf-dist/doc/support/crossrefware/Makefile index 76089804b3f..a59d207781b 100644 --- a/Master/texmf-dist/doc/support/crossrefware/Makefile +++ b/Master/texmf-dist/doc/support/crossrefware/Makefile @@ -1,7 +1,9 @@ SCRIPTS = \ ltx2crossrefxml.pl \ bibdoiadd.pl \ - bibzbladd.pl + bibzbladd.pl \ + bibmradd.pl \ + bbl2bib.pl MAN1 = ${SCRIPTS:%.pl=%.1} @@ -20,7 +22,8 @@ all: ${MAN1} ${PDF} clean: - $(RM) *.aux *.toc *.log *.tex *.idx *.ilg *.ind *.out *.zip *.tgz + $(RM) *.aux *.toc *.log *.tex *.idx *.ilg *.ind *.out *.zip *.tgz \ + *~ distclean: clean $(RM) *.pdf *.1 *.3 @@ -37,5 +40,5 @@ crossrefware.tex: ${SCRIPTS} pod2latex -modify -full -prefile head.ltx -out $@ $+ archive: all clean - cd ..; tar -czvf crossrefware.tgz crossref --exclude CVS \ - --exclude test --exclude *.bib
\ No newline at end of file + cd ..; tar -czvf crossrefware.tgz --exclude 'CVS' \ + --exclude 'test' --exclude *.bib crossref diff --git a/Master/texmf-dist/doc/support/crossrefware/README b/Master/texmf-dist/doc/support/crossrefware/README index 2d64b4ac5fb..4888089775d 100644 --- a/Master/texmf-dist/doc/support/crossrefware/README +++ b/Master/texmf-dist/doc/support/crossrefware/README @@ -1,11 +1,16 @@ Crossrefware Bundle - version 2.0 + version 2.1 -Scripts useful for working with crossref.org and Zentralblatt MATH. +Scripts useful for working with Crossref, MathSciNet and Zentralblatt MATH. + +This work was commissioned by The Saint Lois University and The +Princeton University (Mathematics Department) bibdoiadd.pl - add DOI numbers to papers in a given bib file bibzbladd.pl - add Zbl numbers to papers in a given bib file +bibmradd.pl - add MR numbers to papers in a given bib file +bbl2bib.pl - convert `thebibliography' environment to a bib file ltx2crossrefxml.pl - a tool for creation of XML files for submitting to crossref.org The scripts use bibtexperllibs libraries from CTAN @@ -21,6 +26,11 @@ Installation: Changes: + Version 2.1: New options to add empty doi and zbl when doi or zbl + are not found to prevent repeated searches. + Added bibmradd.pl + Added bbl2bib.pl + Version 2.0: Moved to BibTeX::Parser suite. Now we use new Zbmath interface. Now we use bibtexperllibs libraries diff --git a/Master/texmf-dist/doc/support/crossrefware/crossrefware.pdf b/Master/texmf-dist/doc/support/crossrefware/crossrefware.pdf Binary files differindex ce573948667..6cc43be3264 100644 --- a/Master/texmf-dist/doc/support/crossrefware/crossrefware.pdf +++ b/Master/texmf-dist/doc/support/crossrefware/crossrefware.pdf diff --git a/Master/texmf-dist/doc/support/crossrefware/head.ltx b/Master/texmf-dist/doc/support/crossrefware/head.ltx index 6b0160194e7..16391486bf9 100644 --- a/Master/texmf-dist/doc/support/crossrefware/head.ltx +++ b/Master/texmf-dist/doc/support/crossrefware/head.ltx @@ -1,18 +1,39 @@ \documentclass{article} \usepackage{makeidx} -\usepackage{librecaslon} +\usepackage[osf]{mathpazo} \usepackage[hidelinks]{hyperref} \makeindex \begin{document} -\title{Crossrefware documentation} -\author{Boris Veytsman} +\sloppy +\title{Crossrefware documentation\thanks{This work was commissioned by + The Saint Lois University and The Princeton University (Mathematics + Department)}} +\author{Boris Veytsman\thanks{borisv@lk.net, boris@varphi.com}} \maketitle \tableofcontents -These scripts can be used to submit files to Crossref, check and add -doi numbers and ZbMath numbers to papers. +\section{Introduction} +These scripts can be used to submit files to Crossref, check and add +doi numbers, MathSciNet numbers and ZbMath numbers to papers, and to +convert `bbl' files to `bib' files. I am grateful to Josko Plazonic from Princeton Math Dept whose (unpublished) Python script was an inspiration for this suite. +The script \path{ltx2crossrefxml} is used to extract the information +from a \LaTeX\ file and generate an XML file suitable for submission +to Crossref (the organization that keeps DOI numbering system). + +Several scripts, \path{bibdoiadd}, \path{bibmradd} and \path{bibmradd} +take a \path{bib} file, and add to each entry a DOI, MR or ZBL number +correspondingly, if they can find this entry in the corresponding +database. + +Script \path{bbl2bib} tries to reconstruct a \path{bib} file from the +corresponding \path{thebibliography} environment. One can argue that +this operation is akin to reconstructing a cow from the steak. The +way the script does it is searching for the entry in the MR database, +and creating the corresponding Bib\TeX\ fields. + +Below are manual pages for these scripts. diff --git a/Master/texmf-dist/doc/support/crossrefware/ltx2crossrefxml.exe b/Master/texmf-dist/doc/support/crossrefware/ltx2crossrefxml.exe Binary files differnew file mode 100755 index 00000000000..1e8a872b845 --- /dev/null +++ b/Master/texmf-dist/doc/support/crossrefware/ltx2crossrefxml.exe |