How do I reference a figure sub-panel with no separation? #7001
Unanswered
jessicaguo
asked this question in
Q&A
Replies: 2 comments 7 replies
-
There's no current way to do this, see #5481 where we're tracking the issue. |
Beta Was this translation helpful? Give feedback.
6 replies
-
You can also just use [@fig-1]A, see https://quarto.org/docs/authoring/cross-references.html#references |
Beta Was this translation helpful? Give feedback.
1 reply
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
The @fig-1 notation is super handy and easy to remember and type. However, I often refer to subpanels by letter. How can I remove the space between the figure number and the letter?
I can do @fig-1 a, which results in a space, and if I remove the space obviously Quarto thinks I'm referring to a non-existent @fig-1a.
Beta Was this translation helpful? Give feedback.
All reactions