Tagged Questions
The footnotes tag has no wiki summary.
8
votes
2answers
5k views
Footnote spacing in LaTeX
I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do ...
7
votes
2answers
4k views
Is there a way to prevent LaTeX from splitting long footnotes across multiple column/pages?
I am using LaTeX and in some cases have multiline footnotes.
When I use a two-column format and especially when the reference to a footnote is low in the column, LaTeX will often split the footnote ...
4
votes
5answers
883 views
LaTeX blank after number and before text
how could i make a blank after the number in my footnotes?
In a general way, means for ALL footnotes!
Thanks for helping!
Example:
good: 1 Hello World
bad : 1Hello World
3
votes
1answer
288 views
How do I force footnotes to the very bottom of the page when the page is not full?
In my thesis, I'm finding footnotes get placed just below the lowest text on the page. This means that the footnotes won't necessarily be placed at the end of the text box (of height \textheight) but ...
3
votes
3answers
3k views
glossaries package and footnote in LaTeX
I am currently stuck, having two separate glossaries: main & acronyms. Acronyms glossary prints footnotes on first use in the text, but main glossary does not. Is there any way to make any other ...
2
votes
2answers
195 views
List of footnotes in latex
I was wondering if I'll have the option to add something like \listoffootnotes in my document like I can use \listoffigures or tables...
Anyone knows how?
1
vote
0answers
14 views
How can I keep footnotes together with message text when top-posting?
I want better control of the footnote positioning within an email message. I could write the code to modify footnote-mode to do what I want, but first I want to see if somebody else has already solved ...
1
vote
0answers
56 views
Restart footnote numbering in each 'sect1' in Docbook
As the title describes my problem is that I want to reset the footnote numbering in each 'sect1', not just in each 'chapter' or 'appendix' and etc.
So far I couldn't manage to reset it. I've tried to ...
1
vote
1answer
58 views
SAS EG image in footnote
i would like to insert an image in the footnote. What command should i use ?
For example , my image file is locate at "C:\Image\img_footnote.jpg".
thanks.
sreenshot image link(not enough reputation ...
1
vote
3answers
94 views
How would I make a webpage that would use user input to generate a .doc(x)/.pdf document /w footnotes?
I want to create a website/webapp to aid users in making translations of foreign texts. The user would upload/copy & paste a text in one collumn, type in a translation on a second collumn. There ...
1
vote
2answers
521 views
Latex-style citations in emacs and Wanderlust
I'm reading my email in emacs using Wanderlust client. I'm subscribed on a bunch of mailing lists and quite often I'm noticing well-formatted emails which employs LaTeX-style (most simple explanation ...
1
vote
1answer
707 views
Latex: kerning between footnote marks and punctuation marks
Not the same as "footnote spacing in latex".
When I add footnotes in latex, there is often a little bit of space due to the punctuation mark before them:
I can't help but feel this might be a ...
0
votes
2answers
63 views
Is there a smart way to link a field to another field?
Example: a database containing the names and properties of different metals (density, colour, melting point etc.) where I might have found the value for the density from one source (website, book, ...
0
votes
1answer
81 views
Table as a footnote in Latex (LEd + MikTex 2.8 + Windows XP) [closed]
I want to place a small 4x4 table as a footnote in a manuscript that I am preparing for an IEEE Journal. Has any one tried this before? How to do it? I haven't got any leads yet.
Thanks in advance
...
0
votes
2answers
59 views
Can I use regex to copy a title to each entry until the next title? (Hyperlinking endnotes in an ebook)
Okay, regex ninjas. I'm trying to devise a pattern to add hyperlinks to endnotes in an ePub ebook XHTML file. The problem is that numbering restarts within each chapter, so I need to add a unique ...
0
votes
2answers
1k views
How to restart \footnote numbering every page [closed]
I have more than 9 footnotes, so I need to restart the footnote numbering. I know that I can force that adding [1] in the 10th item, but I want something automatic.
How can I do it? Adding some word ...
0
votes
1answer
204 views
Eclipse Plugin or else for coding footnote
I love the Manning In Action Series. One of appealing area is that the code listing inside the book always has a footnote where there is a detailed explanation by a reference number. See below the ...
0
votes
1answer
66 views
A C++ text editing component that handles footnotes?
After a cursory glance round and some thinking, the only way I can think of to create a footnoting editing component is several rich edit controls, though with this method there's many caveats.
Does ...