BibTeX, biblatex and biberProblem with the model3-num-names.bst bib style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Problem with the model3-num-names.bst bib style

Post by spiegboy »

Problem with the model3-num-names.bst bib style. I have loaded this bst file and numcompress.sty file in the local folder. But it does not generate a reference list with the mistake of all references undefined. Other elsevier bib style such as elsart-num works fine, but I have to use this model3 style according to the journal requirement. Thank you very much for your help.

Code: Select all

\title{}
\date{\today}
\documentclass[12pt,a4paper,oneside,titlepage]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[british]{babel}

\usepackage[top=2.5cm,left=2.5cm,right=2.5cm,bottom=2.5cm]{geometry}
\usepackage{mathptmx,courier,pifont}
\usepackage[scaled=.92]{helvet}
\usepackage[dvips]{graphicx}
\usepackage{figsize,subfigure}


\usepackage{setspace,xspace,hanging}
\usepackage[small,compact]{titlesec}
\usepackage{fixltx2e} %use \textsubscript
\usepackage{enumitem}
\usepackage{textcase,textcomp,gensymb,latexsym}
\usepackage{ccaption}
\captiondelim{. }
\captionnamefont{\bfseries}
\captiontitlefont{\small}
\addto\captionsenglish{\renewcommand{\figurename}{Fig.}}
\usepackage{amssymb,amsmath}
\usepackage[nottoc]{tocbibind}
[b]\usepackage[nodots]{numcompress}
\bibliographystyle{model3-num-names}[/b]
\usepackage{cite}

\usepackage[backref,breaklinks=true,colorlinks,hyperindex,citecolor=blue,linkcolor=blue,urlcolor=blue,plainpages=false,ps2pdf,pdfstartview=FitH,pdfauthor=Faxiang,pdftitle=Phd Thesis,pdfsubject=Microwire polymer composites,pdfkeywords=Multifunctional composites]{hyperref} % define the start view of pdf coded
\usepackage[hyphenbreaks]{breakurl}
\urlstyle{same}
% numbered subsubsection.
\setcounter{secnumdepth}{5}

\numberwithin{equation}{section}
\numberwithin{figure}{section}
\numberwithin{table}{section}
\allowdisplaybreaks[2]% allow breaks


\newcommand*\stdtextsubscript{}
\let\stdtextsubscript\textsubscript
\renewcommand*\textsubscript[1]{\stdtextsubscript{#1}\allowbreak}

\renewcommand\thefootnote{\fnsymbol{footnote}}

\newcommand{\myhyphen}{\rule[0.5ex]{3cm}{0.1ex}}
\newcommand{\myref}[1]{\ref{#1}}

\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
                                     {-3.25ex\@plus -1ex \@minus -.2ex}%
                                     {0.0001pt \@plus .2ex}%
                                     {\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\z@}%
                                     {-3.25ex\@plus -1ex \@minus -.2ex}%
                                     {0.0001pt \@plus .2ex}%
                                     {\normalfont\normalsize\bfseries}}
\@addtoreset{paragraph}{subsubsection}
\makeatother

\doublespacing
\begin{document}
\maketitle

blah, blah,blah
\bibliography{D:/BibDB/all,D:/BibDB/metawire}

\end{document} 


Recommended reading 2024:

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

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

stefan hansen
Posts: 1
Joined: Thu Apr 26, 2012 2:39 pm

Re: Problem with the model3-num-names.bst bib style

Post by stefan hansen »

Hi,

I have the same problem, but with model1-num-names.bst.

Has anybody found a solution to this problem?

Help is highly appreciated.
Post Reply