BibTeX, biblatex and biberfootbib | Undefined Citations

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
tomerbr
Posts: 8
Joined: Thu Dec 08, 2011 11:20 pm

footbib | Undefined Citations

Post by tomerbr »

Hi to all.

I have some strange problem with "bootbib".

Here are my prem's:

Code: Select all

\documentclass[12pt,a4paper,final]{report}
\usepackage{fullpage}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{pstricks}
\usepackage[crop=off]{auto-pst-pdf}
\usepackage{subfig}
\usepackage[colorlinks=true, citecolor=blue, pdftitle={BOI HW1 by Tomer Braier}, pdfauthor={Tomer Braier 033951484}]{hyperref}
\usepackage{array}
\usepackage{tabularx}
\usepackage{footbib}
at the end of the doc I have:

Code: Select all

\appendix
\chapter{Q1 source code}
\include{Q1out}
\chapter{Q2 source code}
\include{Q2out}
\chapter{Q3 source code}
\include{Q3out}
\footbibliographystyle{ieeetr}
\footbibliography{BOIHW1letr}
\end{document}
I entered this line at the document:

Code: Select all

Specific rotation of glucose $[\phi_{\text{spacific}}]$ as a function of wavelength can be calculated using the equation\footcite{EscuderoSanz99}:
and have a file named BOIHW1letr.bib with:

Code: Select all

@article{EscuderoSanz99, 
author = {Isabel Escudero-Sanz and Rafael Navarro}, 
journal = {J. Opt. Soc. Am. A}, 
keywords = {Lenses; Vision modeling ; Physiological optics},
number = {8}, 
pages = {1881--1891}, 
publisher = {OSA},
title = {Off-axis aberrations of a wide-angle schematic eye model}, 
volume = {16}, 
month = {Aug},
year = {1999},
url = {http://josaa.osa.org/abstract.cfm?URI=josaa-16-8-1881},
doi = {10.1364/JOSAA.16.001881}
}
after running PDFLaTeX and BibTeX and PDFLaTeX I still have an error massage:

Code: Select all

Package footbib Warning: Citation `EscuderoSanz99' on page 17 undefined on input line 364.
What could possibly course it???

Thanks.
Tomer.
Last edited by localghost on Sun Feb 05, 2012 4:25 pm, edited 1 time in total.

Recommended reading 2024:

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

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

tomerbr
Posts: 8
Joined: Thu Dec 08, 2011 11:20 pm

Re: footbib | Undefined Citations

Post by tomerbr »

Hi to all..

Problem Solved !!!

Tomer.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

footbib | Undefined Citations

Post by Stefan Kottwitz »

Hi Tomer,
tomerbr wrote:Problem Solved
that's great? What was the cause?

Stefan
LaTeX.org admin
Post Reply