Skip to content

cap-able:0.1.1#4845

Open
SchrodingerBlume wants to merge 1 commit into
typst:mainfrom
SchrodingerBlume:cap-able-0.1.1
Open

cap-able:0.1.1#4845
SchrodingerBlume wants to merge 1 commit into
typst:mainfrom
SchrodingerBlume:cap-able-0.1.1

Conversation

@SchrodingerBlume
Copy link
Copy Markdown
Contributor

@SchrodingerBlume SchrodingerBlume commented May 12, 2026

I am submitting

  • a new package
  • an update for a package

Description:

Fixed

Added

  • subref-style config on capfig-style / capsubfig (default "letter", new "full") — controls the letter style of @subfig cross-references. "letter" shows just the letter (backward-compatible, Fig. 1a); "full" keeps the label-style decorations (Fig. 1(a)). In "full" mode label-sep defaults to empty (decorations already separate visually). Sync sub-reference display with label-style (e.g. Figure 1(a)) SchrodingerBlume/typst-cap-able#10.
  • extra-rule config on captab / captab-style (default 0.5pt) — default stroke for hlines / vlines entries that omit stroke, so you don't repeat the same stroke per line. Accepts a single value (shared by h & v) or (h: ..., v: ...) dict for per-axis. Per-line stroke still wins.
  • hlines / vlines entries now accept an int shorthand: hlines: (2, 3, 4)((row: 2,), (row: 3,), (row: 4,)). Can mix with full dicts: hlines: (2, (row: 5, stroke: 1pt), 7).

@typst-package-check typst-package-check Bot added the update A package update. label May 12, 2026
@SchrodingerBlume
Copy link
Copy Markdown
Contributor Author

Edited to fix cross-refs. Sorry for the noise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

update A package update.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant