Computer security
References for IEEE S&P (“Oakland”)
IEEE Symposium on Security and Privacy accepts LaTeX only manuscripts. Paste your references below and convert them to BibTeX — everything runs in your browser.
Converted output
Your references never leave your browser — there's no upload and nothing is stored.
What IEEE S&P (“Oakland”) expects
- Manuscript format: LaTeX only
- Template: IEEEtran (“compsoc” conference option) — \documentclass[conference,compsoc]{IEEEtran}
- Citation style: Numbered, bracketed citations (e.g. [1], [2]) — IEEEtran's standard bibliography style.
The IEEEtran class is built to manage references through BibTeX; a call for papers that requires IEEEtran in practice means preparing your bibliography as a .bib file.
Setting up the bibliography
In your main .tex file, where the reference list should appear:
\bibliographystyle{IEEEtran}
\bibliography{refs}
IEEEtran ships its own .bst of the same name, so the style line matches the class. Build with pdflatex, then bibtex, then pdflatex twice more, so both the in-text citations and the reference list resolve.
Things that catch people out
- A numbered IEEEtran bibliography lists entries in citation order, not alphabetically, so renumbering happens automatically when you reorder the text.
- Loading the cite package lets \cite{a,b,c} compress into [1]-[3]; without it you get [1], [2], [3].
Frequently asked
What LaTeX template does IEEE S&P (“Oakland”) use?
IEEEtran (“compsoc” conference option) — \documentclass[conference,compsoc]{IEEEtran}
What citation style does IEEE S&P (“Oakland”) use?
Numbered, bracketed citations (e.g. [1], [2]) — IEEEtran's standard bibliography style.
What bibliography style should I use for IEEE S&P (“Oakland”)?
IEEEtran. IEEEtran ships its own .bst of the same name, so the style line matches the class.
Where this comes from
Sourced from https://sp2026.ieee-security.org/cfpapers.html. Template requirement confirmed directly from the venue's call for papers. BibTeX is IEEEtran's conventional workflow, not a line explicitly stated in the CFP.
From the team behind these tools
Writing LaTeX on a Mac?
We're building ModernTex - a native macOS LaTeX studio. Join the waitlist for one email at launch.
We'll only use your email to notify you at launch. Privacy Policy · Learn more about ModernTex →
If this saves you time, you can leave a tip — it helps keep these tools free and online.