如何使用文章類別中的應用程式引用從圖表清單中刪除引用。另外我怎麼才能將字幕居中?

如何使用文章類別中的應用程式引用從圖表清單中刪除引用。另外我怎麼才能將字幕居中?

如何使圖形清單不顯示標題中的參考文獻,但仍顯示在標題中?另外,如何讓標題居中? 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}

相關內容