
Wie kann ich erreichen, dass die Bildunterschriften nicht in der Bildunterschrift, sondern trotzdem in der Bildunterschrift angezeigt werden? Und wie kann ich die Bildunterschrift zentrieren? Ich bin neu bei Latex und bin für jede Hilfe dankbar.
Hier ist meine Präambel:
\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}