I used a pre-defined template. Problem is that I can't generate the citation and references, no matter how I've tried.
This is the code I used, the citation is at the last line:
Code: Select all
\documentclass[12pt,a4paper,twocolumn]{narms}
\usepackage{subfigure}
\usepackage{psfig}
\usepackage{timesmt}
\usepackage{chicaco}
\makeatletter
\renewcommand{\section}{\@startsection%
{section}%
{1}%
{0mm}%
{- \baselineskip}%
{0.15\baselineskip}%
{\normalfont\normalsize}}%
\renewcommand{\subsection}{\@startsection
{subsection}%
{2}%
{0mm}%
{-\baselineskip}%
{0.15\baselineskip}%
{\normalfont\normalsize}}%
\makeatother
\setlength{\topmargin}{-2.2cm}
\setlength{\oddsidemargin}{-15mm}
\setlength{\leftmargin}{-1in}
\setlength{\textheight}{260mm}
\setlength{\textwidth}{187mm}
\setlength{\columnsep}{7mm}
\setlength{\textfloatsep}{13pt}
\setlength{\abovedisplayskip}{8pt}
\setlength{\belowdisplayskip}{8pt}
\renewcommand{\textfraction}{.1}
\renewcommand{\bottomfraction}{.6}
\setlength{\jot}{.2in}
\linespread{0.9}
\begin{document}
\title{Filename ABC}
\author{Authors}\\
\abstract{This is the abstract.}
\maketitle
\frenchspacing
\section{INTRODUCTION}
This is the intro.
\section{CONCEPTUAL MODEL}
This is the concept.
\section{CONCLUSIONS}
This is the conclusion.
This is the citation \cite{Fredsoe1997}
\newpage
\bibliographystyle{chicaco}
\bibliography{Biblio}
\end{document}
The error is "Citation Fredsoe1997 is undefined".
Could anybody help? Many thanks in advance.