diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 22:25:20 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 22:31:29 +0200 |
| commit | e83e05d5417418e0845eccdb660fe2210215e301 (patch) | |
| tree | 67016c2ebe74d19c7522d61673abecd25da44e57 /docs/src | |
| parent | 66de90437f64e532a51297dc233c57c2cda9a124 (diff) | |
Term list separator changes
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/general/changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index be1cdc37..5829cb0e 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -8,6 +8,8 @@ description: | ## Unreleased - **Breaking:** Enumerations now require a space after their marker, that is, `[1.ok]` must now be written as `[1. ok]` +- **Breaking:** Changed default style for [term lists]($func/terms): Does not + include a colon anymore and has a bit more indent - Fixed bibliography ordering in IEEE style - Fixed parsing of decimals in math: `[$1.2/3.4$]` - Fixed parsing of unbalanced delimiters in fractions: `[$1/(2 (x)$]` @@ -21,6 +23,8 @@ description: | - Added support for disabling [matrix]($func/mat) and [vector]($func/vec) delimiters. Generally with `[#set math.mat(delim: none)]` or one-off with `[$mat(delim: #none, 1, 2; 3, 4)$]`. +- Added [`separator`]($func/terms.separator) argument to term lists +- Fixed [`indent`]($func/terms.indent) property of term lists - Added [`round`]($func/round) function for equations - Numberings now allow zeros. To reset a counter, you can write `[#counter(..).update(0)]` |
