Стиль APA6 в латексе - Как я могу скрыть заголовок на абстрактной странице? - PullRequest
1 голос
/ 10 апреля 2020

Я пишу свою диссертацию, используя пакет 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 отсутствует. Это , как это должно выглядеть.

1 Ответ

0 голосов
/ 10 апреля 2020

Пара проблем:

  • subsection не является допустимым параметром для пакета placeins

  • синтаксис абстрактно это неправильно. apa6 использует \abstract{...} вместо окружения, и его необходимо использовать до \maketitle

  • , класс документов предназначен для написания статей, поэтому, похоже, не очень хорошо подходит для написания диссертации. Я предлагаю вместо этого использовать что-то вроде book.

  • , чтобы удалить заголовок с заголовка первых страниц, можно временно переключиться на другой стиль страницы

  • , чтобы избежать заголовка из будучи использованным в качестве отдельного раздела в конце основного текста, можно использовать \def\def@donotrepeattitle{}

  • hyperref следует загружать после других пакетов (за очень немногими исключениями)


\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}
\usepackage[hidelinks]{hyperref}

\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}

\makeatletter
\def\def@donotrepeattitle{}
\makeatother

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{Analysis of influencing factors on 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}

\abstract{ABCD}

\setlength{\headheight}{27.12pt}

\begin{document}

\thispagestyle{plain}
\pagestyle{plain}

\maketitle


\newpage
\tableofcontents 
\newpage
\listoffigures
\newpage
\listoftables
\newpage
\section{Abbreviations}
%\input{0.Abbreviations}

\pagestyle{fancy}

\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}
...