Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 4

02 Jan '21, 22:36

samcarter's gravatar image

samcarter
8.6k2817

On pourrait modifier le macro `date` : \documentclass{article} \usepackage[backend=biber, style=verbose-ibid, citetracker=context, dateabbrev=false, doi=false, isbn=false, url=false, autopunct=false]{biblatex} \renewbibmacro*{date}{% \iffieldundef{origyear}{% }{% \printtext[brackets]{% \printorigdate% }% \setunit{\addspace}% }% \printdate% } \begin{filecontents*}[overwrite]{\jobname.bib} @book{test, author = {Walter Ordsmith}, title = {An Old Work}, date = {2010}, edition = {5}, origdate = {1981}, } @book{foo, author = {Walter Ordsmith}, title = {An Old Work}, date = {2010}, edition = {5}, } \end{filecontents*} \addbibresource{\jobname.bib} \begin{document} \autocite{test} \autocite{foo} \printbibliography \end{document} ![alt text][1] [1]: https://texnique.fr/osqa/upfiles/Screen_Shot_2021-01-02_at_22.30.27.png
cliquez ici pour masquer/afficher la révision 3

02 Jan '21, 22:34

samcarter's gravatar image

samcarter
8.6k2817

\documentclass{article} \usepackage[backend=biber, style=verbose-ibid, citetracker=context, dateabbrev=false, doi=false, isbn=false, url=false, autopunct=false]{biblatex} \renewbibmacro*{date}{% \iffieldundef{origyear}{% }{% \printtext[brackets]{% \printorigdate% }% \setunit{\addspace}% }% \printdate% } \begin{filecontents*}[overwrite]{\jobname.bib} @book{test, author = {Walter Ordsmith}, title = {An Old Work}, date = {2010}, edition = {5}, origdate = {1981}, } @book{foo, author = {Walter Ordsmith}, title = {An Old Work}, date = {2010}, edition = {5}, } \end{filecontents*} \addbibresource{\jobname.bib} \begin{document} \autocite{test} \autocite{foo} \printbibliography \end{document} ![alt text][1] [1]: https://texnique.fr/osqa/upfiles/Screen_Shot_2021-01-02_at_22.30.27.png
cliquez ici pour masquer/afficher la révision 2

02 Jan '21, 22:31

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 1

02 Jan '21, 22:28

samcarter's gravatar image

samcarter
8.6k2817

C'est votre première visite ici ? Consultez la FAQ !

×