Romain Lesur

Results 167 comments of Romain Lesur

Hi, There is a hacky way to eliminate the grey background of the sidebar. You can use this CSS rule: ```css .pagedjs_page:not(:first-of-type) { background: white; } ``` You can use...

For reference, [this question on RStudio Community](@wjakethompson) explains that [@maibennett's solution](https://github.com/rstudio/pagedown/issues/147#issuecomment-552257351) was broken by **pagedown** 0.14 (thanks, @wjakethompson). This is related to #211. We can still use @maibennett's solution if...

Thanks a lot for reporting this issue! `pagedown::chrome_print()` does roughly the same thing as Chrome when one prints the document to PDF (Ctrl+P). If you try to print a flexdashboard...

Another option would be to replace the LOFT Pandoc filter with a Paged.js hook.

Maybe you could dynamically build the YAML like [here](https://github.com/rstudio/pagedown/issues/135#issuecomment-525044194). Here's a minimal example: --- logo: "https://raw.githubusercontent.com/rstudio/pagedown/master/inst/examples/pagedown_hex.svg" paperwidth: 8.5in paperheight: 11in cols: 4 rows: 3 output: pagedown::business_card --- ```{r process-data} #...

Same bug with `:first-of-type`, see https://community.rstudio.com/t/pagedown-resume-with-one-page-aside-pagedown-0-14/103299

Some progress have recently been made in Chromium, see https://bugs.chromium.org/p/chromium/issues/detail?id=652964#c73

Of course! Since I've only a single compatible browser on each of my computers, I had never had this idea but I agree this will be a great improvement in...

@mariakharitonova I tried to have a look but the main problem I faced is that the Rmd file is not reproducible: I cannot run it on my computer and reproduce...

This comes from the fact that Paged.js builds the document before the altmetric badge is retrieved. You need to synchronize the altmetric JavaScript library with the Paged.js library by using...