Giter Club home page Giter Club logo

ar5ivist's Introduction

ar5ivist

A turnkey command for converting a LaTeX source to ar5iv-style HTML, via LaTeXML.

Recommended Build

Use the published dockerhub image (under a Unix OS) as:

$ docker run -v "$(pwd)":/docdir -w /docdir \
             --user "$(id -u):$(id -g)" \
             latexml/ar5ivist:2301.01 --source=main.tex --destination=html/main.html

Grab a tea or coffee: the average conversion of an arXiv document today takes ~2 minutes, but ar5iv uses a max timeout of upto ~45 minutes.

Local Build

build with:

$ docker build --tag ar5ivist:latest .

run (under a Unix OS) with:

$ docker run -v "$(pwd)":/docdir -w /docdir \
             --user "$(id -u):$(id -g)" \
             ar5ivist:latest --source=main.tex --destination=html/main.html

where main.tex is the name of your main document source, and html/main.html names the HTML5 destination file, with an (optional) destination directory.

Note that Docker will not be able to escape from the current directory from which you are running the command, so paths using a leading ../ will not work.

Troubleshooting

If the installation has succeeded, the ar5ivist run of LaTeXML will produce a log file under the .latexml.log extension. For main.tex, that would be main.latexml.log.

While latexml Warnings generally do not harm the fidelity of the HTML5 document, Error and Fatal reports do, and should ideally be avoided. In cases where you find troubleshooting a conversion run too obscure, please let us know by opening a new issue.

We should be able to provide some support, and eventually make the reporting interface more convenient.

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.