Frederik Aust
Frederik Aust
Sure, but his is complicated by the fact that the figure code is generated automatically by `rmarkdown` when you make plots in R. As far as I'm aware, there is...
Interesting. The automatic addition of "and" seems to be a new feature in the `apa7` latex class.
Ah, sorry, my bad. I just updated the instructions. If you use the following it should work: ~~~yaml csl : "`r system.file('rmd', 'apa7.csl', package = 'papaja')`" ~~~ > Also, does...
@padpet, sorry I somehow missed your comment. Have you tried [this solution](http://frederikaust.com/papaja_man/limitations.html#customizing-the-document-preamble)?
Hi there, I'm afraid, at this point, it's not a priority for me. I'd be more than happy to review a pull request, however, which proposes such an extension. The...
That looks really promising. I think using [fenced div](https://pandoc.org/MANUAL.html#extension-fenced_divs) or block syntax would be a very pandoc and more versatile evolution for the current LaTeX approach. I've used this to...
Hi Jeffrey, thanks for the proposed changes. First, I think it would be best to propose this change on the `devel` branch because it has considerably evolved since last merged...
Yes, this is kind of what I had in mind. I think we would want more flexibility by adding customizable glues as well. But this would be a good start....
Hi there, thanks for reaching out about this. It seems that the automatic loading of LaTeX packages required by `flextable` does not work as intended. Even explicitly loading `hhline` has...
Hi Lisa, to be honest, I'm not sure how to best do this. As far as I know, the `bookdown`/`rmarkdown`/`knitr` pipeline delegates the numbering of figures to LaTeX for PDFs...