文件名称:pyptex:适用于LaTeX的Python预处理器
文件大小:1.06MB
文件格式:ZIP
更新时间:2024-04-09 23:13:11
HTML
PypTeX:TeX的Python预处理器 作者:塞巴斯蒂安·洛伊塞尔(SébastienLoisel) PypTeX是LaTeX的Python预处理器。它允许将Python代码片段嵌入LaTeX模板文件中。 安装 pip install pyptex 您还将需要安装LaTeX,默认的LaTeX处理器是pdflatex 。 您需要安装Python 3。 你好,世界 将以下内容放在example.tex : \documentclass{article} @{from sympy import *} \begin{document} $$\int x^3\,dx = @{S('integrate(x^3,x)')}+C$$ \end{document} 指令pyptex example.tex将生成example.pdf和一个中间的纯LaTeX文件example.pyptex 。可以在找
【文件预览】:
pyptex-master
----hooks()
--------commit-msg(404B)
--------pre-commit(286B)
----.github()
--------pull_request_template.md(295B)
--------ISSUE_TEMPLATE()
--------CODE_OF_CONDUCT.md(406B)
----tests()
--------test2()
--------test3()
--------runtest(2KB)
--------runtests(1KB)
--------test1()
--------test4()
----pyptex()
--------__main__.py(134B)
--------__init__.py(28KB)
----pyptex.html(92KB)
----LICENSE(1KB)
----CONTRIBUTING.md(353B)
----examples()
--------example.pyptexgold(94B)
--------plots.pdf(96KB)
--------plots.tex(612B)
--------example.tex(125B)
--------plots.pyptexgold(483B)
--------example.pdf(30KB)
--------matrixinverse.pdf(87KB)
--------fun-eps-converted-to.pdf(15KB)
--------brochure.png(369KB)
--------matrixinverse.tex(2KB)
--------matrixinverse.pyptexgold(2KB)
----setup.py(1KB)
----.gitignore(276B)
----Makefile(2KB)
----README.md(2KB)
----scripts()
--------pdflatex(280B)