提交 b052d8a4 编写于 作者: H Haris Iqbal

evince to xdg-open,name of core to pycore and test to pyexamples

上级 61776551
文件已添加
文件已添加
import sys
sys.path.append('../')
from core.tikzeng import *
from pycore.tikzeng import *
# defined your arch
arch = [
......
import sys
sys.path.append('../')
from core.tikzeng import *
from core.blocks import *
from pycore.tikzeng import *
from pycore.blocks import *
arch = [
to_head('..'),
......@@ -49,4 +49,4 @@ def main():
if __name__ == '__main__':
main()
\ No newline at end of file
......@@ -7,5 +7,5 @@ pdflatex $1.tex
rm *.aux *.log *.vscodeLog
rm *.tex
evince $1.pdf
xdg-open $1.pdf
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册