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

This commit is contained in:
Haris Iqbal
2019-02-21 11:31:54 +01:00
parent 6177655106
commit b052d8a4df
8 changed files with 5 additions and 5 deletions
Binary file not shown.
View File
Binary file not shown.
@@ -1,7 +1,7 @@
import sys
sys.path.append('../')
from core.tikzeng import *
from pycore.tikzeng import *
# defined your arch
arch = [
+2 -2
View File
@@ -1,8 +1,8 @@
import sys
sys.path.append('../')
from core.tikzeng import *
from core.blocks import *
from pycore.tikzeng import *
from pycore.blocks import *
arch = [
to_head('..'),
+1 -1
View File
@@ -7,5 +7,5 @@ pdflatex $1.tex
rm *.aux *.log *.vscodeLog
rm *.tex
evince $1.pdf
xdg-open $1.pdf