文件名称:latexpp:乳胶预处理器-应用宏定义,删除注释等
文件大小:120KB
文件格式:ZIP
更新时间:2024-05-08 15:59:12
Python
乳胶 乳胶预处理器-应用宏定义,删除注释等 免责声明:latexpp仍处于试验开发阶段。 安装 克隆此存储库( git clone https://github.com/phfaist/latexpp.git )或下载并解压缩ZIP。 然后在latexpp目录中运行以下命令: > python setup.py sdist > pip install dist/latexpp-0.1.tar.gz 这个怎么运作 乳胶预处理器latexpp在应用一系列可以配置的“修复程序”的同时,读取您的主乳胶文档并将其复制到输出目录。 例如,您可以删除注释,可以包含使用\input宏输入的文件,也可以用其LaTeX扩展替换自定义宏。 您可以在带有lppconfig.yml文件的文件夹中运行latexpp ,该文件指定必要的信息,例如主LaTeX文档,输出目录以及要应用的修复程序。 样本lppcon
【文件预览】:
latexpp-master
----setup.py(3KB)
----.gitignore(138B)
----requirements.txt(78B)
----.travis.yml(122B)
----MANIFEST.in(20B)
----doc()
--------latexpp.macro_subst_helper.rst(255B)
--------Makefile(580B)
--------index.rst(534B)
--------pragmas.rst(2KB)
--------conf.py(3KB)
--------api-latexpp.rst(274B)
--------_static()
--------latexpp.pragma_fix.rst(226B)
--------make.bat(787B)
--------impl-pylatexenc.rst(2KB)
--------customfix.rst(5KB)
--------fixes.rst(3KB)
--------howitworks.rst(1KB)
--------lppconfig.rst(3KB)
--------latexpp.fix.rst(425B)
--------howtouse.rst(5KB)
--------example_custom_fix()
--------latexpp.preprocessor.rst(256B)
----latexpp()
--------__init__.py(1KB)
--------doc()
--------preprocessor.py(22KB)
--------__main__.py(9KB)
--------fix.py(29KB)
--------fixes()
--------macro_subst_helper.py(7KB)
--------pragma_fix.py(11KB)
--------_lpp_parsing.py(3KB)
----README.rst(7KB)
----License.txt(1KB)
----test()
--------test_fixes_input.py(2KB)
--------test_fixes_macro_subst.py(1KB)
--------test_pragma_fix.py(12KB)
--------test_fixes_deps.py(579B)
--------test_fixes_usepackage.py(1KB)
--------test_fix.py(19KB)
--------test_fixes_comments.py(2KB)
--------test_fixes_ref.py(23KB)
--------test_fixes_preamble.py(835B)
--------test_fixes_figures.py(3KB)
--------test_fixes_labels.py(1KB)
--------helper_latex_to_nodes_dict.py(437B)
--------test_fixes_newcommand.py(5KB)
--------test_fixes_bib.py(941B)
--------test_fixes_ifsimple.py(2KB)
--------test_fixes_environment_contents.py(1KB)
--------helpers.py(5KB)