evince to xdg-open,name of core to pycore and test to pyexamples
This commit is contained in:
Binary file not shown.
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 = [
|
||||||
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user