You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried with knit button to make a PDF (Knit PDF) out of them (render and output as PDF)
What did you expect to happen: @guimou Expected pdf file to be rendered and created.
Anything else you would like to add:
solved it by installing in the base OS CentOS 9 the following package (in Containerfile / Dockerfile):
From CentOS 9 appstream repo.
RUN yum install -y texlive-framed
After that, the PDF from markup, with Knit on the R Studio UI, was rendered and created correctly in a new popup window, frame, I guess.
interesting, requires e.g. different OS packages, compared to what I list / install here for R Studio. Thank you for the cross-linking here, cool.
Small side note: for jupyterlab, I currently use / build on / extend contrib :-) @jiridanek so I can confirm that if you end up making the changes that Guillome did in contrib # 37 here as well, you will be fine / all set.
Thus, fixing it like @guimou did in workbenches-images jupyter contrib seems a good idea for Jupyterlab.
What steps did you take and what happened:
What did you expect to happen:
@guimou Expected pdf file to be rendered and created.
Anything else you would like to add:
solved it by installing in the base OS CentOS 9 the following package (in Containerfile / Dockerfile):
From CentOS 9 appstream repo.
RUN yum install -y texlive-framed
After that, the PDF from markup, with Knit on the R Studio UI, was rendered and created correctly in a new popup window, frame, I guess.
Got the hint from
rstudio/rmarkdown#39
Environment:
Logs/Screenshots
The text was updated successfully, but these errors were encountered: