This commit is contained in:
Pim Nelissen
2025-05-11 10:21:46 +02:00
commit 419ceb060c
15 changed files with 3475 additions and 0 deletions

10
pubs-num.tex Normal file
View File

@ -0,0 +1,10 @@
\usepackage[backend=biber,style=ieee,sorting=ydnt,defernumbers=true]{biblatex}
%% For removing numbering entirely when using a numeric style
\setlength{\bibhang}{1.25em}
\DeclareFieldFormat{labelnumberwidth}{\makebox[\bibhang][l]{\itemmarker}}
\setlength{\biblabelsep}{0pt}
\defbibheading{pubtype}{\cvsubsection{#1}}
\renewcommand{\bibsetup}{\vspace*{-\baselineskip}}
\AtEveryBibitem{%
\iffieldundef{doi}{}{\clearfield{url}}%
}