Skip to content

feat: add picker.rnoweb_labels option to filter crossref sources for .Rnw#6

Merged
urtzienriquez merged 1 commit into
mainfrom
dev
May 15, 2026
Merged

feat: add picker.rnoweb_labels option to filter crossref sources for .Rnw#6
urtzienriquez merged 1 commit into
mainfrom
dev

Conversation

@urtzienriquez
Copy link
Copy Markdown
Owner

Rnw documents often mix code chunks with LaTeX figure/table environments, both of which produce crossref targets. The new picker.rnoweb_labels option lets users choose what appears in the figure/table pickers:

  • "all" (default): code chunks + LaTeX \label{} inside figure/table
  • "tex_only": only LaTeX \label{} inside figure/table (skip chunks)

….Rnw

Rnw documents often mix code chunks with LaTeX figure/table environments, both of which produce crossref targets. The new `picker.rnoweb_labels` option lets users choose what appears in the figure/table pickers:

  - "all" (default): code chunks + LaTeX \label{} inside figure/table
  - "tex_only": only LaTeX \label{} inside figure/table (skip chunks)
@urtzienriquez urtzienriquez merged commit 0ca85cb into main May 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant