Я пишу свою диссертацию, используя пакет apa 6 в латексе. При создании титульного листа и тезисов заголовок тезиса появляется в верхней части тезисов. Также аннотация не полная. Уведомление А отсутствует, когда я ставлю ABCD. Спасибо за любые предложения!
Я делаю это:
\documentclass[
a4paper,
man,
british
]{apa6}
\usepackage[british]{babel}
\usepackage[utf8]{inputenc}
\usepackage{epstopdf}
\usepackage{csquotes}
\usepackage{etoolbox}
%\patchcmd{\maketitle}{\vspace*{1in}}{}{}{}
\usepackage{nameref}
\usepackage[hidelinks]{hyperref}
%\usepackage[section]{placeins}
\usepackage[subsection]{placeins}
\usepackage{array}
%\usepackage{acro}
\usepackage{float}
\usepackage{amsmath}
\usepackage{caption}
%\captionsetup[table]{skip=1cm}
\restylefloat{figure}
%\usepackage{caption}
\usepackage{longtable}
\usepackage[printonlyused]{acronym}
\usepackage{graphicx}
\graphicspath{ {./graphics/} }
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{gensymb}
%\usepackage{setspace}
\usepackage{multirow}
\usepackage[
style=apa,
backend=biber,
sortcites=true,
sorting=nyt,
% isbn=false,
% url=false,
% doi=false,
% eprint=false,
hyperref=false,
backref=false,
% firstinits=false,
]{biblatex}
\DeclareLanguageMapping{british}{british-apa}
% maps apacite commands to biblatex commands
\let \citeNP \cite
\let \citeA \textcite
\let \cite \parencite
%%%
% Apa Bib - enable reprint according to apa
%%%
%\input{enable-reprint}
%\bibliography{bibliography}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Analysis of influencing factors on \linebreak biomechanical parameter of pediatric prosthetic feet}
\shorttitle{biomechanical parameter of pediatric prosthetic feet}
\author{Name}
%\affiliation{Masters Thesis\\}
\affiliation{Technical University Chemnitz\\Institute of Human Movement Science and Health}%{Submitted in partial fulfillment of the requirements for the degree of Master of Science in Human Movement Science}{Leipzig, Germany}
%Prof. Dr. Thomas Milani\\
%Franziska Glas (M.Sc.)}
\keywords{pediatric prosthetic feet, design parameters, biomechanical parameters, term working memory, expert domain knowledge}
\begin{document}
\maketitle
\begin{abstract}
ABCD
\end{abstract}
\newpage
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
\section{Abbreviations}
%\input{0.Abbreviations}
\newpage
\section{Introduction} \label{chap:intro}
%\input{1.introduction.tex}
\section{Methods}\label{chap:methods}
%\input{2.methods}
\section{Results}\label{chap:results}
%\input{3.Results.tex}
\section{Discussion} \label{chap:discussion}
%\input{4.Discussion.tex}
\section{Conclusion} \label{chap:conclusion}
%\input{5.Conclusion.tex}
\printbibliography
\newpage
\section{Appendix}
\appendix
%\input{appendixfigures}
\newpage
%\input{appendixtables}
\end{document}
Это , как выглядит моя абстрактная страница. Уведомление A об ABCD отсутствует. Это , как это должно выглядеть.