3334 Commits

Author SHA1 Message Date
Malo
d926e8c17d
Add double parentheses, braces and shell variants (#4830) 2024-08-26 15:25:17 +00:00
Max
0b31f6039f
Fix nested attachments when the base in math.attach has attachments (#4832) 2024-08-26 14:49:24 +00:00
Max
77b6c8481f
Add back release targets aarch64-pc-windows-msvc and riscv64gc-unknown-linux-gnu (#4821) 2024-08-26 13:39:39 +00:00
Yip Coekjan
b85217ef14
Improve documents for the --font-path arg & TYPST_FONT_PATHS env (#4776)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-26 13:37:21 +00:00
Laurenz
cf05284a0c
Small improvements to the test runner (#4838) 2024-08-26 11:40:37 +00:00
Yip Coekjan
88325d7d01
Add clap::ValueHint for input & output CLI arguments (#4765) 2024-08-23 21:37:03 +00:00
Baldur Kristinsson
4dc2034eee
Add Icelandic translation (#4799) 2024-08-22 10:48:49 +00:00
PgBiel
238f1fad49
Fix docstring in package manifest code (#4801) 2024-08-22 10:38:54 +00:00
Andrew Voynov
0facb75e6d
Fixed typo in docs for ProgressSink (#4785) 2024-08-20 15:12:22 +00:00
Max
cefca7a7d8
Fix typos (#4784) 2024-08-20 15:12:12 +00:00
Laurenz
986d624b3a
Share allocations for singletons (#4794) 2024-08-20 10:56:54 +00:00
Laurenz
a30b681251
Move columns handling directly into FlowLayouter (#4792) 2024-08-19 15:06:59 +00:00
Laurenz
eb0e0fec00
Split behaved building and StyleVec building (#4782) 2024-08-18 10:22:23 +00:00
Max
e11ad7d82f
Fix lr docs example (#4777) 2024-08-17 12:55:07 +00:00
Laurenz
2ba59e8c5f
Move column layout into flow (#4774) 2024-08-16 15:22:47 +00:00
Laurenz
b0687198b1
Consolidate flow layout (#4772) 2024-08-16 14:00:25 +00:00
Laurenz
d97d71948e
Fix document set rules (#4768) 2024-08-16 10:53:12 +00:00
Laurenz
feb0c91395
Move paragraph widow and orphan prevention into flow (#4767) 2024-08-16 09:18:45 +00:00
Eric Biedert
4853726e5b
Add gap and justify parameters to repeat (#4644)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15 20:21:42 +00:00
Leedehai
d221a89a40
Adjust the baseline of root radicand frame (#4736) 2024-08-15 20:08:40 +00:00
Malo
c43997de0a
Move calc.nan to float.nan and add float.inf (#4733) 2024-08-15 20:04:50 +00:00
Lingkang
0edd8ec93d
Improve repr for type(none) and type(auto) (#4730)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15 19:53:59 +00:00
Yip Coekjan
ccd4524106
Fix lexer on sth followed by comments (#4739) 2024-08-15 19:53:15 +00:00
Laurenz
351bac8b68
Turn repeat into a single layouter (#4758) 2024-08-15 14:00:15 +00:00
ssotoen
d84a7e423b
Document exact sizes of mathematical spaces (#4738) 2024-08-12 11:37:55 +00:00
Yip Coekjan
3dbaf3a4ca
Check cyclic-import when importing package (#4737) 2024-08-12 08:16:56 +00:00
Malo
324c937dcd
Improve documentation for float and int types (#4725) 2024-08-12 08:12:06 +00:00
Leedehai
54a1a7492f
Allow the extension tab to refresh test images in background (#4689) 2024-08-11 20:37:18 +00:00
Malo
79fb2c3689
Fix calc.inf, -calc.inf, and calc.nan reprs and displays (#4724) 2024-08-11 20:18:57 +00:00
Florent Michel
70931ac1f6
Fix crash when local package is missing and make OpenSSL optional in typst-kit (#4720) 2024-08-11 20:16:40 +00:00
Jakob Peters
d06f3f180c
Implement math mode language for raw (#4687) 2024-08-11 20:15:30 +00:00
Laurenz
831062a588
Fix system font loading (#4714) 2024-08-09 14:44:18 +00:00
Max
b07607d35e
Split shorthands into math and markup, add tilde shorthand (#4706) 2024-08-09 07:41:01 +00:00
Max
a6a8cdaa28
Make under/overlines behave the same as accents in attach base (#4695) 2024-08-09 07:40:29 +00:00
+merlan #flirora
a88899ed75
Bail out of reparse in expr_with_paren if we land on a different char (#4577) 2024-08-08 16:06:22 +00:00
Laurenz
7496dd7463
Bump bytemuck (#4690) 2024-08-06 10:05:48 +00:00
Laurenz
cd02ae709f
Move roadmap and community pages out of this repository (#4688) 2024-08-06 08:37:15 +00:00
+merlan #flirora
6856d5e672
Support multiple stylistic sets in text (#4685) 2024-08-05 19:19:56 +00:00
Eric Biedert
18ce3f111d
Automatically get footnote numbering in counter display (#4686) 2024-08-05 19:03:45 +00:00
tingerrr
672f6e5f97
Add typst-kit crate (#4540) 2024-08-05 18:49:02 +00:00
mkorje
810491c9d3
Add missing under/over-delimiters (#4637) 2024-08-05 11:28:17 +00:00
Johann Birnick
211b546e4e
Fixes counter stepping behavior (#4631)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-05 11:02:04 +00:00
Laurenz
9909f12d4f
Bump to Rust 1.80 (#4681) 2024-08-05 10:54:30 +00:00
Malo
6fbba6d73f
Better document numbering functions (#4648) 2024-08-05 10:43:15 +00:00
Eric Biedert
ed247797ac
Fix alignment of gradients and patterns on strokes in PNG (#4634) 2024-08-05 10:24:22 +00:00
Martin Haug
dfdcc197c0
Remove completed items from roadmap (#4647) 2024-08-05 10:05:13 +00:00
Johann Birnick
51102da926
Fixed docs typo (#4628) 2024-08-05 10:04:49 +00:00
Leedehai
1f81281118
Fix the show rule effect for bibliography heading level (#4622) 2024-08-05 10:04:35 +00:00
Leedehai
d06a26e3d8
Export ty and scope macros before mod decls to sidestep a rust-analyzer issue (#4619) 2024-08-05 10:03:23 +00:00
Leedehai
5e187a5d05
Add font exceptions for Kaiti SC and Kaiti TC (#4616) 2024-08-05 10:02:48 +00:00