qapaja icon indicating copy to clipboard operation
qapaja copied to clipboard

Quarto template for American Psychological Association (APA, 7th edition)

Open crsh opened this issue 3 years ago • 0 comments

Building on the avialable resources in the R package papaja, I want to provide a corresponding Quarto journal template. papaja already provides a LaTeX template and a DOCX reference file, but some pre- and postprocessing is currently done through R. These operations have to be reimplemented as Lua-filters.

These new Lua-filter will first be developed as part of papaja and then be shared with this template. See the corresponding issue here.

An open question at this point is how to deal with the additional markdown features that are available in papaja through bookdown---especially the appendix syntax and text-references. These, too, probably have to be reimplemented in Lua or omitted and replaced by something else. Edit: There is probably no need. See #3

Another thing to consider is that the author metadata structure is somewhat different from what papaja currently uses.

crsh avatar Nov 18 '22 10:11 crsh