Christophe Dervieux
Christophe Dervieux
@yihui I can look at that. Do you have any pointer on where to add this highjacking ? Would it be in **knitr** ?
Hi, PDF are produced using LaTeX, and it seems LaTeX is not really accessible. I was not aware of tagged PDF until now and it seems this is very recent...
Hi @markvenn, We welcome any information on this topic. Is this already possible to produce such PDF using LaTeX ? If so, can we identify what is missing and possibly...
So looking at this function more closely, I think this is a very old function that does not do what the documentation said. It will only convert if the input...
Possibly this future change would help us rework this function: #2382
I believe this is something in the template that creates this. Possibly related to https://github.com/schlcht/microtype/issues/11 I did not have a look yet. However, if anyone finds the lines in tex...
Doing some issue sanitizing in the repo and this is an old issue we may need to finally deal with. @jjallaire, considering also the new `shinyrmd` runtime, does it make...
For later reference, **knitr** is currently using 13 functions for **stringr** that would need to be rewrite without **stringr**. ``` r library(dplyr) itdepends::dep_usage_pkg("knitr") %>% filter(pkg == "stringr") %>% distinct() #>...
For reference, this could be of interest https://github.com/hadley/stringb
It would be easier to style such content if we can target output part from chunk. Applying overflow auto to any `` may be too much, but that indeed works....