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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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