Superscript citation package not working

  • Thread starter Thread starter SoggyBottoms
  • Start date Start date
Click For Summary
SUMMARY

The issue reported involves the LaTeX document class using the superscript citation package, specifically \usepackage[superscript]{cite}. Users are experiencing problems where citations do not appear in superscript format and the document fails to compile correctly, preventing any modifications. The solution requires ensuring that the LaTeX distribution is up to date and verifying the correct usage of the package in the document preamble.

PREREQUISITES
  • Familiarity with LaTeX document structure and commands
  • Understanding of citation management in LaTeX
  • Knowledge of LaTeX package management
  • Basic troubleshooting skills for LaTeX compilation errors
NEXT STEPS
  • Update LaTeX distribution to the latest version
  • Review the documentation for the cite package
  • Explore alternative citation packages like biblatex
  • Learn about LaTeX error messages and debugging techniques
USEFUL FOR

LaTeX users, academic writers, and researchers looking to implement superscript citations in their documents.

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

  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
6K