BibTeX, biblatex and biberReferences do not appear with Bibliography Style »abbrv«

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ozlemeges
Posts: 8
Joined: Sat Nov 19, 2011 4:47 am

References do not appear with Bibliography Style »abbrv«

Post by ozlemeges »

Hi all,

I have been using LaTeX and "abbrv.bst" for a while. I don't know what I have changed but now my bib file does not work, i.e., I cannot see my references. I've prepared a minimal example as well but still no luck. Here is what I did:

Code: Select all

\documentclass[11pt]{article}
\setlength{\textheight}{9.00in} \setlength{\textwidth}{6.50in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\evensidemargin}{0.0in}
\setlength{\topmargin}{0.0in} \setlength{\headheight}{0in}
\setlength{\headsep}{0in} \setlength{\parindent}{0.25in}
\setlength{\topskip}{0.0in} \setlength{\marginparwidth}{.725in}
\begin{document}
\section{Multi-period Model:}
Patel \cite{dude05}.
\bibliographystyle{abbrv}
\bibliography{ref}
\end{document}
and in the bib file, I have:

Code: Select all

@ARTICLE{dude05,
    AUTHOR = {Dude Duddy and Duddy dude},
    TITLE = {Clustering sensors},
    JOURNAL = {Fasulye},
    VOLUME = {53},
    YEAR = {2015},
    PAGES = {432--442},
}
In the blg file:

Code: Select all

This is BibTex, Version 0.99cThe top-level auxiliary file: test.aux
The style file: abbrv.bst
"
:
:
(Error may have been on previous line)
(There was 1 error message)
Last edited by localghost on Tue Oct 16, 2012 9:06 am, 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.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

References do not appear with Bibliography Style »abbrv«

Post by localghost »

No problem here.

Code: Select all

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{filecontents}

\begin{filecontents*}{\jobname.bib}
@article{dude05,
  author = {Dude Duddy and Duddy dude},
  title = {Clustering sensors},
  journal = {Fasulye},
  volume = {53},
  year = {2015},
  pages = {432--442},
}
\end{filecontents*}

\bibliographystyle{abbrv}

\begin{document}
  \section{Multi-period Model:}
    Patel \cite{dude05}.

  \bibliography{\jobname}
\end{document}
The BibTeX log you posted seems to be incomplete.


Thorsten
ozlemeges
Posts: 8
Joined: Sat Nov 19, 2011 4:47 am

Re: References do not appear with Bibliography Style »abbrv«

Post by ozlemeges »

Thanks Thorsten, but it doesn't work. When I use plain instead of abbrv, it works, however when I use abbrv then it returns the blg file that I posted.

Any thoughts?
ozlemeges
Posts: 8
Joined: Sat Nov 19, 2011 4:47 am

Re: References do not appear with Bibliography Style »abbrv«

Post by ozlemeges »

I tested exactly the same script you posted but it doesn't work either. I guess something is wrong with abbrv.
ozlemeges
Posts: 8
Joined: Sat Nov 19, 2011 4:47 am

References do not appear with Bibliography Style »abbrv«

Post by ozlemeges »

Here is the full log file.

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (preloaded format=latex 2010.6.21)  17 OCT 2012 21:55
entering extended mode
**C:/Users/jk/Dropbox/Irregular/test.tex
(C:/Users/jk/Dropbox/Irregular/test.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2009-06-19, ngerman-x-2009-06-19, french, loaded.
("C:\Program Files\MiKTeX 2.7\tex\latex\base\article.cls"
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
("C:\Program Files\MiKTeX 2.7\tex\latex\base\size11.clo"
File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
("C:\Program Files\MiKTeX 2.7\tex\latex\base\fontenc.sty"
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

("C:\Program Files\MiKTeX 2.7\tex\latex\base\t1enc.def"
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
))
("C:\Program Files\MiKTeX 2.7\tex\latex\filecontents\filecontents.sty"
Package: filecontents 2009/03/17 v1.2 Create an external file from within a LaT
eX document
)

LaTeX Warning: Overwriting file `./test.bib'.


(test.aux)
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 18.
LaTeX Font Info:    ... okay on input line 18.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 18.
LaTeX Font Info:    ... okay on input line 18.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 18.
LaTeX Font Info:    ... okay on input line 18.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 18.
LaTeX Font Info:    ... okay on input line 18.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 18.
LaTeX Font Info:    ... okay on input line 18.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 18.
LaTeX Font Info:    ... okay on input line 18.


LaTeX Warning: Citation `dude05' on page 1 undefined on input line 20.

(test.bbl) [1

] (test.aux)

LaTeX Warning: There were undefined references.

 ) 
Here is how much of TeX's memory you used:
 432 strings out of 95305
 3840 string characters out of 1183097
 46931 words of memory out of 1500000
 3702 multiletter control sequences out of 110000
 7035 words of font info for 19 fonts, out of 3000000 for 5000
 14 hyphenation exceptions out of 8191
 21i,4n,22p,190b,314s stack positions out of 5000i,500n,10000p,200000b,50000s

Output written on test.dvi (1 page, 432 bytes).
Last edited by cgnieder on Thu Oct 18, 2012 11:14 am, edited 1 time in total.
Post Reply