DanielSank / theory

Physics, math and other theory
22 stars 8 forks source link

parallelSeriesEquivalence.tex references nonexistent graphic parallelSeriesEquivalent.pdf #8

Closed mgiustina closed 7 years ago

mgiustina commented 7 years ago

In line 25.

Presumably the python figure maker should take care of this. When I try to build circuits with $ pdflatex circuits.tex, the figure is never created.

DanielSank commented 7 years ago

Yeah, I haven't gone through and added a figure-maker script for every document. In the meanwhile, to do it yourself, load the svg in Inkscape and then just save-as pdf.

mgiustina commented 7 years ago

$ python make-figures.py sh: line 4: inkscape: command not found

DanielSank commented 7 years ago

Yep, install inkscape. Or use your favorite svg->pdf tool.

DanielSank commented 7 years ago

Oh, hah, the python script is already there. Ok in that case this issue is a "wontfix" because the problem is that you have to install inkscape. Maybe I should put that in big letters in the README...

DanielSank commented 7 years ago

Sorry, I shouldn't have closed this so fast. Is the issue resolved to your satisfaction?

mgiustina commented 7 years ago

You might want to update the readme to mention that not only tex but also python and inkscape are needed... (and anything else I haven't found yet).

DanielSank commented 7 years ago

Added an issue about that.

DanielSank commented 7 years ago

Based on comment in #9, closing.