4
votes
1answer
92 views

Footnote indent equal to text parindent

Is there a way to save the document \parindent and use it to indent footnotes? I am using koma-script, therefore I would like to use the \deffootnote[mark width]{indent}{parindent}{definition} ...
5
votes
3answers
349 views

Extra space between footnote numbers and content for high count

I’m using the following commands to customize footnotes: \usepackage[bottom,norule,hang]{footmisc} \setlength{\footnotemargin}{2mm} \setlength{\footnotesep}{4mm} \addtolength{\footskip}{2mm} The ...
2
votes
1answer
146 views

Footnotes with no superscript but indent [duplicate]

Possible Duplicate: How to set superscript footnote mark in the text body but normalsized in the foot? I cannot find a way to have footnotes with no superscript number in the footnotes, but ...
2
votes
1answer
178 views

Indenting footnotes in ConTeXt

How to modify \footnote in ConTeXt, such that the complete footnote is indented?
5
votes
1answer
164 views

Add indent to \footnoterule

I would like to show the footnote rule with the same indentation as the footnote. I have tried with something like \renewcommand\footnoterule{% \kern-3\p@ \rule{.4\columnwidth}{0.4pt} ...
2
votes
1answer
1k views

Footnote indent [duplicate]

Possible Duplicate: Layout of multiple lines footnotes This seems like a relatively simple request—though I can't seem to find the answer anywhere. I'm using the biblatex-chicago package ...
4
votes
1answer
344 views

Alignment of itemize/enumerate items in footnotes

In my document I am using the footmisc package (with \usepackage[splitrule,hang]) and the following appearance of my footnotes \deffootnote[1cm]{1cm}{0cm}{\makebox[1cm][l]{\thefootnotemark}} Now I ...
7
votes
1answer
539 views

Footnote indentation with amsart and setspace

A follow-up to this question: amsart, setspace, and footnotes As explained there, using the setspace package in an amsart document removes the indentation in the first lines of footnotes. This is ...
13
votes
3answers
1k views

How to set superscript footnote mark in the text body but normalsized in the foot?

I want the footnote mark to be superscripted in the text body (e.g. Footnote mark²), but normalsize in the foot, to be shown like: ________________ 2. Some footnote text Also, it would be nice if ...
10
votes
4answers
3k views

Layout of multiple lines footnotes

I have a question about footnotes with LaTeX: I would like the multi-lines footnotes to look like: 1 This is the first line of the very, very long footnote and this is the second line of the ...