I'm beginning with LaTeX, using BaKoMa TeX.
Several times I try to use packages and it does not work! All document vanish and the only thing I can do is to take out the lines with
\usepackage
. Now is cite, can't use it. Why this happens?Thank you

\usepackage
. Now is cite, can't use it. Why this happens?NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[twocolumn,prd,aps,groupedaddress,nopacs,nofootinbib]{revtex4}
\renewcommand{\topfraction}{0.9}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{mathrsfs}
\usepackage{color}
\usepackage{bm}
\begin{document}
... \cite{ref1,ref2,ref3,ref4}
...
\usepackage{cite}
could do the trick, but when I put that package in the list, the whole PDF document disappears.MiKTeX 2.8 has reached its end of life since almost two months now. Upgrade to the current MiKTeX 2.9 and try again.faeriewhisper wrote:[…] I'm working in Windows 7 with BaKoMa TeX 7.85 with MiKTeX 2.8 as back-end. […] I've been in the MiKTeX Package Manager and installed the cite package, but it still does not work. […]
NEW: TikZ book now 40% off at Amazon.com for a short time.