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?Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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. […]
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis