Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Above in @full, we see a figure which is composed of two other figures, namely @

## Contributing
Contributions are most welcome, make sure to let others know you're working on something beforehand so no two people waste their time working on the same issue.
It's recommended to have [`tytatnic`][tt] installed to run tests locally.
It's recommended to have [`tytanic`][tt] installed to run tests locally.

## Documentation
A guide and API-reference for subpar can be found in its [manual].
Expand Down
10 changes: 5 additions & 5 deletions src/lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
show-sub: auto,

/// A show rule override for sub figure's captions. Receives the realized
/// numbering and caption element. The numbering cna be used directly without
/// numbering and caption element. The numbering can be used directly without
/// any further formatting.
///
/// Signature: #lambda(content, content, ret: content)
Expand Down Expand Up @@ -143,7 +143,7 @@

assert.eq(rest.len(), 0, message: "Unexpected named args: `" + repr(rest) + "`")

// Wrap numberings such that if thye are a pattern and contain only one symbol
// Wrap numberings such that if they are a pattern and contain only one symbol
// we only pass the sub number, but otherwise both.
numbering-sub = util.sparse-numbering(numbering-sub)
numbering-sub-ref = util.sparse-numbering(numbering-sub-ref)
Expand Down Expand Up @@ -178,7 +178,7 @@
supplement: supplement,
..overrides,
{
// TODO(tinger): It doesn't seem to work when suing show-set without a
// TODO(tinger): It doesn't seem to work when using show-set without a
// kind, it doesn't not apply to all of the kinds, so we collect them
// and apply each individually.
show: util.apply-for-all(
Expand Down Expand Up @@ -296,7 +296,7 @@
show-sub: auto,

/// A show rule override for sub figure's captions. Receives the realized
/// numbering and caption element. The numbering cna be used directly without
/// numbering and caption element. The numbering can be used directly without
/// any further formatting.
///
/// Signature: #lambda(content, content, ret: content)
Expand All @@ -315,7 +315,7 @@
grid-overrides: grid-overrides,

/// A template function which applies grid set rules. By default this applies
/// a gutter of `1m`. These will be overriden by explicitly passing grid
/// a gutter of `1em`. These will be overriden by explicitly passing grid
/// arguments, but will take precedence over the style chain, disabling them
/// allows using the style chain.
///
Expand Down
Loading