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 import sys
sys.path.append('../') sys.path.append('../')
from core.tikzeng import * from pycore.tikzeng import *
# defined your arch # defined your arch
arch = [ arch = [
+3 -3
View File
@@ -1,8 +1,8 @@
import sys import sys
sys.path.append('../') sys.path.append('../')
from core.tikzeng import * from pycore.tikzeng import *
from core.blocks import * from pycore.blocks import *
arch = [ arch = [
to_head('..'), to_head('..'),
@@ -49,4 +49,4 @@ def main():
if __name__ == '__main__': if __name__ == '__main__':
main() main()
+1 -1
View File
@@ -7,5 +7,5 @@ pdflatex $1.tex
rm *.aux *.log *.vscodeLog rm *.aux *.log *.vscodeLog
rm *.tex rm *.tex
evince $1.pdf xdg-open $1.pdf