Pack a latex project into an arxiv compatible archive.
Project description
arxify - Arxiv Packaging Tool
arxify
is a command line tool that packs latex projects into an arxiv compatible archives.
It removes comments from you *.tex files and removes any files that are not needed during the compile process.
The latter is achieved by compiling the project once and observing which files are being accessed by the compiler using inotify
.
Due to the reliance on inotify
, this tool is currently available only for Linux.
Installation
Install arxify
via
pip install arxify
Usage
Call with your latex main file and a target filename for the resulting zip archive:
arxify /path/to/root/main.tex /path/to/output.zip
By default arxify
will assume that the root directory of your project is the parent directory of your main *.tex file.
Should that not be the case, specify the root directory with the -r
option:
arxify /path/to/root/subdir/main.tex /path/to/output.zip -r /path/to/root/
By default arxify
will attempt to compile your project using pdflatex
and bibtex
.
Currently supported are also lualatex
and biber
, which can be selected via
arxify /path/to/root/main.tex /path/to/output.zip -c lualatex -b biber
If you wish to include files into the archive that are not used by the compiler, specify them with the -i
option:
arxify /path/to/root/main.tex /path/to/output.zip -i /path/to/root/a_file.txt /path/to/root/another_file.txt
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 arxify-1.0.2.tar.gz
.
File metadata
- Download URL: arxify-1.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e483a2f44e41e801240522d1358661449c685e254b08124b3278d3e2134a108a |
|
MD5 | dd27b57c27872ff7a50941f49d9f228a |
|
BLAKE2b-256 | f48bdb0dcba32eb4cfe12c4096b895f8f49233a16975b0096b62d7814fbf29cf |
File details
Details for the file arxify-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: arxify-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c12942ee319523ae52419895182afd3ce89d4c75e4984118a09944efab2a5d6 |
|
MD5 | bc48bdba454156a99b93da2cf508c22b |
|
BLAKE2b-256 | 2e4aeb821658b4e1c2b29e4f9c15392c4f7b1b8716da372f03d2a2795248426b |