quarto-dev / quarto-dev/quarto-cli

Quarto subcaption labels do not extend beyond z

Open
#7,192 2 comments 0 reactions 1 assignee View on GitHub

@cscheid is already working on this.

Since Oct 11, 2023.

bug triaged-to
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

Bug description

Quarto subcaptions do not extend beyond z

Steps to reproduce

---
title: "BugDemo"
format: html
editor: visual
validate-yaml: false
---

## Quarto

```{r}
allNames <- paste0("a",seq(1:40))
```

```{r}
#| label: fig-rawCN
#| layout-ncol: 4
#| fig-cap: Raw copy number profile.
#| fig-subcap: !expr allNames #names(files)
#| message: false
for (i in 1:40) {
  x <- rt(100, df=15)
dx <- dt(x, df=15)
plot(x, dx)
}
```


Expected behavior

Typically after getting to z, one proceeds to "aa","ab","ac" ??

Actual behavior

Weird characters are inserted after z is reached.

Your environment

RStudio 2023.09.0+463
Mac Ventura 13.4

Quarto check output

[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.1.1: OK
Dart Sass version 1.55.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.3.433
Path: /Applications/RStudio.app/Contents/Resources/app/quarto/bin

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
Version: 3.11.2
Path: /usr/local/opt/python@3.11/bin/python3.11
Jupyter: (None)

  Jupyter is not available in this Python installation.
  Install with python3 -m pip install jupyter

(-) Checking R installation...........

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.