Tagged Questions
5
votes
1answer
42 views
How to force the unbreak of a single footnote?
I am in the final phase of the document preparation, so I'm quite sure that pages will not change before printing.
I noticed that, for some strange reason, bigfoot breaks some footnotes across pages, ...
4
votes
0answers
37 views
Modify bigfoot rules for footnote page-breaks
I use the bigfoot package and I would like to reset preferences (penalties?) for footnote page breaks exactly as they are in the basic LaTeX default.
I noticed that bigfoot, while allowing for nested ...
2
votes
1answer
87 views
Placement of tablenotes in longtable with threeparttablex
How can I prevent a pagebreak of the tablenotes within ThreePartTable (threeparttablex) in the following MWE (btw it's a landscape table)? \enlargethispage seems to have no effect.
...
2
votes
0answers
82 views
Adding floating space between main text and footnotes
I have to typeset a text with several widows and lots of footnotes. The editor told me to leave an additional blank line between the main text and the footnotes and to use this space to print the ...
10
votes
2answers
143 views
\paragraphfootnotes with text colour
I am having some trouble with my footnotes becoming coloured in certain situations. In particular, I am wanting to use memoir's \paragraphfootnotes, but all the footnotes for a page become coloured if ...
6
votes
2answers
205 views
Question about zref bundle (changing the behaviour of footnote rule)
In bidi package, we have three footnote commands \footnote (typesetting RTL footnotes in RTL mode and typesetting LTR footnotes in LTR modes), \RTLfootnote (always typeset RTL footnote), and ...
9
votes
1answer
133 views
Putting marks for split footnotes
Say, that you have a footnote which is printed in page 1 and 2. How can you put a mark, say $\rightarrow$ at the end of the footnote text in page 1 and at the start of the footnote text on page 2, ...
6
votes
1answer
101 views
Footnotes causing pagebreaks in philosophersimprint.cls
I am trying to typeset an article using the philosophersimprint class, but footnotes are having a weird interaction with pagebreaks. Here is a minimal example demonstrating my problem:
...
10
votes
2answers
522 views
Is there a distinct command for \widowpenalty and \clubpenalty in footnotes?
I have found that setting \widowpenalty=10000\clubpenalty=10000 in the main document has not prevented widows and clubs from appearing occasionally in footnotes in a long and complex document I am ...
7
votes
1answer
236 views
How to put footnotes in the page where they belong in a mdframed environment
I have a large bunch of text in a mdframed environment, that span more than one page.
As it seems reading the documentation, the mdframed environment put every footnotes at the end of the frame, by ...
7
votes
1answer
210 views
Forcing footnotes to appear on the next page
I need a way to make some footnotes appear on page 2n+1 when the text that they're "attached" to occurs on page 2n. Is there something like a \newpage command that I could use in the middle of ...
0
votes
0answers
39 views
Prevent LaTeX from splitting footnotes across two pages [duplicate]
Possible Duplicate:
Footnote runs onto second page
In my KOMA-Script document …
\documentclass[smallheadings,a4paper,twoside=false,12pt]{scrbook}
… I currently use the following header ...
11
votes
2answers
136 views
Can I detect whether a footnote has been split?
Title sez it all: Can I detect, hopefully by inspecting \box\footins, whether a footnote has been split at page-breaking?
I found the package fnbreak but it uses labels, which is much too delayed for ...
1
vote
1answer
148 views
Footnote separator for wrapped footnote, problems with Hebrew
In a previous question I asked how to format the footnote separator for wrapped footnotes. However, the provided solution unfortunately did not seem to work with my document. Now I have found that ...
6
votes
2answers
337 views
bigfoot: only break footnotes across double-page spread
The bigfoot handles the breaking of footnotes across pages quite well, but personally I don't like it if I have to turn the page to read a complete footnote.
Therefore my question: Is it possible to ...
1
vote
1answer
264 views
Footnote separator for wrapped footnote
In a text I am writing I have a couple of quite long footnotes which start on one page and continue on the next one. In order to comply with style requirements the line separating the body text and ...
3
votes
2answers
476 views
Footnotemark and footnotetext on different pages
Is there a way to permit footnotes to begin on a page subsequent to the one on which they were invoked? If the footnote is separated by no more than 1 page from the invoking line of text, then this is ...
11
votes
3answers
520 views
How can I let a footnote continue on the next page?
I have a rather long footnote which breaks a listing in two parts, unnecessarily. Since the listing is more important then the footnote I'd rather lake to have the footnote split.
Can I customize ...
4
votes
1answer
268 views
Footnotes running off edge of page
When using long section titles and the para option from footmisc, the footnotes are pushed off the edge of the page. E.g.
\documentclass{article}
\usepackage{lipsum}
\usepackage[para]{footmisc}
...
10
votes
3answers
796 views
Footnote runs onto second page
I have a footnote that begins on one page but the text runs over onto the footnote section of the page afterwards. Any way to fix this? I'm using footmisc and the oneside book class.
7
votes
2answers
130 views
dblfnote.sty with musuos.cls causes unbalanced footnotes
I’m the author of musuos.cls and while writing a paper with it I noticed that the dblfnote-package leads to unbalanced footnote columns
You can see that the left colum has one line less than the ...
3
votes
1answer
195 views
Custom footnote breaks
Does anybody have an idea how I could get custom footnote breaks like "if the footnote is longer than x lines, then break it to the next page"?
4
votes
1answer
254 views
footnoterule not moving with footnote
I'm using the book documentclass and the footmisc package.
I made some changes to the original footnote macros, and this causes the following problem when the footnoted word is on the last couple of ...
15
votes
3answers
5k views
Keep all footnotes on the according page
Is there a way to keep all footnotes on the page where they belong to? I have several (20-30) footnotes per page (some short, some stretch over multiple lines). Sometimes latex places the last one or ...