General ⇒ Footnote problem in RevTex
Footnote problem in RevTex
I am using revtex for writing a scientific article and hit a problem with footnotes.
Making a footnote (\footnote{test}) results in [? ] upon compiling the document.
I have read the documentation for footnotes in revtex and it is supported as in normal LaTeX.
Anyone know the solution to this problem?
My preamble:
\documentclass[pra,twocolumn,a4paper]{revtex4-1}
\usepackage[utf8]{inputenc}
\usepackage{siunitx}
\usepackage{graphicx}
%\usepackage{hyperref}
Note that I normally use hyperref but in this instance have disabled it for debugging purposes.
I would greatly appreciate any help I can get for this problem.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Footnote problem in RevTex
Did you run bibtex? RevTeX puts footnotes together with references.akkedo wrote:I am using revtex for writing a scientific article and hit a problem with footnotes.
Making a footnote (\footnote{test}) results in [? ] upon compiling the document.
Cheers,
Tomek
Re: Footnote problem in RevTex
Best regards,
Akkedo
Footnote problem in RevTex
Hi there!akkedo wrote:Worked like a charm! Thanks so much for your help. Didn't know that RevTex ran footnotes together with BibTex.
Best regards,
Akkedo
I'm having the same problem with the [?] in the footnotes but I don't know how to "run bibtex" in order to solve it. How did you do that?
Thanks in advance,
Vanysh.
Footnote problem in RevTex
Code: Select all
latex filename.tex
Code: Select all
bibtex filename.aux
(You'll need to rerun LaTeX, probably twice, after running BiBTeX.)
-
- Posts: 6
- Joined: Wed Apr 13, 2011 1:13 pm
Footnote problem in RevTex
Is it ok to put footnotes together with references? The former ones are supposed to be on the page bottom. In fact, I arrived to this forum because I thought it was an error of RevTeX or AIAA.cls.T3. wrote:
Did you run bibtex? RevTeX puts footnotes together with references.
Cheers,
Tomek