Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build script #23

Closed
zsunberg opened this issue Jun 19, 2017 · 7 comments
Closed

Build script #23

zsunberg opened this issue Jun 19, 2017 · 7 comments

Comments

@zsunberg
Copy link

Should this have a dep/build.jl script that gives warnings and tries to install lualatex if it is missing?

@zsunberg
Copy link
Author

If someone wants to tackle this, here is a start: https://github.com/zsunberg/LaserTag.jl/blob/master/deps/build.jl

@mykelk
Copy link
Member

mykelk commented Jun 19, 2017

Yeah, that looks good. Texlive if pretty huge, so I was thinking that an error would be sufficient, pointing the user to the install. It would be nice to have a texlive.jl package that takes care of all this for you.

@zsunberg
Copy link
Author

shoot - this package is very difficult to use with Travis-ci right now because the texlive version available via aptitude in the ubuntu version they use does not have standalone.cls... very frustrating. Am I missing an easy way to use this on Travis?

@mykelk
Copy link
Member

mykelk commented Jun 19, 2017

@mykelk
Copy link
Member

mykelk commented Jun 19, 2017

I think the key is sudo apt-get install texlive-latex-extra

@zsunberg
Copy link
Author

zsunberg commented Jun 19, 2017 via email

@mykelk
Copy link
Member

mykelk commented Jun 19, 2017

dist: trusty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants