In case no corresponding author is required (e.g., for student papers), this change enables output (docx, html, and pdf) without the correspondence paragraph.
Usage
For .html and .docx, simply remove the corresponding: true (or set it to false) in the author options. For .pdf output, additionally set the new nocorrespondence option to true within the apaquarto-pdf format options.
A new if statement has been added to title.tex, which evaluates nocorrespondence. It defaults to displaying the correspondence paragraph when nocorrespondence is omitted from the YAML.
Minor Limitation
If no corresponding author has been set, but nocorrespondence: false (or omitted), then the PDF output will contain the start of the paragraph ("Correspondence concerning this article...") but no author information. An error message could be added for those cases, but I don't think it's strictly necessary.
In case no corresponding author is required (e.g., for student papers), this change enables output (docx, html, and pdf) without the correspondence paragraph.
Usage
For .html and .docx, simply remove the
corresponding: true
(or set it tofalse
) in the author options. For .pdf output, additionally set the newnocorrespondence
option totrue
within the apaquarto-pdf format options.A new if statement has been added to
title.tex
, which evaluatesnocorrespondence
. It defaults to displaying the correspondence paragraph whennocorrespondence
is omitted from the YAML.Minor Limitation
If no corresponding author has been set, but
nocorrespondence: false
(or omitted), then the PDF output will contain the start of the paragraph ("Correspondence concerning this article...") but no author information. An error message could be added for those cases, but I don't think it's strictly necessary.