rodluger / Limbdark.jl

Analytical transit light curves for limb darkened stars
MIT License
14 stars 4 forks source link

LaTeX build failing: missing figures #8

Closed rodluger closed 6 years ago

rodluger commented 6 years ago

@ericagol The LaTeX build on travis is failing because there are two missing figures. I like to generate the figures on the fly with travis (rather than committing them with git) -- can you commit the scripts you use to generate them? I'll try to get julia to run on travis and get this working.

ericagol commented 6 years ago

Is there a special syntax I need for the scripts in order for them to be generated automatically?

rodluger commented 6 years ago

If you place the scripts in the tex/figures directory, I can set it up on travis. What I'll have to do is add a rule like this to the Makefile and then install julia in this bash script.

rodluger commented 6 years ago

@ericagol I got things all set up on Travis to run the Julia scripts and build the paper. Currently your three figures are placeholders built by dummy julia scripts like this one. Just replace the code in there with your own, and make sure to keep the figure file names the same.

ericagol commented 6 years ago

@rodluger I've replaced the dummy scripts with julia scripts. I think I've added the needed dependencies in this julia/ directory, but let me know if it still has trouble generating the figures.

rodluger commented 6 years ago

Seems to be working great. Thanks!