dickreckard 1 year ago
parent
commit
3a242dac6b
  1. 2
      pdf-compile.py

2
pdf-compile.py

@ -67,7 +67,7 @@ if ooooo_insert:
file.write(dot.text)
graph = pygraphviz.AGraph('dot/'+str(oooooc)+'.dot')
graph.layout(prog="dot")
graph.draw(localgs+'+str(oooooc)+'.svg')
graph.draw(localgs+str(oooooc)+'.svg')
oooooc+=1
#then iterates over all chapters to get the pdf versions

Loading…
Cancel
Save