GeneralFootnote problem in RevTex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
akkedo
Posts: 2
Joined: Wed Nov 24, 2010 5:46 pm

Footnote problem in RevTex

Post by akkedo »

Hi All

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
T3.
Posts: 208
Joined: Fri Mar 14, 2008 12:58 pm

Footnote problem in RevTex

Post by T3. »

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.
Did you run bibtex? RevTeX puts footnotes together with references.

Cheers,

Tomek
akkedo
Posts: 2
Joined: Wed Nov 24, 2010 5:46 pm

Re: Footnote problem in RevTex

Post by akkedo »

Worked like a charm! Thanks so much for your help. Didn't know that RevTex ran footnotes together with BibTex.

Best regards,
Akkedo
vanysh
Posts: 2
Joined: Wed Dec 15, 2010 11:13 pm

Footnote problem in RevTex

Post by vanysh »

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
Hi there!

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.
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Footnote problem in RevTex

Post by frabjous »

You run bibtex just like you run latex itself, except you run it on the .aux file rather than the .tex file. So if you were using the command line, instead of:

Code: Select all

latex filename.tex
you'd run

Code: Select all

bibtex filename.aux
But most people don't use the command line; they have an editor that does this sort of thing for them. Most likely your editor has a menu option or button for running bibtex, but if you want help with that, at least tell us what operating system and editor you're using!

(You'll need to rerun LaTeX, probably twice, after running BiBTeX.)
fausto_ramos
Posts: 6
Joined: Wed Apr 13, 2011 1:13 pm

Footnote problem in RevTex

Post by fausto_ramos »

T3. wrote:
Did you run bibtex? RevTeX puts footnotes together with references.

Cheers,

Tomek
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.
Post Reply