Skip to content
Discussion options

You must be logged in to vote

This is a bug (specifically we're doing a bad job with unexpected input where you have captions on the subfigures but no labels on them). In the meantime, you can add unique labels to the subfigures:

---
title: "Figure Problem"
format: pdf
keep-tex: true
---

Lets make  multi figure pdf file.

:::{#fig-fig1 fig-pos="H" layout-ncol=2}

![Part1](https://i.imgflip.com/8q5rb8.jpg){#fig-fig1-a}

![Part2](https://i.imgflip.com/8q5rb8.jpg){#fig-fig1-b}

![Part3](https://i.imgflip.com/8q5rb8.jpg){#fig-fig1-c}
:::

Replies: 1 comment 2 replies

Comment options

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

@friosavila
Comment options

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