Note: This document only covers significant user-facing changes.
- Utils
- Linear algebra
- Expand
linco
to accept any number of arguments - Add text operator
size
- Expand
- Linear algebra
- Shortcut presets have been moved
to the globally-available
preset
module- E.g. if you've used
#import linalg: *
before, use#import preset.linalg: *
instead
- E.g. if you've used
- Remove
slides
template andpresentation
module- It was
- never properly documented
- an utter hack causing more headaches than it saved in writing time
- dependent on polylux
- which was never updated to resolve the compiler's warnings
about the new
context
mechanism - and needlessly spamming my logs hence
- which was never updated to resolve the compiler's warnings
about the new
- It was
- Use Halcyon as new default theme for codeblocks
- Fill
preset.linalg
with more utilities- (Conjugate) transposition via
trp
/ctrp
- Inner product via
ipr
- Overline via
ovl
- Shorthands for ... after the pattern ...
- Transposition →
xT
- Conjugate transposition →
xH
- Vector boldface →
xvb
- Vector tildized →
xva
- Vector transposed →
xvT
- Vector conjugate transposed →
xvH
- Transposition →
- (Conjugate) transposition via
- Add more preset modules
- They're quite empty for now
preset.quantum
preset.calculus
- More keyword conjugates
- The
modern
template (used by e.g.note
) defaults to optimized linebreaks now- Should result in more visually consistent blocks of text
Initial published