معرفی شرکت ها


Devoir-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Quickly set up a working environment to edit a file.
ویژگی مقدار
سیستم عامل -
نام فایل Devoir-0.1.1
نام Devoir
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Louis Paternault
ایمیل نویسنده spalax@gresille.org
آدرس صفحه اصلی https://git.framasoft.org/spalax/devoir
آدرس اینترنتی https://pypi.org/project/Devoir/
مجوز GPLv3 or any later version
Devoir — Quickly set up a working environment to edit a file ============================================================ |sources| |pypi| |documentation| |license| When editing a LaTeX file, I want the file being edited with `vim <http://www.vim.org>`_, the compiled file displayed using a pdf viewer, and latex being run whenever something changes, using `latexmk <http://users.phys.psu.edu/~collins/software/latexmk-jcc/>`_. But wait, there is more. - I often start a LaTeX document by copying an existing one, as a template. - The pdf file may or may not exist when I start working: if I have already been working on this file before, the pdf file exists; if not, it does not exists, and my pdf viewer won't start on a non-existing file. This program aims to automate all this process. I built it to process LaTeX files, but it should work with other files too. What's new? ----------- See `changelog <https://git.framasoft.org/spalax/devoir/blob/master/CHANGELOG>`_. Download and install -------------------- See the end of list for a (quick and dirty) Debian package. * From sources: * Download: https://pypi.python.org/pypi/devoir * Install (in a `virtualenv`, if you do not want to mess with your distribution installation system):: python3 setup.py install * From pip:: pip install devoir * Quick and dirty Debian (and Ubuntu?) package This requires `stdeb <https://github.com/astraw/stdeb>`_ to be installed:: python3 setup.py --command-packages=stdeb.command bdist_deb sudo dpkg -i deb_dist/devoir-<VERSION>_all.deb Documentation ------------- * The compiled documentation is available on `readthedocs <http://devoir.readthedocs.org>`_ * To compile it from source, download and run:: cd doc && make html .. |documentation| image:: http://readthedocs.org/projects/devoir/badge :target: http://devoir.readthedocs.org .. |pypi| image:: https://img.shields.io/pypi/v/devoir.svg :target: http://pypi.python.org/pypi/devoir .. |license| image:: https://img.shields.io/pypi/l/devoir.svg :target: http://www.gnu.org/licenses/gpl-3.0.html .. |sources| image:: https://img.shields.io/badge/sources-devoir-brightgreen.svg :target: http://git.framasoft.org/spalax/devoir


نحوه نصب


نصب پکیج whl Devoir-0.1.1:

    pip install Devoir-0.1.1.whl


نصب پکیج tar.gz Devoir-0.1.1:

    pip install Devoir-0.1.1.tar.gz