You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apa7.cls warns when a variable among \title, \shorttitle, \author, \course, \professor is not set. However, it also fails showing LaTeX Error: There's no line here to end.
Class apa7 Warning: Due date not defined.
! LaTeX Error: There's no line here to end.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.15 \maketitle
mwe.tex this compiles
\documentclass[stu,a4paper,12pt,nofontenc]{apa7}
\title{test}
\shorttitle{This document compiles}
\author{author}
\course{course}
\professor{professor}
\affiliation{}
\keywords{}
\begin{document}
\maketitle
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
\end{document}
but clearing any of these values result in the aforementioned error
\documentclass[stu,a4paper,12pt,nofontenc]{apa7}
\title{test}
\shorttitle{shorttitle}
\author{}
\course{course}
\professor{professor}
\affiliation{}
\keywords{}
\begin{documtheseent}
\maketitle
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
\end{document}
The text was updated successfully, but these errors were encountered:
apa7.cls warns when a variable among
\title, \shorttitle, \author, \course, \professor
is not set. However, it also fails showingLaTeX Error: There's no line here to end.
mwe.tex this compiles
but clearing any of these values result in the aforementioned error
The text was updated successfully, but these errors were encountered: