Update the checks in the publications to include biorXiv.

This commit is contained in:
Sergiu Ivanov 2021-08-27 14:41:32 +02:00
parent 58d446caf0
commit 6695585c63

View File

@ -1,9 +1,21 @@
\defbibcheck{notarXiv}{% \defbibcheck{formal}{
\iffieldequalstr{journaltitle}{CoRR}{\skipentry}{} \ifboolexpr{
test {\iffieldequalstr{journaltitle}{CoRR}}
or
test {\iffieldequalstr{journaltitle}{bioRxiv}}
}
{\skipentry}
{}
} }
\defbibcheck{arXiv}{% \defbibcheck{informal}{%
\iffieldequalstr{journaltitle}{CoRR}{}{\skipentry} \ifboolexpr{
test {\iffieldequalstr{journaltitle}{CoRR}}
or
test {\iffieldequalstr{journaltitle}{bioRxiv}}
}
{}
{\skipentry}
} }
\defbibfilter{reports}{% \defbibfilter{reports}{%
@ -25,7 +37,7 @@ mes publications, par catégorie.
heading=subbibliography, heading=subbibliography,
title={Revues internationales}, title={Revues internationales},
type=article, type=article,
check=notarXiv check=formal
] ]
\newrefcontext[sorting=ydnt,labelprefix=c] \newrefcontext[sorting=ydnt,labelprefix=c]
@ -40,7 +52,7 @@ mes publications, par catégorie.
heading=subbibliography, heading=subbibliography,
title={Publications informelles}, title={Publications informelles},
type=article, type=article,
check=arXiv check=informal
] ]
\newrefcontext[sorting=ydnt,labelprefix=r] \newrefcontext[sorting=ydnt,labelprefix=r]