1375 Commits

Author SHA1 Message Date
Laurenz Stampfl
f18b84011a Update to newest 2025-03-26 19:29:04 +01:00
Laurenz
24e4decb56 Merge branch 'main' into pr/5420 2025-03-26 18:20:11 +01:00
Laurenz
6d0bcbc46a Formatting 2025-03-26 18:13:19 +01:00
Laurenz
c741b532d9 MoveTimestamp into metadata module 2025-03-26 18:13:07 +01:00
Laurenz
6c84f392b2 Pick correct PDF version automatically based on substandard 2025-03-26 18:05:44 +01:00
Laurenz
774d7e819e Revert to original PDF standards API
The PR changed the CLI from just a --pdf-standard flag to a --pdf-version and a --pdf-standard flag and also introduced similar breaking changes to typst_pdf's interface.

I'm not totally opposed to this change, but also not yet certain whether I truly prefer it. For this reason, after discussion with @LaurenzV, I'm reverting this for now. We can still make the change later if we want to. There's no need to couple it with the switch to krilla.
2025-03-26 18:01:41 +01:00
PgBiel
1f1c133878
Refactor grid header and footer resolving (#5919) 2025-03-24 20:42:48 +00:00
Eduardo Sánchez Muñoz
38213ed534
Use u64 instead of usize to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
Andrew Voynov
636eea18bc
Expand page breaks' triggers for page(height: auto) in docs (#6081) 2025-03-24 18:08:39 +00:00
Ian Wrzesinski
91956d1f03
Use std::ops::ControlFlow in Content::traverse (#6053)
Co-authored-by: Max Mynter <maxmynter@me.com>
2025-03-24 18:07:19 +00:00
Laurenz Stampfl
9285a352d0 Add alt text 2025-03-19 12:02:09 +01:00
Laurenz Stampfl
2ffbabe7c9 Reformat 2025-03-18 18:40:59 +01:00
Laurenz Stampfl
91d0a95bcb FIx clippy 2025-03-18 17:29:20 +01:00
Laurenz Stampfl
8b63d09c24 Merge branch 'main' into krilla-port 2025-03-18 17:27:08 +01:00
Laurenz Stampfl
9b5ee82c16 Fix page range issue 2025-03-18 17:25:41 +01:00
Laurenz Stampfl
27c5e0081a Fix clippy 2025-03-18 16:54:33 +01:00
Laurenz Stampfl
0d2f442c35 More fixes 2025-03-18 16:46:38 +01:00
Laurenz Stampfl
7d11b3a976 Fix import errors 2025-03-18 15:34:26 +01:00
Laurenz Stampfl
78901fb248 more 2025-03-18 11:29:22 +01:00
Laurenz Stampfl
a330866ad2 Wrap whole CustomImage in Arc 2025-03-17 23:47:55 +01:00
Laurenz Stampfl
8f0cb71db8 Reformat + add support for exif 2025-03-17 23:22:53 +01:00
Laurenz Stampfl
c990ced644 Set main text direction 2025-03-16 22:36:32 +01:00
Laurenz Stampfl
23741720ca Don't set is_rotated if not necessary 2025-03-16 22:32:11 +01:00
Laurenz Stampfl
abcd0822f8 Fix compile errors 2025-03-16 22:12:37 +01:00
Laurenz Stampfl
bb7efcccec more changes 2025-03-16 08:52:21 +01:00
Laurenz Stampfl
eed3c0dfea more fixes 2025-03-13 15:23:27 +01:00
Laurenz
95a7e28e25
Make two typst-kit functions private (#6045) 2025-03-12 12:46:03 +00:00
Kevin K.
37bb632d2e
Fix missing words and paren in docs (#6046) 2025-03-12 12:45:57 +00:00
Laurenz Stampfl
03a395a69c Re-order imports 2025-03-11 23:13:01 +01:00
Laurenz Stampfl
385061256b more 2025-03-11 23:12:19 +01:00
Laurenz Stampfl
644996302a Update shaping logic 2025-03-11 23:01:56 +01:00
Andrew Voynov
0214320087
Fix parallel package installation (#5979)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-03-11 20:20:41 +00:00
Laurenz Stampfl
6af9eb9bbd more and update 2025-03-11 20:49:05 +01:00
Max
96f6957371
Fix math.root frame size (#6021) 2025-03-11 10:18:15 +00:00
evie
3650859ae8
Fix cargo clippy warnings (mostly about .repeat.take and .next_back) (#6038) 2025-03-11 10:00:53 +00:00
Laurenz Stampfl
ccec0dedbf First version of better error support 2025-03-11 10:49:13 +01:00
Laurenz Stampfl
69076bfd87 Fix clippy 2025-03-10 14:41:17 +01:00
Laurenz Stampfl
a5203e3c69 Merge branch 'main' into krilla-port
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	crates/typst-pdf/src/font.rs
2025-03-10 14:35:47 +01:00
Laurenz Stampfl
30ad72145b Re-order imports 2025-03-10 14:11:26 +01:00
Caleb Maclennan
bd531e08dc
Bump rustybuzz (and adjacent crates) (#5407) 2025-03-10 12:45:08 +00:00
Ludovico Gerardi
e66e190a21
Fix typo in docs (#6034) 2025-03-10 11:39:30 +00:00
Laurenz Stampfl
9622906e69 Add support for file embedding 2025-03-10 11:05:56 +01:00
Laurenz Stampfl
ea021a29e3 Reformat 2025-03-10 10:29:47 +01:00
Laurenz Stampfl
c14eeae249 more 2025-03-10 10:29:37 +01:00
Laurenz Stampfl
33199e1c00 Part 2 2025-03-10 10:21:13 +01:00
Laurenz Stampfl
b464c46a8a part 1 2025-03-10 09:51:18 +01:00
Laurenz Stampfl
38fba0a02c Merge branch 'main' into krilla-port
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	crates/typst-cli/src/args.rs
#	crates/typst-cli/src/compile.rs
#	crates/typst-library/src/visualize/image/raster.rs
#	crates/typst-pdf/src/catalog.rs
#	crates/typst-pdf/src/content.rs
#	crates/typst-pdf/src/image.rs
#	crates/typst-pdf/src/lib.rs
#	crates/typst-pdf/src/outline.rs
2025-03-10 08:31:45 +01:00
Laurenz
e1a9166e1d
Hotfix for labels on symbols (#6015) 2025-03-07 08:22:42 +00:00
Andrew Voynov
6271cdceae
Fix debug implementation of Recipe (#5997) 2025-03-04 09:33:39 +00:00
3w36zj6
8820a00beb
Respect quotes: false in inline quote (#5991)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-03-03 11:50:47 +00:00