admin管理员组文章数量:1122832
I am using APA7 and the title page is NOT as prescribed by APA7
- Running Head is missing
- page number (1) is missing
- author notes are missing/appear as footnotes
- Abstract does not appear on a new page
- text does not appear on a new page
I am obviously doing something wrong, but what? I am using MacTex on a MacBook Pro
\documentclass[doc,12pt, a4paper]{apa7}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
%\DeclareLanguageMapping{american}{american-apa}
\usepackage{graphicx}
\usepackage{color,soul}
\usepackage{enumitem}
\usepackage{makecell}
\usepackage[american]{varioref}
% the title commands
\title{{\small{(working title)}}\\
Conceptual Change Towards Mathematics\\
{\large{- the difference between two methods of teaching -}}
}
\shorttitle{Develop Computational Thinking}
%\shorttitle{Computational Thinking}
\authorsnames{Flavia Surpol}
\authorsaffiliations{Master Educational Sciences Open University{,} The Netherlands}
\duedate{Aug-2025}
\authornote{
Student number: 1234675\\
E-mail address: [email protected]\\
Course code and name: X34 Mathematics\\
Supervisor: prof. Power\\
Number of words: 5600\\
Date: 01-02-2023
}
\abstract{Notes about two mathematics ways of teaching}
% section numbering
\setcounter {secnumdepth}{4}
\definecolor{EMPTY}{RGB}{255,255,255}
%\addbibresource{../../b-bib/thesisPlan.bib}
%\includeonly{t-test}
\begin{document}
\maketitle
\section{Introduction}
Some text
%\include{section1}
%\include{section2}
%\printbibliography
\end{document}
I am using APA7 and the title page is NOT as prescribed by APA7
- Running Head is missing
- page number (1) is missing
- author notes are missing/appear as footnotes
- Abstract does not appear on a new page
- text does not appear on a new page
I am obviously doing something wrong, but what? I am using MacTex on a MacBook Pro
\documentclass[doc,12pt, a4paper]{apa7}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
%\DeclareLanguageMapping{american}{american-apa}
\usepackage{graphicx}
\usepackage{color,soul}
\usepackage{enumitem}
\usepackage{makecell}
\usepackage[american]{varioref}
% the title commands
\title{{\small{(working title)}}\\
Conceptual Change Towards Mathematics\\
{\large{- the difference between two methods of teaching -}}
}
\shorttitle{Develop Computational Thinking}
%\shorttitle{Computational Thinking}
\authorsnames{Flavia Surpol}
\authorsaffiliations{Master Educational Sciences Open University{,} The Netherlands}
\duedate{Aug-2025}
\authornote{
Student number: 1234675\\
E-mail address: [email protected]\\
Course code and name: X34 Mathematics\\
Supervisor: prof. Power\\
Number of words: 5600\\
Date: 01-02-2023
}
\abstract{Notes about two mathematics ways of teaching}
% section numbering
\setcounter {secnumdepth}{4}
\definecolor{EMPTY}{RGB}{255,255,255}
%\addbibresource{../../b-bib/thesisPlan.bib}
%\includeonly{t-test}
\begin{document}
\maketitle
\section{Introduction}
Some text
%\include{section1}
%\include{section2}
%\printbibliography
\end{document}
Share
Improve this question
edited Nov 21, 2024 at 12:10
BenJ
asked Nov 21, 2024 at 11:50
BenJBenJ
535 bronze badges
0
1 Answer
Reset to default 0You can use the man
option to switch to a layout which seems to match your requirements more closely than doc
:
\documentclass[man,12pt, a4paper]{apa7}
\title{Title}
\author{Author}
\begin{document}
\maketitle
\end{document}
本文标签:
版权声明:本文标题:latex apa7 titlepage output missing running head, page number, author notes and abstract not on new page - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736311186a1934649.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论