-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
If someone wants to tackle this, here is a start: https://github.com/zsunberg/LaserTag.jl/blob/master/deps/build.jl |
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. |
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? |
This seems to work, no? |
I think the key is |
yes latex-extra is definitely required, but the reason it is working and
mine is not is because it's on trusty - didn't know you could force that.
…On Mon, Jun 19, 2017 at 10:54 AM Mykel Kochenderfer < ***@***.***> wrote:
I think the key is sudo apt-get install texlive-latex-extra
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEC0axMem7IrDWljfvM7eCE2TEycDYmzks5sFrXTgaJpZM4N-ghP>
.
|
|
Should this have a
dep/build.jl
script that gives warnings and tries to install lualatex if it is missing?The text was updated successfully, but these errors were encountered: