В настоящее время я использую следующий латексный код.
\documentclass[jou,apacite]{apa6}
\title{Example of journal article}
\twoauthors{Author One}{Author Two}
\twoaffiliations{Institute of Psychology}{Freud's Institute}
\abstract{This is an example of a journal article using the \texttt{apa6.cls} document class to typeset manuscripts according to 6th edition of the Americal Psychological Association (APA) manual}
\rightheader{APA style}
\leftheader{Author One}
\begin{document}
\maketitle
\section{Sample section}
Sample text. Sample text. Sample text. Sample text. Sample text. Sample text.
\bibliography{sample}
\end{document}
Название, имена авторов и аффилированные лица в настоящее время центрированы. Я хочу выровнять их влево, как показано на рисунке ниже.
Я пробовал решения, предусмотренные для article document type
в других вопросах. Но они не работают для моего шаблона.
Пожалуйста, дайте мне знать, если нужны какие-либо детали.