Coder Social home page Coder Social logo

arxify's Introduction

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

arxify's People

Contributors

timschneider42 avatar

Stargazers

Daniel Palenicek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.