Skip to content

How do I combine twenty-seven sub-figures with captions? #11942

Answered by mcanouil
bergsmat asked this question in Q&A
Discussion options

You must be logged in to vote

Change the sub-reference labels: https://quarto.org/docs/authoring/cross-reference-options.html#numbering (edit: the issue is independent of the counter display value)

Edit: it seems to be a LaTeX limitation which you can lift with some pure LaTeX tweak via include-in-header or modifying the partials/templates.
The answer is on the internet (I did not investigate or try what LaTeX code works or not because it's really LaTeX specific and not much related to Quarto itself).
You can use keep-tex: true to investigate the LaTeX code and find the LaTeX workaround required for your use case.

Below a fully reproducible example for html.

Input Output
Code
---
title: "Reproducible Quarto Document"
f…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@bergsmat
Comment options

Answer selected by bergsmat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
crossref latex LaTeX engines related libraries and technologies
2 participants