乳胶中的APA6样式-如何隐藏摘要页面上的标题?

问题描述 投票:1回答:1

我正在使用乳胶中的apa 6软件包编写论文。创建标题页和摘要时,论文标题会显示在摘要页的顶部。而且摘要不完整。当我放入ABCD时,注意A丢失了。感谢您的任何建议!

我这样做:

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

This是我的抽象页面的外观。注意ABCD的A丢失。This应该是它的样子。

latex abstract
1个回答
0
投票

几个问题:

  • [subsection对于placeins包不是有效的选项

  • 摘要的语法错误。 apa6使用\abstract{...}代替环境,并且必须使用before \maketitle

  • 该文档类旨在编写文章,因此似乎不太适合撰写论文。我建议改用book之类的东西。

  • 要从头版问题页面的标题中删除标题,可以暂时切换到另一种页面样式

  • 为避免标题在开头的结尾处用作单独的部分,可以使用\def\def@donotrepeattitle{}


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

\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}
© www.soinside.com 2019 - 2024. All rights reserved.