2

Has anyone looked into using papaja with quarto, yet?

I've tried rendering a qmd file with

format:
  papaja::apa6_pdf:
    latex_engine: lualatex
    keep_tex: true

in the header, but in seems that the render fails because of invalid YAML.

eyer
  • 37
  • 1
  • 3
    You can't use R Markdown format like papaja developed as R format within Quarto. So it won't work to just do that in YAML. Only quarto format can be used after the `format` key, and it would require developing a new custom format for Quarto similar to papaja. – cderv Jul 11 '22 at 08:58
  • 1
    You can see the set of output formats here: https://quarto.org/docs/output-formats/all-formats.html – itsMeInMiami Aug 07 '22 at 01:26
  • 1
    If this is urgent, a bare bones manual approach is outlined in [this papaja issue](https://github.com/crsh/papaja/issues/540). We are currently developing a proper template [here](https://github.com/crsh/qapaja/). – crsh Nov 22 '22 at 08:29

0 Answers0