typst-templates icon indicating copy to clipboard operation
typst-templates copied to clipboard

Inserting a Teaser Figure Above the Abstract in the CVPR Template

Open NTUYi opened this issue 1 year ago • 3 comments

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.

NTUYi avatar Nov 03 '24 04:11 NTUYi

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.

NTUYi avatar Nov 03 '24 04:11 NTUYi

to insert a teaser figure above the abstract for the CVPR template, as this version supports multi-column floating figures

I didn't get it. Could you give me an example of what the page should look like?

daskol avatar Nov 28 '24 14:11 daskol

to insert a teaser figure above the abstract for the CVPR template, as this version supports multi-column floating figures

I didn't get it. Could you give me an example of what the page should look like?

@daskol maybe something like this:

Paint-it: Text-to-Texture Synthesis via Deep Convolutional Texture Map Optimization and Physically-Based Rendering

MelihDarcanxyz avatar Sep 01 '25 15:09 MelihDarcanxyz