apa7-latex-cls-source icon indicating copy to clipboard operation
apa7-latex-cls-source copied to clipboard

\maketitle doesn't include date

Open avidseeker opened this issue 3 months ago • 0 comments

MWE

\documentclass{apa7}
\usepackage{fontspec}

\title{TEST}
\shorttitle{}
\author{John Smith}
\course{}
\professor{}
\date{07 November, 2024}
\duedate{07 November, 2024}
\affiliation{new}
\keywords{}

\begin{document}
\maketitle{}

lorem
\end{document}

Output PDF doesn't include date. Am I missing some option?

Info:

$ tlmgr info apa7
package:     apa7
category:    Package
shortdesc:   Format documents in APA style (7th edition)
longdesc:    This class formats documents in APA style (7th Edition). It provides a full set of facilities
in four different output modes (journal-like appearance, double-spaced manuscript, double-spaced student manuscript, LaTeX-like document). The class can mask author identity for copies for use in masked peer review. The class is a development of the apa6 class.
installed:   Yes
revision:    63974
sizes:       src: 153k, doc: 853k, run: 113k
relocatable: No
cat-version: 2.16
cat-license: lppl1.3c
cat-topics:  apa class journalpub psychology std-conform
cat-contact-repository: https://github.com/dan-weiss/apa7-latex-cls-source
collection:  collection-publishers

avidseeker avatar Nov 09 '24 10:11 avidseeker