Fußnotenzitate in der Bildunterschrift

Tabellen und Grafiken erstellen und anordnen


Thieon
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 55
Registriert: Mo 12. Okt 2015, 19:00
Wohnort: Meppen
Kontaktdaten:

Fußnotenzitate in der Bildunterschrift

Beitrag von Thieon »

Hallo liebe LaTeX-Gemeinde,

ich habe mal wieder ein Problem, welches ich nicht selber gelöst bekomme und hoffe auf eure Unterstützung. Wenn ich in einer Bildunterschrift ein \footcite einfüge, dann wird mir die in der Fußnote in Klammern [Bsp.: (Vgl. BlaBla)] angezeigt. Und genau diese Klammern möchte ich entfernen und die Quelle soll direkt an der Hochzahl stehen (siehe 2. Quelle im Minimalbeispiel).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to Overleaf --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you give
% someone the link to this page, they can edit at the same
% time. See the help menu above for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{fix-cm}
\documentclass[12pt,a4paper,ngerman,parskip=half,DIV9,listof=totoc,listof=entryprefix]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{helvet}
\usepackage{geometry}
\geometry{a4paper, top=25mm, left=25mm, right=30mm, bottom=25mm}	
\usepackage{vmargin}
\usepackage{setspace}
\spacing{1.5}
\KOMAoption{captions}{tableheading}
\renewcaptionname{ngerman}{\figurename}{Abbildung}
\renewcaptionname{ngerman}{\tablename}{Tabelle}
%\renewcommand*\listoflofentryname{\bfseries\figurename}
\BeforeStartingTOC[lof]{\renewcommand*\autodot{:}}
\BeforeStartingTOC[lot]{\renewcommand*\autodot{:}}
\addtokomafont{caption}{\footnotesize}
\addtokomafont{captionlabel}{\bfseries}

%===========================================	====	%
%												%
% Begin: Anpassung Literaturverzeichnis und		%
%		 Zitierstiel							%
%												%
%===========================================	====	%
\usepackage[citestyle=authoryear,bibstyle=authortitle,backend=biber]{biblatex} 
\addbibresource{biblatex-examples.bib}
\usepackage{xpatch} 
\setlength{\bibhang}{0pt} 
\setlength{\bibitemsep}{0.5cm}
\DeclareNameAlias{default}{family-given} 
\DeclareNameAlias{sortname}{family-given} 
\DeclareFieldFormat{editortype}{\mkbibparens{#1}} 
\renewbibmacro*{editor}{% 
  \ifboolexpr{ 
    test \ifuseeditor 
    and 
    not test {\ifnameundef{editor}} 
  } 
    {\printnames{editor}% 
     \setunit{\addspace}% 
     \usebibmacro{editorstrg}% 
     \clearname{editor}} 
    {}} 
\renewbibmacro*{editor+others}{% 
  \ifboolexpr{ 
    test \ifuseeditor 
    and 
    not test {\ifnameundef{editor}} 
  } 
    {\printnames{editor}% 
     \setunit{\addspace}% 
     \usebibmacro{editor+othersstrg}% 
     \clearname{editor}} 
    {}} 
\renewcommand*{\nameyeardelim}{\addcomma\space} 
\renewcommand*{\labelnamepunct}{\addcolon\space} 
\renewcommand*{\subtitlepunct}{\addcomma\space} 
\renewcommand*{\newunitpunct}{\addcomma\space} 
\renewcommand*{\multinamedelim}{\addspace\slash\space} 
\renewcommand*{\finalnamedelim}{\multinamedelim} 
\renewcommand*{\finentrypunct}{} 
\DeclareFieldFormat*{citetitle}{#1} 
\DeclareFieldFormat*{title}{#1} 
\DeclareFieldFormat*{journaltitle}{#1} 
\DeclareFieldFormat*{issuetitle}{#1} 
\DeclareFieldFormat*{maintitle}{#1} 
\DeclareFieldFormat*{booktitle}{#1} 
\DeclareFieldFormat[article,periodical]{volume}{\mkbibordinal{#1}\addnbspace\bibstring{jourvol}}% volume of a journal 
\DeclareFieldFormat[article,periodical]{number}{Heft\addnbspace#1}% number of a journal 
\DeclareFieldFormat{url}{\url{#1}} 
\DeclareFieldFormat{urldate}{\mkbibbrackets{#1}} 
\renewbibmacro*{journal+issuetitle}{% 
  \usebibmacro{journal}% 
  \newunit 
  \iffieldundef{series} 
    {} 
    {\newunit 
     \printfield{series}% 
     \setunit{\addspace}}% 
  \printfield{volume}% 
  \newunit 
  \usebibmacro{date}% 
  \setunit{\addcolon\space}% 
  \usebibmacro{issue}% 
  \newunit 
  \printfield{number}% 
  \newunit} 
\newbibmacro*{puborginst+location+date}{% 
  \printlist{location}% 
  \setunit*{\space}% 
  \usebibmacro{date}% 
  \newunit} 
\renewbibmacro*{publisher+location+date}{\usebibmacro{puborginst+location+date}} 
\renewbibmacro*{institution+location+date}{\usebibmacro{puborginst+location+date}} 
\renewbibmacro*{organization+location+date}{\usebibmacro{puborginst+location+date}} 
\xpatchbibdriver{inbook} 
  {\usebibmacro{bybookauthor}% 
  \newunit\newblock} 
  {\usebibmacro{bybookauthor}% 
  \newunit\newblock 
  \usebibmacro{editor+others}% 
  \setunit{\labelnamepunct}\newblock} 
  {\typeout{biblatex: successfully patched @inbook driver}} 
  {\typeout{biblatex: failed to patch @inbook driver, stuff might not work as expected}} 
\xpatchbibdriver{incollection} 
  {\usebibmacro{in:}% 
   \usebibmacro{maintitle+booktitle}} 
  {\usebibmacro{in:}% 
  \usebibmacro{editor+others}% 
  \setunit{\labelnamepunct}\newblock 
  \usebibmacro{maintitle+booktitle}} 
  {\typeout{biblatex: successfully patched @incollection driver}} 
  {\typeout{biblatex: failed to patch @incollection driver, stuff might not work as expected}} 
%===========================================	====	%
%												%
% Ende:  Anpassung Literaturverzeichnis und		%
%		 Zitierstiel							%
%												%
%===========================================	====	%
\usepackage{capt-of}
\begin{document}
\tableofcontents\clearpage
\listoffigures\clearpage
\section{Irgendwas}
Ich weiß nicht was ich schreiben soll, deswegen kommt es ein bisschen BlaBlaBla.
\begin{figure}[htbp] 
\centering 
\fbox{\includegraphics{example-image}}
 \caption[Beschreibung ohne Fußnote für das Abbildungsverzeichnis]{Beschreibung\protect\footnotemark}
\end{figure} 
\footnotetext{\footcite[Vgl.][789\psq]{knuth:ct}} 

Und noch mehr BlaBla. Und hier noch ein Fußnotenzitat, wie es richtig in der Fußnote aussehen sollte.\footcite[Vgl.][5\psqq]{knuth:ct}
\newpage
\printbibliography

\end{document}
Vielen Dank für eure Mühe und Grüße

René

Bartman
Forum-Meister
Forum-Meister
Beiträge: 2456
Registriert: Do 16. Jul 2009, 21:41
Wohnort: Hessische Provinz

Re: Fußnotenzitate in der Bildunterschrift

Beitrag von Bartman »

Die Klammern dürften verschwinden, wenn Du
\footnotetext{\footcite[Vgl.][789\psq]{knuth:ct}}
durch
\footcitetext[Vgl.][789\psq]{knuth:ct}
ersetzt.

Thieon
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 55
Registriert: Mo 12. Okt 2015, 19:00
Wohnort: Meppen
Kontaktdaten:

Re: Fußnotenzitate in der Bildunterschrift

Beitrag von Thieon »

Bartman hat geschrieben:Die Klammern dürften verschwinden, wenn Du
\footnotetext{\footcite[Vgl.][789\psq]{knuth:ct}}
durch
\footcitetext[Vgl.][789\psq]{knuth:ct}
ersetzt.
Genau das war es. Es war anscheint zu einfach, da hätte ich ja auch von alleine draufkommen können.

Besten Dank

René

Besserwisser

Beitrag von Besserwisser »

capt-of brauchst du übrigens nicht. Dessen Funktionalität ist vollständig in den KOMA-Script-Klassen enthalten.

Thieon
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 55
Registriert: Mo 12. Okt 2015, 19:00
Wohnort: Meppen
Kontaktdaten:

Beitrag von Thieon »

Besserwisser hat geschrieben:capt-of brauchst du übrigens nicht. Dessen Funktionalität ist vollständig in den KOMA-Script-Klassen enthalten.
Danke für den Hinweis, habe ich umgesetzt.

MfG

René

Antworten