Skip to content

Commit

Permalink
evince to xdg-open,name of core to pycore and test to pyexamples
Browse files Browse the repository at this point in the history
  • Loading branch information
HarisIqbal88 committed Feb 21, 2019
1 parent 6177655 commit b052d8a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes.
Binary file added pycore/__init__.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added pycore/tikzeng.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion test/test_simple.py → pyexamples/test_simple.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import sys
sys.path.append('../')
from core.tikzeng import *
from pycore.tikzeng import *

# defined your arch
arch = [
Expand Down
6 changes: 3 additions & 3 deletions test/unet.py → pyexamples/unet.py
Original file line number Diff line number Diff line change
@@ -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('..'),
Expand Down Expand Up @@ -49,4 +49,4 @@ def main():

if __name__ == '__main__':
main()


2 changes: 1 addition & 1 deletion tikzmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pdflatex $1.tex
rm *.aux *.log *.vscodeLog
rm *.tex

evince $1.pdf
xdg-open $1.pdf

0 comments on commit b052d8a

Please sign in to comment.