如何使用文章类中的 app cite 从图片列表中删除引用。此外,如何将标题居中?

如何使用文章类中的 app cite 从图片列表中删除引用。此外,如何将标题居中?

我怎样才能让图片列表不显示标题引用,但仍显示在标题中?还有,我怎样才能将标题居中?我是 Latex 新手,非常感谢大家的帮助。

以下是我的序言:

\documentclass[12pt]{article}
\usepackage{apacite}
\usepackage{setspace}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[toc]{appendix}
\usepackage[margin=1.0in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\graphicspath{ {figures/} }
\usepackage{array}
    \usepackage{titlesec}
    \setcounter{secnumdepth}{4}
    \titleformat{\paragraph}
    {\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
    \titlespacing*{\paragraph}
    {0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}

And Figure Matter:

\begin{figure}[h]
\centering
    \includegraphics{"Figure 1".png}\\
    \caption{Illuminated manuscript miniature of a priest graffitiing a consecration mark onto a church entrance with a hammer and chisel - later alter in the Reformation to imitate a crosier and sceptre \protect\cite[693]{Breviary1330}.}
    \label{fig1}
\centreing
\end{figure}

相关内容