Conversation
cr333
approved these changes
Mar 9, 2026
Comment on lines
+3
to
+5
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \includegraphics[width=.325\linewidth]{example-image-golden} |
Collaborator
There was a problem hiding this comment.
Nit: I think it would look slightly nicer to make the images fill the complete page width.
Suggested change
| \includegraphics[width=.325\linewidth]{example-image-golden} | |
| \includegraphics[width=.325\linewidth]{example-image-golden} | |
| \includegraphics[width=.325\linewidth]{example-image-golden} | |
| \includegraphics[width=.33\linewidth]{example-image-golden}\hfill | |
| \includegraphics[width=.33\linewidth]{example-image-golden}\hfill | |
| \includegraphics[width=.33\linewidth]{example-image-golden} |
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \captionof{figure}{\textbf{Teaser} -- example of a 2-column teaser. This figure appears at the top of the first page, and a two-column teaser is not mandatory.} |
Collaborator
There was a problem hiding this comment.
Temporarily disables hypcap around \captionof to suppress the warning about hyperlink anchors not working outside float environments. Re-enables it immediately after so all other figures retain the default behavior.
Suggested change
| \captionof{figure}{\textbf{Teaser} -- example of a 2-column teaser. This figure appears at the top of the first page, and a two-column teaser is not mandatory.} | |
| \captionsetup{hypcap=false} | |
| \captionof{figure}{\textbf{Teaser} -- example of a 2-column teaser. This figure appears at the top of the first page, and a two-column teaser is not mandatory.} | |
| \captionsetup{hypcap=true} |
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \includegraphics[width=.325\linewidth]{example-image-golden} | ||
| \captionof{figure}{\textbf{Teaser} -- example of a 2-column teaser. This figure appears at the top of the first page, and a two-column teaser is not mandatory.} | ||
| \label{fig:\currfilebase} |
Collaborator
There was a problem hiding this comment.
Added % at end to consume the trailing whitespace/newline before \end{strip}, fixing chktex warning W24 about spacing affecting page references.
Suggested change
| \label{fig:\currfilebase} | |
| \label{fig:\currfilebase}% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Found a much better way to get two-column teasers integrated (credit: Jan Held)
Also, added a few goodies for "auto-naming" of references based on file names.