BibTeX, biblatex and biber ⇒ BIBTeX not working
BIBTeX not working
I am new to LaTeX and i need it for my thesis preparation. I installed the TeX from the proTeXt bundle. Everything works fine except for the bibliography. I have the BIBTeX file in the same folder as the TeX file but the reference doesn't seem to come in the output pdf file. Can anybody guess what could be the problem?
Thanks in advance,
regards,
sgp.
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
BIBTeX not working
The top-level auxiliary file: try.aux
The style file: plain.bst
I found no \citation commands---while reading file try.aux
Database file #1: jfm2esam.bib
(There was 1 error message)
This what appears when i compile the .bib file
and in the the .bib file
Code: Select all
@book{ab94,
author = {Charalambos D. Aliprantis and Kim C. Border},
year = {1994},
title = {Infinite Dimensional Analysis},
publisher = {Springer},
address = {Berlin}
}
the main .tex file has this,
Code: Select all
\documentclass{article}
\usepackage { geometry }
\usepackage { fancyhdr }
\usepackage { amsmath , amsthm , amssymb }
\usepackage { graphicx }
\usepackage { hyperref }
\usepackage { graphics }
\usepackage { graphicx }
\usepackage {natbib}
\usepackage{bibentry}
\title{Here it goes}
\begin{document}
\maketitle
\bibliographystyle{plain}
\bibliography{jfm2esam}
\end{document}regards,
sgp.
-
josephwright
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
BIBTeX not working
Code: Select all
\cite{<ref-name>}
Code: Select all
\nocite{*}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
BIBTeX not working
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: BIBTeX not working
thanks a lot guys, its working now. really appreciate it.
regards,
sgp.
BIBTeX not working
But in my case i do everything mentioned here and still i cannot get the reference lists
here is my code
Code: Select all
\begin{document}
\maketitle
\section{Introduction}
... for either paradigms. For a survey see \citet{Acharya_Merrouche_2009_WP} who critically reviews the merits of each methodology
\newpage \bibliographystyle{plain}
\bibliography{library}
\end{document}Any help please ?
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
BIBTeX not working
welcome to the board!
Please write to readers of this forum as polite as you write to the readers of the document, especially if you ask for help. So please use punctuation, and don't write many exclamation marks in a row.msh855 wrote:But in my case i do everything mentioned here and still i cannot get the reference lists
here is my code
...
Can somebody help me with this !!!
\citet requires the natbib package. Your code doesn't show that you loaded it, this could be a problem.Otherwise please tell briefly, what you did (not just "everything"). I guess you forgot something.
Stefan
BIBTeX not working
I loaded the package i just did not wrote from the very beginning my code:
Here it is from the very beginning my code
Code: Select all
\documentclass[a4paper]{article}
\title{xxxx}
\author{xxxx}
\date{\today}
\usepackage[hmargin=2cm,vmargin=1cm]{geometry}
\usepackage{amsmath}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{natbib}
\begin{document}
\maketitle
\section{Introduction}
For a survey see \citet{Acharya_Merrouche_2009_WP} who critically reviews the merits of each methodology.
\newpage \bibliographystyle{plainnat}
\bibliography{library}
\end{document}Can you please help me with this ?
thanks
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
BIBTeX not working
Unfortunately not, because you keep shouting at me and at our readers.msh855 wrote:For instance right now, in the reference list it appear a reference that i cited before which i am not using any more in my document !!!!
Can you please help me with this ?
You ignored my wish not to use bunched exclamation marks, why should I expect that you read other advice I write.
If you want to learn something, have a look at the short article "The Exclamation Mark", the section "How (not) to use an exclamation mark".
Stefan