8000 Problems with LaTeX/TeXLive in R Markdown · Issue #459 · rstudio/tinytex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Problems with LaTeX/TeXLive in R Markdown #459

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

Open
LeSchorsch opened this issue Jan 27, 2025 · 1 comment
Open

Problems with LaTeX/TeXLive in R Markdown #459

LeSchorsch opened this issue Jan 27, 2025 · 1 comment

Comments

@LeSchorsch
Copy link

Hello fellas,

I´m doing and R Markdown project to create profile sheets of a bunch of soil profiles. If I render the Markdown for a specific number of my parameter, it works perfectly and I get my PDF output. When I try to make a list with all the parameters and then render the markdown document for each of the numbers, I get the error message

"! Undefined control sequence.
l.170 \toprule
LaTeX failed to compile...".

Now my question if anyone had a similar problem and if you have an any idea why it works until I try to render multiple params at once.
Grateful for any help.

@cderv
Copy link
Contributor
cderv commented Jan 28, 2025

This is an error from LaTeX. So it will depend on what is the .tex content to be rendered to PDF.
And this .tex content will depend on what .Rmd content you have that creates this LaTeX code. It could come from a R Package, or from Pandoc.

If you want more help on this, you need to share more and try to share example, possibly minimal to reproduce and find the bottom issue.

Once it was happening because someone uses kableExtra and did not saw in the documentation that some requirements are needed

You should check that. And maybe search for more issues on the web.

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
0