معرفی شرکت ها


arxify-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Pack a latex project into an arxiv compatible archive.
ویژگی مقدار
سیستم عامل -
نام فایل arxify-1.0.1
نام arxify
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tim Schneider
ایمیل نویسنده tim@robot-learning.de
آدرس صفحه اصلی https://github.com/TimSchneider42/arxify
آدرس اینترنتی https://pypi.org/project/arxify/
مجوز MIT
# 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 ```bash pip install arxify ``` ## Usage Call with your latex main file and a target filename for the resulting zip archive: ```bash 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: ```bash 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 ```bash 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: ```bash arxify /path/to/root/main.tex /path/to/output.zip -i /path/to/root/a_file.txt /path/to/root/another_file.txt ```


نیازمندی

مقدار نام
==0.2.10 inotify


نحوه نصب


نصب پکیج whl arxify-1.0.1:

    pip install arxify-1.0.1.whl


نصب پکیج tar.gz arxify-1.0.1:

    pip install arxify-1.0.1.tar.gz