pagedown icon indicating copy to clipboard operation
pagedown copied to clipboard

Paginate the HTML Output of R Markdown with CSS for Print

Results 93 pagedown issues
Sort by recently updated
recently updated
newest added

I use chrome_print to save a pdf, the html file is truely in the path :"file:///A/Gaowenxin_notes/le_pagedown/resume-gao.html", ```r rmarkdown::render("resume-gao.Rmd") pagedown::chrome_print( input = "file:///A/Gaowenxin_notes/le_pagedown/resume-gao.html", output = "output/cv-wenxin-gao.pdf", format = "pdf", timeout =...

_This is a regression introduced by #202_ The `:last-of-type` pseudo class is not recognized by Paged.js (the CSS declaration is deleted). However, the following workaround works: use `:nth-last-of-type(1)` instead of...

bug

Hi, I'm wondering if it would be possible to create a multiple page report that is in landscape? For context, I'm trying to create a report that's visual-heavy (roughly 6...

I used the code from thesis template of pagedown package. The default position of table of contents is after Acknowledgement and before List of table. I would like to add...

question

Hi, I had an issue when trying to knit a reactable table using chrome_print. For some reason, when I don't include LaTeX code, the reactable table doesn't show up in...

duplicate

I am using pagedown for cv and am having hard time keeping my file under the max file limits when submitting my job application. I was wondering if there is...

question

A template that I am working on requires the figure and table labels to be formatted different from the default. I tried looking around to see if this has been...

question

![image](https://user-images.githubusercontent.com/25252172/80860192-09f3ab80-8c5e-11ea-94bb-b21b552d906e.png) I am having a problem with the line spacing. As can be seen above, I want to add some more margins between each section so that it doesn't look...

Can you provide guidance into how I would pass resource dependencies to `html_paged`? I'm trying to create a new format following the instructions found here in [Chapter 18](https://bookdown.org/yihui/rmarkdown/format-derive.html) so I...

I'm creating some tickets (using the business cards template) for an event and I would like to dynamically fill the appropriate fields according to variables in a dataset. Let's say...