Superscript citation package not working

  • Thread starter Thread starter SoggyBottoms
  • Start date Start date
AI Thread Summary
The user is experiencing issues with the superscript citation package in LaTeX, specifically that citations remain in-line rather than appearing as superscripts. Additionally, they are unable to modify the document without removing the \usepackage[superscript]{cite} line, which prevents further edits. The problem persists despite attempts to resolve it, indicating a potential conflict or misconfiguration in the document setup. Suggestions for troubleshooting or alternative packages have not been provided in the discussion. The user is seeking assistance to fix the citation formatting issue.
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.
 

Similar threads

Back
Top