1 Star 0 Fork 2

spider/PyTex

forked from 六个骨头/PyTex 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mytest.py 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
六个骨头 提交于 2021-04-21 19:38 . 修复了部分bug
#!/usr/bin/env python
# _*_ coding: utf-8 _*_
# @Time : 2020/11/30 22:13
# @Author : 詹荣瑞
# @File : mytest.py
# @desc : 本代码未经授权禁止商用
from bonetex import *
def test():
return Command("test")("a", "b", a=2)
doc = Document()
# doc.pre_append(test())
doc.body.contents.append(Section("asd"))
doc.body.contents.append(test())
# print(CommandLine("asd", ["1", "2"], ["asd", "dddd"]).latex())
# print(test().latex())
if __name__ == '__main__':
print(doc.latex())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/spiderking/PyTex.git
git@gitee.com:spiderking/PyTex.git
spiderking
PyTex
PyTex
master

搜索帮助