diff options
Diffstat (limited to 'biblio/bibtex/utils/ietfbibs/ids.tex')
-rw-r--r-- | biblio/bibtex/utils/ietfbibs/ids.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/biblio/bibtex/utils/ietfbibs/ids.tex b/biblio/bibtex/utils/ietfbibs/ids.tex new file mode 100644 index 0000000000..32b25731d3 --- /dev/null +++ b/biblio/bibtex/utils/ietfbibs/ids.tex @@ -0,0 +1,16 @@ +\documentclass{book} + +\usepackage{showkeys} +\usepackage[ + backend=biber, + natbib=true, + style=numeric, + sorting=none + ]{biblatex} + +\bibliography{ids} + +\begin{document} +\nocite{*} +\printbibliography +\end{document} |