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

No graphics in JSS-articles #5

Closed
MarselScheer opened this issue Jul 8, 2014 · 4 comments · Fixed by #37
Closed

No graphics in JSS-articles #5

MarselScheer opened this issue Jul 8, 2014 · 4 comments · Fixed by #37
Labels
bug an unexpected problem or unintended behavior

Comments

@MarselScheer
Copy link

Inserting

plot(sin)

in the JSS Rmd-template and compiling the document results in an error. The corresponding tex file contains markdown code for images.

@jmcphers
Copy link
Member

jmcphers commented Jul 8, 2014

Thanks for reporting. Could be a problem with Pandoc interpreting content between \begin{...} and \end{...} literally? (Pandoc docs.)

Here's what I get as TeX output:

\begin{CodeChunk}
\begin{CodeInput}
plot(sin)
\end{CodeInput}
![plot of chunk unnamed-chunk-1](./jss_files/figure-latex/unnamed-chunk-1.pdf) \end{CodeChunk}

@yihui yihui added the bug label Sep 4, 2014
@garthtarr
Copy link

Any update on this bug? It seems odd to me that there is no problem including a plot the output: rticles::rjournal_article but it fails with output: rticles::jss_article.

@krlmlr
Copy link

krlmlr commented Jul 10, 2015

This has hit me too. Does install_github("rstudio/rticles#37") work for you?

@github-actions
Copy link

github-actions bot commented Nov 2, 2020

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants