diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-11-05 15:30:24 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-11-05 15:30:24 +0100 |
commit | 1e426416161d6f1606dc97297fb070b596b403a7 (patch) | |
tree | aef0edd4b61301a5973d090341344dec66f2c00f /pdf/doc.tex | |
parent | 7314b65897409b5cb195730eed8927ee0153a8cf (diff) | |
download | dna-backup-1e426416161d6f1606dc97297fb070b596b403a7.tar.gz dna-backup-1e426416161d6f1606dc97297fb070b596b403a7.zip |
add doi numbers and links using natbib
Diffstat (limited to 'pdf/doc.tex')
-rw-r--r-- | pdf/doc.tex | 10 |
1 files changed, 6 insertions, 4 deletions
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 |