Matti Vuorre
Matti Vuorre
Currently, brms syntax allows predicting the residual SD `sigma`: ```r bf(y ~ x + (x|id), sigma ~ x) ``` And multivariate response models: ```r bf(cbind(y1, y2) ~ x + (x|id))...
Following the note in #42 it might be of interest to provide a Typst format. I am happy to provide something like a `format: apaquarto-typst` to this extension, based on...
Trying to render a pdf in doc mode errs: ```bash quarto render template.qmd --to apaquarto-pdf --output template-doc.pdf -M documentmode:doc ``` Gives the following output ```bash pandoc --output template.tex -M documentmode:doc...
This is now aged a bit. Like fine wine. Please go through the tutorial and update / fix / edit where necessary.
It would be great to have an APA template for Quarto. You can easily output APA documents (PDF & Word) from R Markdown with the [papaja](https://github.com/crsh/papaja) package. I am reading...
https://github.com/wjschne/apaquarto 🎉
At least - [ ] Fix line height - [ ] Font size? etc
Authors
The authors should print properly kind of like below: Format following properly - [ ] Multiple authors - [ ] Author metadata (corresponding, ORCID [is that APA-ish now], link to...
Create a minimal APA7 pdf with functional required YAML fields.
My preference is not to create a Word output document. The reason is that I'd imagine people using the .pdf for submissions and preprints, whereas the .docx output (can use...