summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/ietfbibs/ids.tex
blob: 32b25731d39313cd3f1dcd2031b1742bc2403de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{book}

\usepackage{showkeys}
\usepackage[
  backend=biber, 
  natbib=true,
  style=numeric,
  sorting=none
  ]{biblatex}

\bibliography{ids}

\begin{document}
\nocite{*}
\printbibliography
\end{document}