Compare two versions of an arXiv preprint with latexdiff.
Project description
comparxiv
A wrapper of latexdiff to compare two version of an arXiv preprint with a single command.
Disclaimer: This is a beta version. Despite extensive testing, it does not work for all preprints on arXiv. Especially older preprints can cause problems.
INSTALLATION
You can install comparxiv via
pip install comparxiv
or direct from source. Just run
git clone https://github.com/temken/comparxiv.git
cd comparxiv
python setup.py install
USAGE
To compare v1 and v2 of a paper with comparxiv, run e.g.
comparxiv 1905.06348 1 2
or simply
comparxiv hep-ph/0612370
(By default, comparxiv compares version 1 and 2).
A successful run will generate a pdf and open it.
For more details and options, run
comparxiv --help
DEPENDENCIES
- python and pip
- a tex distribution with pdflatex and latexdiff (*)
- argparse (**)
- tqdm (**)
(*) Are part of any tex distribution, which can be installed on Linux e.g. via
sudo apt-get install texlive-full
or on macOS e.g. using homebrew.
brew cask install mactex
(**): Get installed automatically via pip, if necessary.
VERSIONS
- v0.1.0 (24/04/2020): First version released.
AUTHORS & CONTACT
The author of this script is Timon Emken.
For questions, bug reports or other suggestions please contact emken@chalmers.se.
LICENSE
This project is licensed under the MIT License - see the LICENSE file.
ACKNOWLEDGEMENTS
I am grateful for this useful tutorial by Scott Torborg about python packaging.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file comparxiv-0.1.0.tar.gz
.
File metadata
- Download URL: comparxiv-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c877876c54610a1940816d1b7520d35a06a7d0ac4657b4a45f5766b4855a7399 |
|
MD5 | 13a3ee6264fdc8aa94430aba96c6c34a |
|
BLAKE2b-256 | 2cc8e15a0724f88cdbb0af6672ab643ffa7ed01819ce5c046a8abff1c0bf712a |
File details
Details for the file comparxiv-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: comparxiv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a738b9cb31a2196d82b841028d79fd587e080c9eb4f3ef91bc8dcd909c6681c1 |
|
MD5 | 754cf20e811aa7da3e41957c551f2bf7 |
|
BLAKE2b-256 | 9a832811491963123a60d5fd551567270cf99c3af10ea62b5b9620b8245427aa |