[OS X TeX] bibliography and citation doesn't appear

konstantinos vasilakos konstantinos.vasilakos at gmail.com
Thu Mar 29 17:04:54 CEST 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 macostex-archives mailing list