下面的代码
\NeedsTeXFormat{LaTeX2e}
\documentclass[man,floatmarkers,noapacite,latin]{apa}
\usepackage[backend=biber,style=apa]{biblatex}
\usepackage{csquotes}%context-sensitive quotes, required for biblatex
\usepackage{graphicx}%inclusion of images
\usepackage{lipsum}% blind text
\usepackage{hyperref}%hyperrefs in PDF, must be last package called, preloaded in beamer
\addbibresource{Project-literature.bib}
\title{My fancy, wordy title}
\shorttitle{My title} % defaults to title
\author{John Doe}
\affiliation{Alma mater, Shangrila (Paradise)}
\abstract{\lipsum[1]}
\acknowledgements{\lipsum[2]}
\begin{document}
\begin{refsection}
\maketitle
Keywords: a keyword, another keyword
\lipsum[3]
\begin{figure}
\caption{A caption explaining the figure }
\label{fig:aa}
\centering
\includegraphics[width=\textwidth]{Graphics/test1}
\end{figure}
\lipsum[4] (vide fig. \ref{fig:aa})
\begin{figure}
\caption{Another caption explaining another figure }
\label{fig:bb}
\centering
\includegraphics[width=\textwidth]{Graphics/test2}
\end{figure}
\lipsum[5] (vide fig. \ref{fig:bb}).
\printbibliography[heading=subbibliography]
\end{refsection}
\end{document}
我怎样才能摆脱它们?
答案1
该apa
课程尚未赶上\contentsline
具有四个论点的事实hyperref
(并且几年来还使用 LaTeX)。
尝试
\makeatletter \long\def\@@contentsline#1#2#3#4{ #2 }\makeatother
并提交错误报告。