Sequential numbering for figures and tables across different chapters
I have a Quarto book rendered to PDF and I am trying to change the figure numbering so that it is sequential rather than starting at each chapter. For example, I do not want my figures to be labelled ‘Figure 1.1’, ‘Figure 2.1’, ‘Figure 2.2’, but ‘Figure 1’ ‘Figure 2’, and ‘Figure 3’. The same should apply to tables.
Sequential numbering for figures and tables across different chapters
I have a Quarto book rendered to PDF and I am trying to change the figure numbering so that it is sequential rather than starting at each chapter. For example, I do not want my figures to be labelled ‘Figure 1.1’, ‘Figure 2.1’, ‘Figure 2.2’, but ‘Figure 1’ ‘Figure 2’, and ‘Figure 3’. The same should apply to tables.
Sequential numbering for figures and tables across different chapters
I have a Quarto book rendered to PDF and I am trying to change the figure numbering so that it is sequential rather than starting at each chapter. For example, I do not want my figures to be labelled ‘Figure 1.1’, ‘Figure 2.1’, ‘Figure 2.2’, but ‘Figure 1’ ‘Figure 2’, and ‘Figure 3’. The same should apply to tables.
Using a non-bundled version of Pandoc with Quarto for .qmd files
I am using Quarto 1.5.56 and am wondering if there is a way to use a version of Pandoc that is not bundled with Quarto when knitting a .qmd
file instead of an .rmd
file.
Quarto revealjs presentation: image layout with layout-nrow=2 does not fit on slide
I cannot figure out how to make a Quarto RevealJS presentation with a layout of multiple images in a grid fit onto the slide. I have tried many different arguments in the pandoc div attributes as well as resizing the individual images but no matter what, the sizes of the images do not change in the rendered HTML. The bottom row does not fit in the slide dimensions. I have not found the solution in GitHub issues that appear to be related, such as https://github.com/quarto-dev/quarto-cli/issues/2251.