I added the \input{references} line to the end of my Journal.tex file like so:
\input{references}
\end{document}
However, the references that are being outputted are not in order of citation. Rather, they are in the order that the citations are defined in the references.tex file. I did try adding the unsrt command as such
\begin{thebibliography}{99.}
\bibliographystyle{unsrt}
but no luck... I also tried deleting the aux files and stuff, but no cigar...
I am brand new to latex, so please help me out here! Thanks! I am not using the command line, but using TexnicCenter instead.
EDIT:
A snippet of my reference.tex class (sorted alphabetically).
\begin{thebibliography}{99.}
\bibitem{alexander87} Alexander, R. D., The Biology of Moral Systems, New York: Aldine de Gruyter (1987)
\bibitem{axelrod80a} Axelrod, R.: Effective choice in the iterated prisoner's dilemma, J. Confl. Resolut., vol. 24, pp. 3-25 (1980)
\bibitem{axelrod80b} Axelrod, R.: More effective choice in the prisoner's dilemma, J. Confl. Resolut., vol. 24, pp. 379-403 (1980)
\end{thebibliography}
What I want
..... no such cause [1].
what I get
..... no such cause [13].
FURTHER EDIT:
\documentclass[graybox]{svmult}
\usepackage{mathptmx} % selects Times Roman as basic font
\usepackage{helvet} % selects Helvetica as sans-serif font
\usepackage{courier} % selects Courier as typewriter font
\usepackage{type1cm} % activate if the above 3 fonts are not available on your system
\usepackage{makeidx} % allows index generation
\usepackage{graphicx} % standard LaTeX graphics tool when including figure files
\usepackage{multicol} % used for the two-column index
\usepackage[bottom]{footmisc} % places footnotes at page bottom
\usepackage{float} % places the float image at precisely the location in the LaTeX code
\usepackage{verbatim} % for multiline comments
\usepackage{subfigure}
\makeindex
\setcounter{secnumdepth}{5} % for subsubsub sections (if any)
\begin{document}
\title*{Some random title.}
\author{Ockham}
\maketitle
\section{Introduction}
\label{sec:intro}
blah blah.........
\input{references}
\end{document}
\documentclassand ends\end{document}, and which is compilable. – Joseph Wright♦ Dec 5 '11 at 20:01\inputareferencesfile. Is this file calledreferences.texand, more important, does it contain a handmadethebibliographyenvironment? – lockstep Dec 5 '11 at 20:20