Tagged Questions
5
votes
1answer
37 views
Footnote on document author with footmisc
I'm using the following:
\documentclass[11pt]{article}
\usepackage[bottom,flushmargin,hang,multiple]{footmisc}
\title{Title}
\author{Joe Blow\footnote{Address}}
\begin{document}
\maketitle
...
2
votes
1answer
57 views
footnote rule on cover page
I have a document with a cover page and foonote. I would like to add a rule above the foonote. What is the way to do this?
\documentclass[english,titlepage]{article}
\begin{document}
\title{ddd}
...
4
votes
1answer
91 views
Linebreak in \thanks footnote?
I am using the scrartcl class of Koma-Script with \thanks on the title page. Everything works as expected, so far, but I'd like to use a linebreak within the footnote.
Here's an MWE:
...
1
vote
3answers
132 views
Using \@author variable to put authors name in fancy header
I'm using \@author variable to put authorname in header of my document. Currently, header shows authorname and footnotemark which incerements every page:
\makeatletter
\let\runauthor\@author
...
4
votes
1answer
53 views
Missing space before “and” in author list with two \thanks
I am trying to typeset the authors' names in a paper so that they appear as
Joe Bloggs* and John Smith**
(i.e. typeset with a joining "and" and normal spacing between words). I also need to put a ...
1
vote
1answer
112 views
Shared author footnotes in REVTeX
REVTeX automatically combines \email and \thanks macros into a single footnote, and uses the same footnote if multiple authors share the exact same set of macros.
Is there any way to force the \email ...
5
votes
2answers
95 views
Authors with multiple footnotes
Say I have an article. Under the title goes the name of three authors. The first author belongs to two organisations. The second belongs to one of the two from the first. And the last author belongs ...
3
votes
1answer
56 views
How to delete \shortitle from page when having footnote?
I have a document, where one page has two footnotes, but they are appearing just above \shortitle ... Can I force \shortitle to not appear on this particular page? Some pages have author and ...
5
votes
3answers
542 views
\thanks not creating footnote in twocolumn article
I am trying to use \thanks inside \author in a twocolumn article. The document shows an asterisk next to the author's name, but the footnote is not appearing at the bottom of the first page or ...
4
votes
1answer
234 views
multiple footnotes using footmisc within author/thanks context
I'm working on a paper with a large list of authors, hence I've switched to numeric author indices as illustrated at http://www.latex-community.org/viewtopic.php?f=5&t=1517&view=next . Now I ...
6
votes
2answers
901 views
How can I add acknowledgements on the title page as a numbered footnote?
I was asked to add acknowledgements to the right of the author name as the first footnote. (So the footnote should be numbered as "1" but for some reason it only shows asterisk "*".)
Could anyone ...
5
votes
1answer
790 views
How to double space the \thanks footnote?
The journal I intend to submit my paper to requires all the text, including footnotes and acknowledgments, be double spaced. I use the setspace package and put \doublespacing and ...
6
votes
1answer
307 views
authblk footnote marks before/atop commas
The authblk package, in footnoted mode, puts footnote marks inside commas ("Alice1,") which is bad typography. Is there any way to persuade it to put the footnote marks outside the commas ...
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 ...
7
votes
5answers
653 views
Disappearing Footnote
Goals: I would like to have the title, author, date, and the table of content on the same page. I also want the capability of being able to have a footnote to the author.
What I have done so far: I ...
4
votes
2answers
513 views
How do I change the footnote style of \thanks to a letter?
I need to have a lowercase superscript letter for the footnote for the author, that is, I need the \thanks command to have footnote a as opposed to *. I'm assuming that I either need to use an option ...
2
votes
1answer
1k views
Simple Author, affiliation and email example fails in RevTex4-1
I can't get the following simple author / email / affiliation code to function perfectly in a document for Journal of Mathematical Physics (JMP):
\documentclass[aip,jmp,preprint]{revtex4-1}
...
...
2
votes
1answer
1k views
Problem putting affiliations in footnote using authblk
I want to use authblk package for a better affiliation formatting, but when I use this package affiliations don't go to the footnote as expected.
This is how I used that package:
...
2
votes
2answers
2k views
Label in a footnote in author's field causes 'xfootnotemark doesn't match its definition'
I am trying to insert a \label in the footnote (\thanks) of the author's field with the following code
\author{Gopal \thanks{XYZ university\label{auth1}}}
However, LaTeX keeps giving the error ...
2
votes
1answer
367 views
Use input file in \thanks{}
Is it possible to acheive something similar to
\title{\myTitle \thanks{ \input{../acknowledgement} }}
(which doesn't work?) in order to load the content for \thanks on the fly?
8
votes
3answers
12k views
How to write a footnnote attached to the author in a LaTeX paper?
I want to attach a footnote to each author of a paper and write that their research was supported by different grants. How do I do that? Simply \footnote after each author does not work!
