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
How can I use preamble.tex with R Journal template? #257
Comments
|
Sounds like a bug to me. I'll investigate soon. Thanks! |
|
Should be fixed now. Thanks for the report! Note that you can also include the preamble directly in the Rmd via the
|
|
I just tested it including a \usepackage{subfig} and it works perfectly, thanks! |
|
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
By filing an issue to this repo, I promise that
xfun::session_info('rticles'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/rticles').I understand that my issue may be closed if I don't fulfill my promises.
Hi. I have a problem with the
preamble.texfile used in the Rmarkdownrticlestemplate for R Journal Submission. This is the procedure I'm following:rticlestemplate for submission to the R Journal.preamble.tex(like\usepackage{subfig})If I just remove
\usepackage{subfig}frompreamble.texthen everything works fine. I think the problem is related to the fact that the\usepackage{...}code isn't put in the preamble of the .tex document but I don't know how to fix that.If you want to test I created I git repo here with all the Rmarkdown files up to point 3 of the previous list. If I knit the Rmd document that I get an error.
I've already asked this question on SO and rstudio community.
Created on 2019-11-21 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: