Files
Valère Plantevin b37e65cc2a first commit
2026-04-18 20:00:07 -04:00

16 lines
340 B
TeX

\pagebreak[3]
$for(by-author)$
$if(it.metadata.bio)$
$if(it.metadata.photo)$
\begin{IEEEbiography}[\includegraphics{$it.metadata.photo$}]{$it.name.literal$}
$else$
\begin{IEEEbiographynophoto}{$it.name.literal$}
$endif$
$it.metadata.bio$
$if(it.metadata.photo)$
\end{IEEEbiography}
$else$
\end{IEEEbiographynophoto}
$endif$
$endif$
$endfor$