Skip to content

Instantly share code, notes, and snippets.

@pbinfet
pbinfet / main.tex
Created September 18, 2025 08:04 — forked from bgromov/main.tex
LaTeX: How to add a prefix to `natbib` references and bibliography with `numbers` citation style and without `biblatex`?
\documentclass{your_thesis_class}
\usepackage[utf8x]{inputenc} % <--- required by Inkscape generated pdf_tex figures. biblatex won't work with these
\usepackage[numbers]{natbib}
% \setcitestyle{numbers} % <--- if natbib is already included by another package
\usepackage{bibunits} % <--- lets you have a separate bibliography, e.g. your own publications list
\begin{document}
\begin{bibunit}[unsrtnat] % <--- unsrtnat arranges bibliography list in appearance order