{"id":24689010,"url":"https://github.com/mvuorre/quarto-apaish","last_synced_at":"2025-10-18T06:06:52.475Z","repository":{"id":199358290,"uuid":"702671005","full_name":"mvuorre/quarto-apaish","owner":"mvuorre","description":"APA7-ish Quarto templates","archived":false,"fork":false,"pushed_at":"2024-06-19T13:50:11.000Z","size":341,"stargazers_count":18,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-15T07:37:52.492Z","etag":null,"topics":["quarto","quarto-extension","typst"],"latest_commit_sha":null,"homepage":"https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-journal.pdf","language":"Typst","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvuorre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-09T19:08:25.000Z","updated_at":"2024-08-24T01:04:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba5158d5-ab1a-4930-9a9e-f24e250b61dd","html_url":"https://github.com/mvuorre/quarto-apaish","commit_stats":null,"previous_names":["mvuorre/quarto-apaish"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvuorre%2Fquarto-apaish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvuorre%2Fquarto-apaish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvuorre%2Fquarto-apaish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvuorre%2Fquarto-apaish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvuorre","download_url":"https://codeload.github.com/mvuorre/quarto-apaish/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880541,"owners_count":20525511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quarto","quarto-extension","typst"],"created_at":"2025-01-26T17:20:21.357Z","updated_at":"2025-10-18T06:06:47.423Z","avatar_url":"https://github.com/mvuorre.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"# APA7ish Quarto Typst PDF template\n\n**NOTE: I don't plan to develop this further, instead take a look at \u003chttps://github.com/mvuorre/quarto-preprint\u003e for a more comprehensive \u0026 Quarto-compliant extension.**\n\n[Quarto](https://quarto.org) extension for creating APA7-ish (American Psychological Association style, 7th edition) manuscripts in PDF format via [Typst](https://typst.app/docs). (See e.g. \u003chttps://github.com/wjschne/apaquarto\u003e for a LaTeX PDF template.)\n\nThree document modes (akin to man, doc, and jou [here](https://mirror.lyrahosting.com/CTAN/macros/latex/contrib/apa7/apa7.pdf)) are implemented. View the example documents at \u003chttps://github.com/mvuorre/quarto-apaish/releases/latest\u003e: \n\n- [Manuscript](https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-manuscript.pdf)\n- [Document](https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-document.pdf)\n- [Journal](https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-journal.pdf)\n\n\"Manuscript\" is the horrid \"double-spaced everything on its own page\" kind of document, \"document\" aims to be a basic LaTeX kind of one-column document, whereas \"journal\" is a two-column document similar to papers published in APA journals.\n\n## Install\n\nUse quarto-apaish in an existing Quarto project:\n\n```bash\nquarto add mvuorre/quarto-apaish\n```\n\n## Use\n\nIn your manuscript's Quarto source document, add the following YAML\n\n```yaml\nformat: apaish-typst\n```\n\nThis creates a \"[manuscript]((https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-manuscript.pdf))\" PDF. To create a \"[document](https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-document.pdf)\" PDF, specify\n\n```yaml\nformat: \n  apaish-typst:\n    documentmode: doc\n```\n\nAnd to create a \"[journal](https://github.com/mvuorre/quarto-apaish/releases/latest/download/example-journal.pdf)\" PDF (for preprints etc), specify\n\n```yaml\nformat: \n  apaish-typst:\n    documentmode: jou\n```\n\nQuarto documents use YAML metadata to control the document output. See the [example .qmd file](https://github.com/mvuorre/quarto-apaish/blob/main/example.qmd) for examples.\n\n### Tips\n\n#### Fonts\n\nFeel free to use any system fonts, e.g.\n\n```yaml\nfont: \"Libertinus serif\"\n```\n\n## Limitations\n\nTypst has limited support for tables. A suggested workaround for anything but the most basic tables is to convert your tables to figures, either figuratively speaking or literally. An example of literally converting a table to a figure is shown in the example document.\n\nYou currently [cannot](https://github.com/typst/typst/issues/2360) show full-width content in two-column Typst documents, such as `apaish-journal-typst`. So I guess try to make your figures small in journal mode 🤷\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvuorre%2Fquarto-apaish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvuorre%2Fquarto-apaish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvuorre%2Fquarto-apaish/lists"}