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

BiocStyle::latex[2] on Travis-CI #15

Open
lgatto opened this issue Sep 1, 2016 · 1 comment
Open

BiocStyle::latex[2] on Travis-CI #15

lgatto opened this issue Sep 1, 2016 · 1 comment

Comments

@lgatto
Copy link

lgatto commented Sep 1, 2016

I am building MSnbase on Travis-CI and had to do some testing with the .travis.yml to get the LaTeX dependencies right. I seems that adding this at the beginning of the config file works (here's the full .travis.yml for details):

before_install:
  - tlmgr install bera nowidow parnotes marginfix etoolbox titlesec sectsty framed enumitem parskip soul placeins footmisc changepage xstring caption mathtools 

(Note that some of the packages might not be needed explicitly)

Posting here for reference or to see if there's a better way.

@bschilder
Copy link

bschilder commented Dec 19, 2022

Having a very similar issue on GitHub Actions with the Windows VM.
thanks for writing these out, you just saved me weeks of time @lgatto !

Related issues documented here:
neurogenomics/rworkflows#32
r-lib/actions#671

Is it possible for BiocStyle to install these dependencies for users? Or at least check that they are/are not?

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