figsoda
b843ca17d8
Add Nix flake ( #158 )
2023-03-27 16:26:08 +02:00
Rafael Oliveira
52905cf77f
Fix typos in docs ( #315 )
2023-03-27 16:20:22 +02:00
Laurenz
c5fb34123c
Fix parsing of unbalanced delimiters in math
2023-03-27 16:09:26 +02:00
user202729
477275c030
Fix a typo in documentation ( #339 )
2023-03-27 15:53:43 +02:00
Laurenz
d71c933cca
Bump dependencies
2023-03-27 15:49:04 +02:00
Laurenz
1336219690
Fix numeric bibliography ordering
2023-03-27 15:21:18 +02:00
Laurenz
13ece5ec26
Allow disabling vector and matrix delimiters
2023-03-27 14:52:25 +02:00
Laurenz
51d972ec24
Fix matrix delimiters
...
Fixes #200 .
2023-03-27 13:14:21 +02:00
Laurenz
2c7f2c005a
Parse decimals as a unit
...
Fixes #257 .
2023-03-27 12:50:00 +02:00
Laurenz
2bbd8040c8
Add note to VS Code extension
2023-03-27 12:38:05 +02:00
Laurenz
5020f62195
Respect link style in bibliography
2023-03-27 12:31:01 +02:00
Laurenz
dd33a21188
Documentation for location methods
...
Fixes #308 .
2023-03-27 12:26:24 +02:00
Laurenz
a5c88c19b3
Fix enum parsing and allow zero in numberings
...
Fixes #353 .
2023-03-27 12:12:57 +02:00
Alice Carroll
10d8fd9661
Added IPA pronunciation ( #349 )
2023-03-27 10:19:54 +02:00
Laurenz
2a088e876e
Cache eviction helps
...
Fixes #334 .
2023-03-26 14:06:15 +02:00
Laurenz
bb189640f2
Pronunciation
2023-03-26 13:43:21 +02:00
figsoda
e70ec5f3c0
Don't let the build script overwrite TYPST_VERSION ( #154 )
2023-03-25 15:38:34 +01:00
百地 希留耶
d0782b1853
Document behaviour of dictionary.insert() when key exists ( #282 )
2023-03-25 15:26:57 +01:00
7sDream
a4a915cc5c
Add custom font search path support for typst cli ( #270 )
2023-03-25 15:04:56 +01:00
Laurenz Stampfl
25e8520a4e
Added return type to methods of colors in docs ( #291 )
2023-03-25 13:38:32 +01:00
David Voigt
6545620891
change page numbering for outline ( #284 )
2023-03-25 13:35:32 +01:00
Alexander Ekdahl
766d1be72b
Newton's notation for derivatives ( #281 )
2023-03-25 13:32:25 +01:00
jakobrs
a25a691549
Use correct smart quotes for Norwegian Bokmål language code ( #278 )
2023-03-25 13:30:33 +01:00
Florian Kothmeier
238f64327c
Fix fill color obstructing page header and background ( #277 )
2023-03-25 13:30:19 +01:00
Laurenz
a253b47e7c
Simplify heading block example
2023-03-24 09:52:21 +01:00
figsoda
ec3f7004ca
Fix index out of bounds error in build script ( #173 )
2023-03-24 09:22:48 +01:00
Ryan Pitasky
8b1852cffb
Replace infinite repeat layout panic with error ( #235 )
...
When a page has auto width and there were no other constraints on the repetition width, this would previously panic. Now, there is an explicit check with a new error and test case.
2023-03-24 09:15:24 +01:00
Dave L
2f8802a412
Changed "ColorChoice::Always" to "ColorChoice::Auto" to honour user setting of TERM / NO_COLOR ( #230 )
2023-03-24 09:14:32 +01:00
Easyoakland
e927486970
Fixed Typo ( #227 )
2023-03-24 09:14:24 +01:00
Sebastian Zivota
c9a945f9a0
Fix descriptions of some types ( #206 )
2023-03-24 09:13:34 +01:00
Sebastian Zivota
23de492eea
Fix import syntax in tutorial ( #205 )
2023-03-24 09:12:49 +01:00
Roland Fredenhagen
d3377649a2
Make alignment actually centered ( #176 )
2023-03-24 09:11:17 +01:00
arctic-penguin
88e1134eec
strip cli target ( #143 )
...
Stripping `typst-cli` reduces the file size from 24 MB to 18 MB.
2023-03-24 09:08:58 +01:00
Dave Purdum
e0699ce4f3
Fix year in community.md ( #135 )
2023-03-24 09:07:58 +01:00
JD Matthews
085a7658f2
fix a couple of typos / apostrophes in the README and tutorials ( #128 )
2023-03-24 09:07:01 +01:00
vinícius x
045a109600
Fix mistake in tutorial ( #107 )
...
subscript was mistaken for superscript
2023-03-22 09:04:42 +01:00
Liam Sanft
ea3cf39f15
Fix typo in README ( #111 )
...
Fixed a typo in the README example image and text version of the code example.
- Fixes #101
2023-03-22 09:04:26 +01:00
Kian-Meng Ang
25acefeb5b
Fix typos ( #115 )
...
Found via `codespell -S target -L
crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-22 09:02:51 +01:00
Felix Obenhuber
26f4321a5e
Fix build if not on a git checkout ( #119 )
...
Check the exit status of the `git` invocation before parsing the output.
If there's no `.git` the output may look like:
```
fatal: not a git repository (or any of the parent directories): .git
```
and the version shall be set to unknown.
2023-03-22 09:02:16 +01:00
Laurenz
9fc432a41d
Switch to Buffer::from_static
for embedded fonts
2023-03-21 23:43:22 +01:00
Laurenz
a6b63b96f9
Fail gracefully if git
does not exist
2023-03-21 23:39:40 +01:00
Laurenz
b934a2fd83
Embed standard fonts in binary
v23-03-21-2
2023-03-21 23:18:56 +01:00
Laurenz
27bb5e8d22
Add note about fonts
2023-03-21 20:52:00 +01:00
Tommy Zaft
c26620b350
Fix typo ( #94 )
2023-03-21 20:45:42 +01:00
Laurenz
ff8cd46c50
Fix typo
2023-03-21 20:23:53 +01:00
Laurenz
4428646c99
Documentation changes
v23-03-21
2023-03-21 18:20:15 +01:00
Laurenz
53b57d8294
Fix show rule colon error message
2023-03-21 13:08:18 +01:00
Laurenz
c913271b29
Fix crash for jump to outdated span
2023-03-21 12:55:39 +01:00
Laurenz
69136b74dc
More math shorthands
2023-03-21 10:29:59 +01:00
Laurenz
a14eb1952d
Bump dependencies
2023-03-21 10:05:46 +01:00