Caption erscheint vollständig in Abbildungsverzeichnis
Verfasst: Sa 25. Jan 2014, 13:22
Hallo Leute,
Bei mir erscheint Caption vollständig in Abbildungs- und Tabellenverzeichnis
Vielen Dank im Voraus
Gaga
Bei mir erscheint Caption vollständig in Abbildungs- und Tabellenverzeichnis
\documentclass[12pt,oneside]{article}
\usepackage[ngerman]{babel}
\usepackage[ansinew]{inputenc}
\usepackage{tocbasic} %h for here, [H] places the float at precisely the location, [tt] top of the page, [b] bottom of the page.
\usepackage{graphicx}
\usepackage{float}
\restylefloat{figure}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage[printonlyused]{acronym}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{setspace}
\usepackage[final]{pdfpages}
\usepackage{cite}
%f? Kopf- und Fu?eile
\usepackage[automark]{scrpage2}
\usepackage[left=2cm,right=1cm,top=2cm,bottom=2cm,includeheadfoot]{geometry}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{document}
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.8]{aim13ct}
\caption{Die vollständige DNA Sequenz (1-164) von Aim13 aus dem Organismus \textit{Chaetomium thermophilum}. Eine mögliche Myristoylisierungstelle ist grün und das Muster für die CHCH-Domäne ist rot unterstrichen.}
\label{aim13ct}
\end{center}
\end{figure}
\listoffigures
\listoftables
\end{documents} Vielen Dank im Voraus
Gaga