PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : bündige Fußnoten mit Autorenangaben



pandabier
02-05-2013, 17:15
Hallo allerseits,

in meinem Dokument möchte ich direkt beim Autor ein Sternchen haben, welches bei den Fußnoten auf der 1. Seite genauer spezifiziert wird. Weitere Fußnoten folgen. Ich benutze das ClassicThesis-Paket und habe nun das Problem, dass die Autorenangabe in der Fußnote nicht bündig mit den anderen ist (siehe Anhang). Das Sternchen hätte ich gern auf einer Höhe mit der 1. Ich habe einige Dinge - leider erfolglos - bereits ausprobiert und wäre dankbar für Hilfe.

Viele Grüße
pandabier


\documentclass{article}
\usepackage[ngerman,american]{babel}
\usepackage[nochapters,beramono,eulermath]{classicthesis}

\title{Title Title Title}
\author{Firstname Lastname\footnote{Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone}}
\begin{document}

\maketitle

Text\footnote{This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote.This is a long footnote.}

\end{document}

pandabier
06-05-2013, 09:27
hat niemand eine idee?

u_fischer
06-05-2013, 10:08
Benutze die Klasse scrartcl statt article.

pandabier
06-05-2013, 10:37
Top. Daran lag es. Danke!

pandabier
06-05-2013, 10:56
ich habe gerade gesehen, dass das ursprüngliche problem zwar behoben ist, allerdings zerschießt die neue dokumentklasse leider einiges in meinem dokument. zb sehen meine tabellen jetzt anders aus. ich würde die ungern alle wieder anpassen. kann ich mein problem auch lösen, ohne die dokumentklasse zu ändern?

CollmDante
06-05-2013, 12:59
Hier ein Versuch ohne die Klasse zu ändern:

\documentclass{article}
%\documentclass{scrartcl}
\usepackage[ngerman,american]{babel}
\usepackage[nochapters,beramono,eulermath]{classicthesis}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\title{Title Title Title}
\author{Firstname Lastname\footnotemark[1]}
\begin{document}
\maketitle
\footnotetext[1]{Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone}
\renewcommand{\thefootnote}{\arabic{footnote}}

Text\footnote[1]{This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote.This is a long footnote.}

\end{document}

Ich hoffe das hilft weiter.
Gruß Jens

pandabier
06-05-2013, 13:47
Vielen Dank, Jens. Es funktioniert!

pandabier
22-10-2013, 12:28
hallo nach mehreren monaten :)

mir ist nun aufgefallen, dass die fußnotenzahl sehr nah am fußnotentext dran ist, was bei zweistelligen fußnotenzahlen unschön aussieht. siehe:

\documentclass{article}
%\documentclass{scrartcl}
\usepackage[ngerman,american]{babel}
\usepackage[nochapters,beramono,eulermath]{classicthesis}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\title{Title Title Title}
\author{Firstname Lastname\footnotemark[1]}
\begin{document}
\maketitle
\footnotetext[1]{Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone}
\renewcommand{\thefootnote}{\arabic{footnote}}

Text\footnote{This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote.This is a long footnote.}

Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}\\
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
\end{document}

ich habe mir jetzt eine lösung gegooglet und bin auch fündig geworden, allerdings ist jetzt meine erste fußnote mit dem sternchen nicht bündig zu den anderen. kann mir jmd helfen, dieses problem zu beheben? würde mich sehr freuen!


\documentclass[fleqn]{article}
\usepackage[nochapters,beramono,eulermath]{classicthesis}
\usepackage[ngerman,american]{babel}
\usepackage{lipsum}

\renewcommand{\thefootnote}{\fnsymbol{footnote}} %Erste Fußnote bei Autor als Symbol
%---> Abstand_Fn-Nr zu Fn-Text
\makeatletter
\renewcommand{\@makefntext}[1]{\setlength{\parindent}{0pt}%
\begin{list}{}{%
\setlength{\topsep}{0pt}
\setlength{\partopsep}{0pt}
\settowidth{\labelwidth}{00\@thefnmark}% % ^^ Anzahl_Nullen =df. Abstand
\setlength{\labelsep}{0.7pt}%
\setlength{\leftmargin}{\labelwidth}
\addtolength{\leftmargin}{\labelsep}
\footnotesize}\item[\@makefnmark\hfill]#1%
\end{list}}
\makeatother

\begin{document}

\title{\rmfamily\large\spacedallcaps{Title}}
\author{\spacedlowsmallcaps{First and Last Name}
\footnote{Institution, City, E-Mail:. Institution, City, E-Mail:. Institution, City, E-Mail:. Institution, City, E-Mail:.
\newline Here go the acknowledgements... Here go the acknowledgements... Here go the acknowledgements... Here go the acknowledgements...}}
\date{\today}
\maketitle

\renewcommand{\thefootnote}{\arabic{footnote}} %Erste Fußnote bei Autor als Symbol

\lipsum[1] Usw.\footnote{\lipsum[2]}

\end{document}

CollmDante
22-10-2013, 14:45
Da kann geholfen werden, denn classicthesis verwendet für die Fußnoten das Paket footmisc wenn keine Komaklasse verwendet wird. Also
\documentclass{article}
%\documentclass{scrartcl}
\usepackage[ngerman,american]{babel}
\usepackage[hang]{footmisc} %classicthesis verwendet footmisc
\usepackage[nochapters,beramono,eulermath]{classicthesis}
%
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\setlength{\footnotemargin}{1.5em} %steuert Abstand Nummer-Text
\title{Title Title Title}
\author{Firstname Lastname\footnotemark[1]}
\begin{document}
\maketitle
\footnotetext[1]{Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone Affiliation University City Phone}
\renewcommand{\thefootnote}{\arabic{footnote}}

Text\footnote{This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote. This is a long footnote.This is a long footnote.}

Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}\\
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
Text\footnote{This is a long foot}
\end{document} Dabei erzeugt die Option hang den gewünschten Effekt.
Gruß
Jens

pandabier
22-10-2013, 14:59
super, ich danke dir vielmals. passt jetzt alles.