comment modifier le contenu d'une bibliographie ?
Ma question est simple. Actuellement, quand je compile ma bibliographie et mon rapport, je ne vois que, pour les articles : les auteurs, le titre de l'article, le nom du journal et la date de publication.
Comment faire pour que soient également publiés d'autres champs, comme l'ISSN, le numéro du volume, le numéro de l'issue, les numéros de page ?
\begin{filecontents}{bibliographie-rapport-de-stage-master2.bib}
@article{11,
author = {Murphy, Jeffrey N. and Harris, Kenneth D. and Buriak, Jillian M.},
title = {Automated defect and correlation length analysis of block copolymer thin film nanopattern},
journaltitle = {Plos one},
date = {2015-07-24},
OPTvolume = {10},
OPTissue = {7},
OPTdoi = {https://doi.org/10.1371/journal.pone.0133088},}
\end{filecontents}
\documentclass{article}
\usepackage[french]{babel}
\usepackage[
backend=biber, % compilateur par défaut pour biblatex
sorting=none, % pas de tri.
citestyle=numeric, % style de citation auteur-année
bibstyle=numeric, % style de bibliographie alphabétique
maxnames=20, % nombre maximal d'auteurs
autopunct=false,
style=numeric,
]
{biblatex}
\addbibresource{bibliographie-rapport-de-stage-master2.bib}
\begin{document}
Murphy\cite{11}
\printbibliography
\end{document}
LOG :
INFO - This is Biber 2.14
INFO - Logfile is 'question_texnique7.blg'
INFO - Reading 'question_texnique7.bcf'
INFO - Found 1 citekeys in bib section 0
INFO - Processing section 0
INFO - Globbing data source 'bibliographie-rapport-de-stage-master2.bib'
INFO - Globbed data source 'bibliographie-rapport-de-stage-master2.bib' to bibliographie-rapport-de-stage-master2.bib
INFO - Looking for bibtex format file 'bibliographie-rapport-de-stage-master2.bib' for section 0
INFO - LaTeX decoding ...
INFO - Found BibTeX data source 'bibliographie-rapport-de-stage-master2.bib'
INFO - Overriding locale 'fr-FR' defaults 'normalization = NFD' with 'normalization = prenormalized'
INFO - Overriding locale 'fr-FR' defaults 'variable = shifted' with 'variable = non-ignorable'
INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'fr-FR'
INFO - No sort tailoring available for locale 'fr-FR'
INFO - Writing 'question_texnique7.bbl' with encoding 'UTF-8'
INFO - Output to question_texnique7.bblquestion_texnique7.bbl
![alt text][1]
[1]: https://texnique.fr/osqa/upfiles/question_texnique7_image.png