weasydoc icon indicating copy to clipboard operation
weasydoc copied to clipboard

Convert R Markdown to PDF Using Weasyprint (or Prince XML)

Results 7 weasydoc issues
Sort by recently updated
recently updated
newest added

Trying a very simple example. ``` --- title: Test output: weasydoc::hpdf_document --- ``` I get the following error when I knit. ``` output file: test2.knit.md sh: 1: weasyprint: not found...

Hi Romain, I found some issues with table display using {kable} and {kableExtra} packages and inserting icons in the table. You'll find explanation and reprex here : https://github.com/BenjaminLouis/reprex-weasydoc/tree/master/issue%2312. Without details,...

Do you think it could be possible to have access to font-awesome icons ? By trying this 1) https://github.com/rstudio/rmarkdown/issues/813 or this https://github.com/rstudio/fontawesome, I was able to add icons in the...

converters

Webtex service offers several options (fonts, font sizes...) that could be implemented.

enhancement

Using the `hpdf_document` output format with the `WeasyPrint` engine on Windows (7 or 10), the pdf is ugly. There is no problem on Debian or Ubuntu. Not tested on mac....

bug
converters

WeasyPrint installation is cumbersome. The README file should contain a short installation guide that detail both the WeasyPrint and Prince XML install and the docker install.

Some `pandoc` variables are implemented in `LaTeX` output format and not in `HTML5` output format (see https://pandoc.org/MANUAL.html#variables-set-by-pandoc): - institute - abstract This could be implemented through a customised `pandoc` template.