[OS X TeX] bibliography and citation doesn't appear
konstantinos vasilakos
konstantinos.vasilakos at gmail.com
Thu Mar 29 11:04:54 EDT 2012
For saving you from time waisting, I just switched to AlphaX 8.2 as text editor and seems to work properly:
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{a4paper}
\usepackage[parfill]{parskip}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\title{Title of My Article}
\author{Konstantinos Vasilakos}
\date{29/3/2012}
\begin{document}
\maketitle
I am writing here for Sample Reasons\cite{Hunt}
\nocite{Hunt}
\bibliographystyle{plain}
\bibliography{references}
\end{document}
More information about the MacOSX-TeX
mailing list