626 Commits

Author SHA1 Message Date
Martin Haug
15ac6c3166
Spruce up table docs (#3593) 2024-03-09 16:42:11 +00:00
PgBiel
639a8d0dc0
Repeatable Table Footers [More Flexible Tables Pt.6a] (#3577)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-09 15:48:48 +00:00
Wenzhuo Liu
d927974bb1
fix leaky pdf text stroke (#3580)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-09 12:18:42 +00:00
frozolotl
2bc3c96bc9
Remove floating point rounding from colors (and more) (#3557) 2024-03-09 11:58:22 +00:00
Laurenz
82617a6a3c
Generate PDF ID automatically unless we really have a stable ID (#3591) 2024-03-09 11:55:03 +00:00
Andrew Voynov
204c4ecfcb
docs(image): added example to the fit field (#3574) 2024-03-09 08:48:05 +00:00
Leedehai
4ab1b0fe3d
Consolidate what internal methods Counter's user-visible methods call (#3561) 2024-03-09 08:45:54 +00:00
Laurenz
aace521b56
Bump our crates (#3573) 2024-03-07 16:37:22 +00:00
Laurenz
1fa0f2f0f0
Remove safe_div (#3572) 2024-03-07 16:07:52 +00:00
Laurenz
1d32145319
DPI-based natural sizing for images (#3571) 2024-03-07 15:05:52 +00:00
Laurenz
a558fd232b
Add typst init command (#3544) 2024-03-06 11:33:35 +00:00
PgBiel
898367f096
Repeatable Table Headers [More Flexible Tables Pt.5a] (#3545) 2024-03-06 08:41:16 +00:00
Myriad-Dreamin
5b2ffd9dd0
Fix metrics of fandol fonts (#3554) 2024-03-05 17:43:57 +00:00
Laurenz
e3bd39c9d1
Add support for shortcut links in docs (#3547) 2024-03-04 14:51:22 +00:00
A-Walrus
b005dc37e5
Fix BiDi bug with mixed explicit dir in paragraph (#3532)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-04 09:47:38 +00:00
frozolotl
879bd1a1ce
Add chunks method to array (#3539)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-04 09:03:35 +00:00
Peng Guanwen
086bca9576
Fix JIS style punctuation (#3543) 2024-03-04 09:02:25 +00:00
PgBiel
decb4fd9b9
Merging cells: Rowspans [More Flexible Tables Pt.3b] (#3501) 2024-03-03 19:32:27 +00:00
geekvest
098ef5acbb
Fix some comments (#3541)
Signed-off-by: geekvest <cuimoman@sohu.com>
2024-03-03 14:50:19 +00:00
Myriad-Dreamin
dadd657e0a
Allow DTD in XML parsing (#3534) 2024-03-01 11:42:01 +00:00
Laurenz
1e2c239971
Fix out of flow check (#3533) 2024-03-01 11:41:09 +00:00
frozolotl
67ba8d6c0e
Add rounded corners and strokes to highlight (#3526) 2024-03-01 09:18:32 +00:00
Myriad-Dreamin
030041466b
Provide more fine-grained spans in raw blocks (#3257)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-01 09:17:41 +00:00
la .uetcis
57ab6d0924
Add forces and forces.not (#3530)
Co-authored-by: la .uetcis <uetcis@pm.me>
2024-02-29 13:50:56 +00:00
tingerrr
5a03c818c8
Add depth and offset field to heading (#3038)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-29 08:51:56 +00:00
Laurenz
e6fddd68e3
Fix package autocompletion deduplication (#3525) 2024-02-28 16:29:44 +00:00
Laurenz
8d63b0479c
Make use of is_some_and where applicable (#3523) 2024-02-28 14:24:50 +00:00
frozolotl
9d8df00ffb
Implement alpha modification methods for colors (#3516)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-28 14:09:13 +00:00
Laurenz
a518e2dd4d
Move docs generation code (#3519) 2024-02-28 10:37:52 +00:00
Laurenz
e16d3f5a67
Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
Laurenz
6dab30238a
Add vendor-openssl feature flag (#3510) 2024-02-28 08:04:03 +00:00
Laurenz
ba531c371e
Fix float overlap (#3507) 2024-02-27 13:05:29 +00:00
Laurenz
ae31640c0a
Fix out-of-order floats (#3506) 2024-02-27 12:34:26 +00:00
frozolotl
79615a01bd
Improve color negation (#3500) 2024-02-27 11:15:17 +00:00
Laurenz
0aa9254356
Fix bugs with parenthesized expression parsing (#3505) 2024-02-27 11:12:43 +00:00
Laurenz
9646a132a8
Fix parser bug with space before colon (#3504) 2024-02-27 10:43:02 +00:00
Laurenz
145723b1ef
New context system (#3497) 2024-02-27 10:05:16 +00:00
Leedehai
e9ee00a7c0
Add vertical alignment to equation number [Better Equation Numbering Pt.3] (#3482) 2024-02-26 15:57:21 +00:00
Jacob Hummer
7ed257a3c7
Add basic typst-docs CLI that spits out json (#3429)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-26 15:56:19 +00:00
Laurenz
85db05727b
Fix fold order for vectors (#3496) 2024-02-26 13:39:41 +00:00
Laurenz
ca5d682edb
Fix cast order for ToInt (#3485) 2024-02-25 11:50:11 +00:00
Jacob Hummer
010da18d99
Add base() injection getter to the typst-docs Resolver (#3484) 2024-02-25 11:37:14 +00:00
Ilia
ffd57bf56b
Sort languages when writing XMP metadata for reproducible builds (#3469) 2024-02-23 14:14:07 +00:00
Leedehai
0fe03bae6e
Add number-align to math.equation [Better Equation Numbering Pt.2] (#3446) 2024-02-22 08:49:24 +00:00
Evan Finken
4eab6deed6
Add tilde.dot (#3468) 2024-02-22 08:47:45 +00:00
Leedehai
20a8ea1a94
Update the Finnish translation of program listing (#3474) 2024-02-22 08:46:26 +00:00
PgBiel
a8671962d6
Some table improvements [More flexible tables] (#3473) 2024-02-22 08:42:10 +00:00
jaroeichler
92a2f01b74
Add symbols for arrows with tilde (#3434) 2024-02-22 08:36:32 +00:00
Laurenz
56ecd6c806
Wider callsite span (#3466) 2024-02-21 14:11:35 +00:00
Peng Guanwen
23756f9e8b
Remove special handling of Noto fonts (#3388) 2024-02-21 09:14:22 +00:00