Seite 1 von 2
Abstand Fußnote zum Text
Verfasst: Do 20. Aug 2015, 22:58
von Dave Miller
Hallo,
zum einstellen meiner Abstände Fußnote/Trennlinie/Text nutze ich:
\renewcommand\footnoterule{\kern-.75\skip\footins
\hrule width 1.9cm height .4pt\kern -.4pt\kern.75\skip\footins}
Aber die Fußnote klebt jetzt am Text. Auch wenn die Seite nur halb gefüllt ist. Die Fußnote soll aber unten bleiben.. wie kann ich das umsetzen??? Danke
Möchte eigentlich nur den Abstand von fußnotentext und der Trennlinie variieren. Der Abstand aber zum Haupttext und der Trennlinie muss gleich bleiben!
Danke
Verfasst: Fr 21. Aug 2015, 13:48
von Johannes_B
Nicht nachvollziehbar.
\documentclass{article}
\usepackage{blindtext}
\renewcommand\footnoterule{\kern-.75\skip\footins
\hrule width 1.9cm height .4pt\kern
-.4pt\kern.75\skip\footins}
\begin{document}
\blindtext\footnote{Flamingo Unicorn Cabybara Koala}
\end{document}
Verfasst: Fr 21. Aug 2015, 20:55
von Dave Miller
Oh man. Ich Idiot!!!
Ich nutze überall \footcite!!
Kann ich die footcite auch anpassen?
\renewcommand\footciterule{\kern-.75\skip\footins
\hrule width 1.9cm height .4pt\kern
-.4pt\kern.75\skip\footins}
klappt nicht!
Danke
Verfasst: Fr 21. Aug 2015, 20:59
von iTob
\footcite benutzt intern auch \footnote, damit hat es nix zu tun. Welche Klasse benutzt du? Mach am besten mal nen
Minimalbeispiel 
Verfasst: Fr 21. Aug 2015, 21:24
von Dave Miller
\documentclass{scrreprt}
\usepackage{blindtext}
\usepackage[autocite=footnote,style=authortitle,alldates=short]{biblatex}
\ExecuteBibliographyOptions{dashed=false}
\renewcommand*{\finentrypunct}{\addspace} %entfernt Punkt am Ende des Lit.Verz.
\renewcommand{\labelnamepunct}{\addspace} %entfernt ":" bzw. "," Lit.Verz.
\DeclareFieldFormat{title}{#1} %titel nicht kursiv (standard) fußnote
\DeclareFieldFormat*{citetitle}{#1} %titel nicht kursiv (standard)
%\renewcommand*{\labelnamepunct}{\addcolon\addspace} % ":" nach letztem namen
\deffootnote[1.1em]{1em}{1em}{\textsuperscript{\thefootnotemark} }
%\addtolength{\skip\footins}{\baselineskip}
\renewcommand{\bibfootnotewrapper}[1]{% entfernt punkt nach fußnote
\bibsentence#1}
\renewbibmacro*{prenote}{%
\iffieldundef{prenote}
{\printtext{}%
\setunit{\prenotedelim}}
{\iffieldequalstr{prenote}{XX} %\footcite[xx]{key}
{}
{\printfield{prenote}%
\setunit{\prenotedelim}}}}
\setlength{\bibitemsep}{2\itemsep}
\renewbibmacro*{prenote:nocf}{%
\iffieldundef{prenote}
{}
{\printfield{prenote}%
\setunit{\prenotedelim}}}
\DeclareCiteCommand{\cite}
{\usebibmacro{prenote:nocf}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{\multicitedelim}
{\usebibmacro{postnote}}
\renewcommand\footnoterule{\kern-.75\skip\footins
\hrule width 1.9cm height .4pt\kern
-.4pt\kern.75\skip\footins}
\begin{document}
\blindtext\footnote{Flamingo Unicorn Cabybara Koala}
\pagebreak
\blindtext\footcite[Vgl.][120]{Flamingo Unicorn Cabybara Koala1}
\end{document}
Hier wird's deutlich... :/
Verfasst: Fr 21. Aug 2015, 21:39
von Gast
Was genau möchtest Du denn erreichen?
Mit
\renewcommand\footnoterule{\vskip \z@ \@plus .05fil\kern-.75\skip\footins\hrule width 1.9cm height .4pt\kern-.4pt\kern.75\skip\footins}
klebt nichts mehr, aber ist das, was Du wolltest?
Verfasst: Fr 21. Aug 2015, 21:44
von Gast
Da da @s vorkommen, brauchst Du natürlich.
\makeatletter
\renewcommand\footnoterule{\vskip \z@ \@plus .05fil\kern-.75\skip\footins\hrule width 1.9cm height .4pt\kern-.4pt\kern.75\skip\footins}
\makeatother
Verfasst: Fr 21. Aug 2015, 21:46
von Dave Miller
Verfasst: Fr 21. Aug 2015, 22:01
von Dave Miller
Anonymous hat geschrieben:Da da @s vorkommen, brauchst Du natürlich.
\makeatletter
\renewcommand\footnoterule{\vskip \z@ \@plus .05fil\kern-.75\skip\footins\hrule width 1.9cm height .4pt\kern-.4pt\kern.75\skip\footins}
\makeatother
Danke

Verfasst: Fr 21. Aug 2015, 23:29
von u_fischer
Anonymous hat geschrieben:Da da @s vorkommen, brauchst Du natürlich.
\makeatletter
\renewcommand\footnoterule{\vskip \z@ \@plus .05fil\kern-.75\skip\footins\hrule width 1.9cm height .4pt\kern-.4pt\kern.75\skip\footins}
\makeatother
Nun, ich würde ja \usepackage[bottom]{footmisc} benützen.