From f95abc1fe0b8d838e17d14fa5e0f331aee0b9369 Mon Sep 17 00:00:00 2001 From: Gabriel Strain <77330449+gjpstrain@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:15:29 +0100 Subject: [PATCH 1/2] Update acmarttemplate.tex - remove verbatim to make teaser figure work --- _extensions/quarto-journals/acm/acmarttemplate.tex | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/_extensions/quarto-journals/acm/acmarttemplate.tex b/_extensions/quarto-journals/acm/acmarttemplate.tex index c3300ad..ecf4e7c 100644 --- a/_extensions/quarto-journals/acm/acmarttemplate.tex +++ b/_extensions/quarto-journals/acm/acmarttemplate.tex @@ -394,13 +394,11 @@ $endif$ $if(acm-metadata.teaser)$ -\begin{verbatim} - \begin{teaserfigure} - \includegraphics[width=\textwidth]{$acm-metadata.teaser.image$} - \caption{$acm-metadata.teaser.caption$} - \Description{$acm-metadata.teaser.description$} - \end{teaserfigure} -\end{verbatim} +\begin{teaserfigure} + \includegraphics[width=\textwidth]{$acm-metadata.teaser.image$} + \caption{$acm-metadata.teaser.caption$} + \Description{$acm-metadata.teaser.description$} +\end{teaserfigure} $endif$ %% From b69ad8ea970a276f2d5ca5fb953404d62fdeadec Mon Sep 17 00:00:00 2001 From: Gabriel Strain <77330449+gjpstrain@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:17:04 +0100 Subject: [PATCH 2/2] Update template.qmd - teaser now points to correct png --- template.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.qmd b/template.qmd index b732083..d7f6153 100644 --- a/template.qmd +++ b/template.qmd @@ -144,7 +144,7 @@ acm-metadata: # if uncommented, this produces a teaser figure # # teaser: - # image: sampleteaser + # image: sample-franklin.png # caption: figure caption # description: teaser description