From 1e426416161d6f1606dc97297fb070b596b403a7 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 5 Nov 2021 15:30:24 +0100 Subject: add doi numbers and links using natbib --- pdf/doc.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pdf/doc.tex') diff --git a/pdf/doc.tex b/pdf/doc.tex index c9f2d39..c8c9389 100644 --- a/pdf/doc.tex +++ b/pdf/doc.tex @@ -3,6 +3,11 @@ % Set page dimentions \usepackage[margin=35mm]{geometry} +% Bibliography +\usepackage[numbers]{natbib} % more bibliography options +\usepackage[nottoc]{tocbibind} % add link to table of contents +\bibliographystyle{plainnat} % more detailled plain bibliography + % Packages for french documents \usepackage[french]{babel} % latex rules for french words \usepackage[utf8]{inputenc} % UTF-8 encoding for special chars @@ -33,9 +38,7 @@ % Hyperlinks \usepackage{xurl} % allow word break for url wrapping \usepackage[hidelinks]{hyperref} % create invisible clickable links - -% Bibliography -\usepackage[nottoc]{tocbibind} % add link to table of contents +\usepackage{doi} % add links to doi urls % Appendices \usepackage{appendix} @@ -797,7 +800,6 @@ Lecture de la zone correspondant à la dernière version \\ % Bibliography -\bibliographystyle{plain} \bibliography{doc.bib} % Glossary -- cgit v1.2.3