-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I wanted to try out mantys for a new package I was working on and ran into an issue, the following code complained about the labels for the functions being defined multiple times:
#import "@preview/mantys:0.1.1": *
#import "/src/lib.typ" as subpar
#let package = toml("/typst.toml")
#show: mantys.with(
..package,
title: [subpar],
date: datetime.today().display(),
abstract: [
Subpar provides easy to use subfigures with sensible default numbering and related features like chapter-relative numbering in mind.
],
example-scope: (subpar: subpar)
)
#tidy-module(read("/src/lib.typ"))You can see the full repository at this point here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request