gs
This commit is contained in:
parent
caffee7fd0
commit
13e7fc9478
@ -15,6 +15,7 @@ PAGEDJSCLI = localconf.PAGEDJSCLI
|
||||
BASECSS = 'https://hub.vvvvvvaria.org/rosa/pad/p/design-trial_2.css/export/txt'
|
||||
|
||||
localhost = '/var/www/html/pdfs/'
|
||||
localgs = '/var/www/html/svgs/'
|
||||
localurl = 'http://localhost/pdfs/'
|
||||
|
||||
outputname='atnofs-compiled.pdf'
|
||||
@ -66,7 +67,7 @@ if ooooo_insert:
|
||||
file.write(dot.text)
|
||||
graph = pygraphviz.AGraph('dot/'+str(oooooc)+'.dot')
|
||||
graph.layout(prog="dot")
|
||||
graph.draw('dot/'+str(oooooc)+'.svg')
|
||||
graph.draw(localgs+'+str(oooooc)+'.svg')
|
||||
oooooc+=1
|
||||
|
||||
#then iterates over all chapters to get the pdf versions
|
||||
|
Loading…
Reference in New Issue
Block a user