pytex

所属分类:代码编辑器
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-09-02 16:58:27
上 传 者sh-1993
说明:  一个命令行工具,用于简化乳胶文档的编校,
(A command line tool to ease the redaction of latex documents,)

文件列表:
NEWS.md (111, 2012-02-21)
entry-points.ini (51, 2012-02-21)
pytex/ (0, 2012-02-21)
pytex/__init__.py (17, 2012-02-21)
pytex/commands/ (0, 2012-02-21)
pytex/commands/__init__.py (0, 2012-02-21)
pytex/commands/building.py (1992, 2012-02-21)
pytex/commands/diff.py (119, 2012-02-21)
pytex/commands/init.py (843, 2012-02-21)
pytex/commands/templates.py (819, 2012-02-21)
pytex/logging.py (4273, 2012-02-21)
pytex/monitors/ (0, 2012-02-21)
pytex/monitors/__init__.py (152, 2012-02-21)
pytex/monitors/base.py (551, 2012-02-21)
pytex/monitors/fsevents.py (1736, 2012-02-21)
pytex/monitors/pyinotify.py (1866, 2012-02-21)
pytex/scripts/ (0, 2012-02-21)
pytex/scripts/__init__.py (0, 2012-02-21)
pytex/scripts/pytex.py (1584, 2012-02-21)
pytex/settings.py (1122, 2012-02-21)
pytex/subcommands.py (2118, 2012-02-21)
requirements.txt (0, 2012-02-21)
setup.py (1821, 2012-02-21)

pytex ===== **A command line tool to ease the redaction of LaTeX documents.** Installation ------------ You can use either `pip` or `easy_install` to install the latest `pytex` release from PyPI: pip install pytex Alternatively, you can download the latest development sources and install the package manually: curl -L -o - https://github.com/GaretJax/pytex/tarball/develop | tar xz cd GaretJax-pytex-* python setup.py install or exploit `pip` to install an editable copy locally: pip install -e git+https://github.com/GaretJax/pytex.git#egg=pytex Usage ----- Help can be obtained by running `pytex --help` to obtain information about the general usage or `pytex --help` to obtain help about a specific subcommand. $ pytex --help usage: pytex [-h] [--version] [-v] [-q] {clean,compile,watch,diff,init,spellcheck,list-templates,update-templates,save,tag} ... optional arguments: -h, --help show this help message and exit --version show program's version number and exit -v, --verbose Increments the verbosity (can be used multiple times). -q, --quiet Decrements the verbosity (can be used multiple times). subcommands: {clean,compile,watch,diff,init,spellcheck,list-templates,update-templates,save,tag} clean Clean the document by deleting all files resulted from the building process. compile Compile the LaTeX sources into a PDF document. watch Monitor the current directory for changes and rebuild the document when needed. diff Creates a PDF document highligthing the changes between two tags in the repository. init Creates a new pytex document with the given name. spellcheck Checks every LaTeX source file in the document for spelling errors. list-templates List the currently available templates. update-templates Updates the current templates set by pulling the latest changes from the remote git repository. save Saves the current version of the document in a single commit. tag Creates a tagged version of the document out of the currently active commit.

近期下载者

相关文件


收藏者