Tagged Questions
1
vote
0answers
27 views
put a footnote just in down margin no near of body text
i want put footnote just margin down no near body text
i find this where i can handle the space between body text and down margin but is hard calculate space for all my footnotes
...
2
votes
1answer
84 views
Odd behaviour when setting bottom margin [duplicate]
Possible Duplicate:
Tables below footnotes, is this a good output routine algorithm or a bug?
I use
\documentclass[liststotocnumbered,bibtotocnumbered,12pt,a4paper,Arial]{scrbook}
...
1
vote
1answer
418 views
Is there a way to position a footnote in LyX without using TeX code “manually”?
I'm using the tufte-latex document class with LyX and would like to adjust the positions of some "footnotes" in my document by specifying an offset. I understand that I can do this manually by ...
7
votes
1answer
1k views
Undesired Placement of Footnotes in Blocks
Depending on the theme of a beamer-document, footnotes will either be placed inside or outside of a block-environment. It would like to do combine a style, which places the footnotes inside a ...
4
votes
1answer
292 views
“Thanks” note (footnote) placed below right column even though there is enough space on the left
In this two-column document, the "thanks" note is placed below the right column even though there is enough space below the left column, and a lot of space is inserted around the heading of the first ...
2
votes
0answers
72 views
Floating figures with 'b' ends up below the footnote [duplicate]
Possible Duplicate:
Tables below footnotes, is this a good output routine algorithm or a bug?
Whenever a page contains a figure which is set to be placed at the bottom of the page, and the ...
14
votes
3answers
721 views
Placing text and footnotes on separate pages
How can I place the main text of a document on only verso (left) pages and the footnotes on recto (right) pages (or vice versa)?
Update:
The expected appearance is not unlike moving the whole ...
22
votes
4answers
1k views
Placing footnotes or endnotes at the end of the current paragraph
This question led to a new package:
parnotes
How can I get footnote or endnote text to appear right after the paragraph in which it was mentioned?
Update:
As my question lacks sufficient ...
21
votes
3answers
1k views
Tables below footnotes, is this a good output routine algorithm or a bug?
Consider the minimal code below, which produces two different layouts depending on the table position marks.
The first layout uses
\begin{table}
which results in the table ending below the ...
10
votes
1answer
222 views
Reproducing a spacious layout of verse annotation
LaTeX footnote and pagination routines by default allow long or multiple footnotes for a given page to spill-over to following page(s) of the text. But the interaction of the pagination and notes ...
1
vote
1answer
270 views
Putting notes to the side
Is there a package to put "footnotes" to the side like in this example : http://www.bvh.univ-tours.fr/Consult/consult.asp?numfiche=571&index=15&numtable=B372615206_18229&mode=1&ecran=0 ...
8
votes
2answers
397 views
footnotes - on the bottom except on last page of chapter
My school requires that dissertations follow a set of sometimes odd formatting requirements. We have a latex class file which does a reasonable job at bringing documents into compliance with their ...
3
votes
2answers
329 views
Positioning footnotes before the bibliography
I don't want a separate page for my bibliography, so the references simply follow after the end of the actual document. However, there happens to be a footnote on the last page which is then displayed ...
9
votes
3answers
8k views
beamer: footnote text collides with navigation symbols
Footnotes in presentations are "usually not a good idea" (beamer manual, p. 130). Suppose, however, I have a valid reason to use the \footnote command in a beamer document (e.g., for printing a full ...
12
votes
2answers
1k views
Why is my footnote “glued” to the text?
This is the document:
\documentclass[12pt]{article}
\usepackage[top=3in, bottom=3in, left=3in, right=3in]{geometry}
\usepackage{lipsum}
\interlinepenalty=10000
\begin{document}
This is first short ...