callout box type? #13143
Unanswered
grasshoppermouse
asked this question in
Q&A
callout box type?
#13143
Replies: 1 comment 6 replies
-
Did you try the extension mentioned in the issue you referenced? Also, you can create whatever cross-reference float you like, see Custom Float Cross-Reference Types Accessibility: To improve accessibility, please add alternative text to your screenshots. This helps all users, including those using screen readers, to understand the context of the images. A brief description can make a big difference! See Good Alt Text, Bad Alt Text — Making Your Content Perceivable. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Academic papers often contain "boxes": one or more sections separate from the main body of the paper that do a deep dive on a subtopic. Here's part of the Instructions for Authors for Trends in Cognitive Sciences:
Callout blocks seem to be the Quarto feature that best match this role (true?). Boxes are typically referenced in the text, and callouts now support cross-references. However, there is no "box" callout type, so when I use this code:
I get numbered "Notes" (not numbered boxes), and if I include "Box" in the title, as above, it's even worse:
I'm not sure if this is related to this issue, which suggests writing a Lua filter: #844
Beta Was this translation helpful? Give feedback.
All reactions