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
170 stars 15 forks source link

Clean extension template #41

Closed mvuorre closed 7 months ago

mvuorre commented 7 months ago

Hi! Thanks for all the great work so far πŸ™

I just started a new manuscript project with quarto use template wjschne/apaquarto and it works fabulously πŸš€. I'll probably use this more since Typst still is not quite ready to handle many APA requirements (looking at you, tables.)

Would it make sense to prune the template-provided files? I'd be happy to send a PR but since this is a bit of an opinion needs to be evaluated first. The following seem to clutter the end directory (created with quarto use template wjschne/apaquarto):

Additionally is there a way to rename the .Rproj file to vs having it be apaquarto.Rproj?

wjschne commented 7 months ago

These are good suggestions. I implemented most of them. The template.rmarkdown now in the .gitignore filter. The img folder is no longer used. The minimal.qmd file became the template.qmd file. The old template.qmd file became example.qmd. I am not seeing any repeated entries in the bibliography.bib file: https://github.com/wjschne/apaquarto/blob/main/bibliography.bib

mvuorre commented 7 months ago

The template / example division makes sense and is probably helpful. I am sorry I made a typo previously, the template includes a spurious references.bib with the repeated entries. That file can probably be added to .quartoignore as well. bibliography.bib is fine.

(As a side note I like having the .Rproj included in the template but yeah maybe best to leave creating that to the users since this is a quarto template and not an RStudio template.)

Thanks for all the great work :)

wjschne commented 7 months ago

Done. references.bib added to .quartoignore

Thanks!