PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fußnotenausgabe anpassen (Fußnotenziffer nicht hochstellen, etc.)



pauline panther
10-09-2009, 01:05
Hallo, ich möchte gern den Fußnotenziffer so anpassen, dass er direkt linksbündig unter der Fußnotenlinie steht. Ich kann zwar das Hochstellen der Fußnotenziffer durch den Befehl:

\makeatletter
\renewcommand\@makefntext[1]{\begin{itemize} \item[\@thefnmark] #1 \end{itemize}}
\makeatother


verhindern, dafür steht dann aber die Fußnote eingerückt und nicht linksbündig.
Zudem soll der Fußnotentext leicht eingerückt im Blocksatz stehen.

Die angehängte pdf Datei verdeutlicht mein Anliegen wohl am besten.

Gibt es einen geeineteren Befehl?


Vielen Dank !

mechanicus
10-09-2009, 08:47
Hallo,



Die angehängte pdf Datei verdeutlicht mein Anliegen wohl am besten.

Nein, denn


Gibt es einen geeineteren Befehl?

es fehlt das Minimalbeispiel.

Gruß
Marco

pauline panther
10-09-2009, 18:58
Wie kann ich denn hier so eine Code: -Ausgabe erstellen?

Hier das Minimalbeispiel:


\documentclass[a4paper 12pt]{book}
\makeatletter
\renewcommand\@makefntext[1]{\begin{itemize} \item[\@thefnmark] #1 \end{itemize}}
\makeatother
%%\renewcommand{\footnotesize}{10pt}

\begin{document}
Haupt¬text abcde Haupttext fgh Haupttext\footnote {ij Haupttext klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext fgh Haupt¬text ij Haupttext} klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext Haupttext vw Haupttext xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext klmnopq\footnote{ Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext} klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupt¬text abcde Haupttext fgh Haupttext ij Haupttext klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext Haupttext vw Haupttext\footnote {xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext klmnopq Haupttext rstu Haupttext vw Haupttex} xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext
\end {document}


Darüberhinaus müssen diese in 10pt angegeben werden und einzeilig ausgegeben werden.


Vielen Dank

mechanicus
10-09-2009, 19:23
Hallo,


Wie kann ich denn hier so eine Code: -Ausgabe erstellen?

Rautesymbol im Schreibfenster

Meinst du sowas:

\documentclass[a4paper,12pt]{book}
\usepackage[hang]{footmisc}
\makeatletter
\def\@makefnmark{\hbox{\normalfont\@thefnmark}}
\makeatother
\let\footnotesize\small
\begin{document}
Haupt¬text abcde Haupttext fgh Haupttext\footnote {ij Haupttext klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext fgh Haupt¬text ij Haupttext} klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext Haupttext vw Haupttext xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext klmnopq\footnote{ Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext} klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupt¬text abcde Haupttext fgh Haupttext ij Haupttext klmnopq Haupttext rstu Haupttext vw Haupttext xyz Haupttext abcde Haupttext Haupttext vw Haupttext\footnote {xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext klmnopq Haupttext rstu Haupttext vw Haupttex} xyz Haupttext abcde Haupttext fgh Haupttext ij Haupttext
\end {document}

Gruß
Marco

pauline panther
10-09-2009, 20:42
Ja! Vielen Dank !!!

War das jetzt eigentlich ein richtiges Minimalbeispiel?

mechanicus
10-09-2009, 21:11
Ja! Vielen Dank !!!

War das jetzt eigentlich ein richtiges Minimalbeispiel?
Ja, es zeigte

dein Problem,
deine Dokumentenklasse und
deine Pakete, welche evtl. Einfluss haben.

so war es relativ einfach, dir zu helfen.

Gruß
Marco