Superscript citation package not working

  • Thread starter Thread starter SoggyBottoms
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
SoggyBottoms
Messages
53
Reaction score
0
I have the following document:

Code:
\documentclass[11pt]{article}
\usepackage[superscript]{cite}

\begin{document}

Super important stuff \cite{1}.

\begin{thebibliography}

\bibitem{1} Citation

\end{document}

I don't get superscripted citations however, they just stay in-line. Also, I can't add or remove anything in my document until I remove the \usepackage[superscript]{cite}
preamble. If I don't then it just keeps building the same file I have above. What is wrong?
 
Physics news on Phys.org
Anyone have any idea? I still can't get it to work.