first commit

This commit is contained in:
Valère Plantevin
2026-04-18 20:00:07 -04:00
commit b37e65cc2a
50 changed files with 11372 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
\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$