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
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
Andrew Voynov
bf0d45e2c0
Make array.chunks
example more readable ( #5975 )
2025-03-03 11:31:39 +00:00
Tijme
66679920b2
Fix docs example with type/string comparison ( #5987 )
2025-03-03 09:32:06 +00:00
Ian Wrzesinski
cfb3b1a270
Improve clarity of ast.rs
for newcomers to the codebase ( #5784 )
...
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
Co-authored-by: T0mstone <39707032+T0mstone@users.noreply.github.com>
2025-02-26 20:10:36 +00:00
Emmanuel Lesueur
52f1f53973
Fix curve with multiple non-closed components. ( #5963 )
2025-02-26 18:07:29 +00:00
Malo
d6b0d68ffa
Add more methods to direction
( #5893 )
2025-02-25 14:19:17 +00:00
Laurenz
8f039dd614
Only autocomplete methods which take self ( #5824 )
2025-02-25 14:10:01 +00:00
Malo
2eef9e84e1
Improve hints for show rule recursion depth ( #5856 )
2025-02-25 14:09:52 +00:00
evie
d11ad80dee
Add #str.normalize(form)
( #5631 )
...
Co-authored-by: +merlan #flirora <uruwi@protonmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-02-25 14:01:01 +00:00
Laurenz
f31c971624
Deduplicate watcher update call ( #5955 )
2025-02-25 12:47:41 +00:00