4
votes
2answers
98 views

How to change ledmac's paragraph footnotes from justified to ragged

How to change ledmac's paragraph footnotes from justified to ragged ? They seem to be justified by default, but I need them ragged left. Probably needs a redefinition of \parafootfmt, but I don't know ...
10
votes
2answers
434 views

How to break URLs when footnotes are on same line?

Question Footnotes on the same line revealed that it is a good idea to use \usepackage[para]{footmisc}. However, this does not seem to work with URLs: \documentclass{article} \usepackage{hyperref} ...
13
votes
2answers
544 views

paragraphed footnote style with bigfoot

I need paragraphed footnotes precisely as manyfoot offers them, but also some of bigfoot's other features (mainly "natural" order of the notes). As bigfoot is described as "a drop-in replacement of ...
10
votes
1answer
419 views

How to reduce the space between two footnotes, making them seem more like two paragraphs?

\documentclass{article} \usepackage{lipsum} \usepackage[doublespacing]{setspace} %\usepackage[onehalfspacing]{setspace} \setlength{\parskip}{0pt} \usepackage[b5paper]{geometry} \begin{document} ...
7
votes
1answer
849 views

Footnotes on the same line

For documents with a lot of footnotes, particularly if some are short, it can be nice to have multiple on the same line, e.g.: this is the first footnote 2. this is the second footnote 3. this ...
2
votes
1answer
402 views

Multiple footnotes in minipage - how to typeset as paragraph ?

I have a table in a minipage with multiple, short footnotes. These are typeset one per line. However, I would like to have these in 'paragraph' mode to save space. I have tried ...