Open NTUYi opened 5 days ago
I did a quick fix by inserting the figure directly below the Paper ID
// 2. Authors and affilations.
block(width: 100%, spacing: 0pt, {
set align(center + top)
set text(size: font-size.large)
if accepted != none and not accepted{
[Anonymous CVPR submission\ ]
[\ ]
[Paper ID #id]
[#figure(
image("figures/Teaser.svg",width: 100%), caption: " Caption"
) <fig:teaser>]
This is actually possible even without the update.
With the latest Typst v0.12 update, it should now be possible and straightforward to insert a teaser figure above the abstract for the CVPR template, as this version supports multi-column floating figures. Thank you for your assistance.