wjschne / apaquarto

A quarto extension for creating APA7 documents in .docx, .html, and .pdf formats
https://wjschne.github.io/apaquarto/
Creative Commons Zero v1.0 Universal
153 stars 13 forks source link

Examples are outdated #46

Closed mvuorre closed 4 months ago

mvuorre commented 4 months ago

Hi,

I was trying to create a page-wide figure in apaquarto-pdf: documentmode: jou, as shown in template_journal.pdf in the repo and website. However, I don't know how to create it as apa-note seems to override e.g. fig.env: "figure*". So perhaps the examples could be updated, and if at all possible it'd be nice to have an example on how to do a wide figure in two-column mode.

Cheers!

wjschne commented 4 months ago

@mvuorre, thanks for the alert. I have now updated the example.qmd file with a demonstration. You need to set apa-twocolumn: true in your chunk options.

I am not sure this was the best design decision to make, but the Quarto to LaTeX conversion process had more complications than I imagined. I am hoping Typst will make things a lot easier.

The preview documents are also updated. I put the instructions in the site documentation as well.