Computer and network security
References for NDSS
Network and Distributed System Security Symposium 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 NDSS expects
- Manuscript format: LaTeX only
- Template: IEEEtran (NDSS-hosted template), two-column, 10pt Times
- Citation style: Numbered citations — conventional for the IEEEtran template NDSS uses.
As with other IEEEtran-based venues, BibTeX is the standard way to manage the bibliography for this template.
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.
- NDSS uses the IEEEtran class but hosts its own template file; build against the one linked from the venue rather than a generic IEEEtran download.
Frequently asked
What LaTeX template does NDSS use?
IEEEtran (NDSS-hosted template), two-column, 10pt Times
What citation style does NDSS use?
Numbered citations — conventional for the IEEEtran template NDSS uses.
What bibliography style should I use for NDSS?
IEEEtran. IEEEtran ships its own .bst of the same name, so the style line matches the class.
Where this comes from
Sourced from https://www.ndss-symposium.org/ndss2026/submissions/templates/. Template requirement confirmed directly from the venue's templates page. BibTeX and numbered-style are inferred from the IEEEtran template's conventions, not stated explicitly on that page.
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.