fig.ncol not working with Latex

#2336

Issue Details

over 1 year ago
No assignee
nassuphisnassuphis
opened over 1 year ago
Author

this should produce 2 figures per column:

\documentclass{article} \begin{document} <<,fig.show = "hold",out.width = "2cm",fig.ncol=2>>= plot(1:100); plot(100:1); plot(1:100); plot(100:1); plot(1:100) @ \end{document}

it used to work.

now it produces this:

image

By filing an issue to this repo, I promise that

  • I have fully read the issue guide at https://yihui.org/issue/.
  • I have provided the necessary information about my issue.
    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('knitr'). 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('yihui/knitr').
    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.
  • I have learned the Github Markdown syntax, and formatted my issue correctly.

I understand that my issue may be closed if I don't fulfill my promises.