-
Notifications
You must be signed in to change notification settings - Fork 7
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
! LaTeX Error: Command \@raggedtwoe@everyselectfont undefined.
#69
Comments
Added a test #70 to see whether I could get the example This suggests it's a system dependencies issues on the GHA VM. Trying with different tinytex releases via the
None of these worked and produced the same error as before, with the exception of TinyTeX-0 which failed with a different error for each runner: On Ubuntu:
On Mac:
One Windows:
|
I've noticed I can successfully render the VersionsHere's the versions I have installed: tlmgr
tex
BiocStyle> packageVersion("BiocStyle")
[1] ‘2.26.0’ tinytex> packageVersion("tinytex")
[1] ‘0.45’
> tinytex::tlmgr_version()
tlmgr revision 62273 (2022-02-28 09:52:17 +0100)
tlmgr using installation: /usr/local/Cellar/texlive/20220321_3/share GHA VM versionsThe latest MacOS runner currently is a bit outdated, but not sure if that's the issue here. |
Was able to fix the original bug by downgrading the tinytex version (2023 version apparently has some bugs). But now I get a different error, which has come up in the past:
Documented the issue here: I also let the authors of BiocStyle know that this was a problem, but it doesn't look like anyone has addressed it since. |
Previously, the solution was to install the extra deps via Line 203 in 7a2e467
|
Trying to install bera via R pkg didn't seemed to help either:
|
Manually installing the following did not help:
|
Tried installing deps via R pkg tinytext instead of r-action + tmlgr CLI:
However this gives an error:
|
Now getting a random error which seems to be an Issue on GitHub's server atm. Fixed by upgrading to checkout@v4 |
Combining the
Note that when I tried installing texlive with |
This site is helpful for finding which bundles each latex package is part of. |
Some other suggestions have been made to fix In the meantime, I've also added some more ^ This at least ensures that the errors observed on all 3 VM are the same (ie. errors no longer due to OS-specific missing deps). |
There is also a However, notably, neither have a default argument that users can pass. |
1. Bug description
texi2dvi
is failing to render certain Rnw files.Setting up this library depends on
r-lib/actions/setup-tinytex@v2
Console output
https://github.com/neurogenomics/GenomicRanges/actions/runs/6070391649/job/16466356573
Expected behaviour
All latex-based vignettes render.
2. Reproducible example
https://github.com/neurogenomics/GenomicRanges/actions/runs/6070391649/workflow
The text was updated successfully, but these errors were encountered: