Laurenz Stampfl
|
cb436f9650
|
Reformat
|
2025-07-21 20:09:42 +02:00 |
|
Laurenz Stampfl
|
6e6c7d8514
|
Merge branch 'main' into pdf_embed
# Conflicts:
# crates/typst-library/src/visualize/image/mod.rs
# crates/typst-svg/src/image.rs
|
2025-07-21 20:08:01 +02:00 |
|
Laurenz
|
b036fd97ab
|
Reformat with 2024 edition
|
2025-07-21 15:22:29 +02:00 |
|
Laurenz
|
c9c2315ad3
|
Fix 2024 clippy warnings
|
2025-07-21 15:22:29 +02:00 |
|
Laurenz
|
4bbd4e195b
|
Migrate to 2024 edition
|
2025-07-21 15:22:28 +02:00 |
|
pog102
|
55dad02887
|
Add Lithuanian translations (#6587)
|
2025-07-21 10:57:40 +00:00 |
|
Laurenz Stampfl
|
2f72a1f197
|
Add tests
|
2025-07-20 15:13:34 +02:00 |
|
Laurenz Stampfl
|
62eab1dc9f
|
Remove outdated comment
|
2025-07-20 14:50:02 +02:00 |
|
Laurenz Stampfl
|
7791162455
|
Group imports
|
2025-07-20 14:49:34 +02:00 |
|
Laurenz Stampfl
|
24d68ba61c
|
Update documentation
|
2025-07-20 14:48:50 +02:00 |
|
Laurenz Stampfl
|
34d26dc64b
|
Merge branch 'main' into pdf_embed
|
2025-07-20 14:41:00 +02:00 |
|
Laurenz Stampfl
|
62daf7d3ef
|
Add proper errors for PDFs that failed to load
|
2025-07-20 14:40:14 +02:00 |
|
Laurenz Stampfl
|
d9fb17edb3
|
Embed all fonts
|
2025-07-20 14:30:08 +02:00 |
|
Laurenz Stampfl
|
1a66c8ebe7
|
Bump deps
|
2025-07-20 10:52:12 +02:00 |
|
Laurenz Stampfl
|
c384f6b6c0
|
Use select_fallback as well
|
2025-07-20 10:06:33 +02:00 |
|
Laurenz Stampfl
|
a2df88db16
|
Fix some compiler warnings
|
2025-07-20 00:16:11 +02:00 |
|
Laurenz Stampfl
|
5ef332caa4
|
Require the PdfEmbedding feature
|
2025-07-20 00:13:25 +02:00 |
|
Laurenz Stampfl
|
4b733b5f8b
|
First version
|
2025-07-19 23:46:28 +02:00 |
|
Malo
|
b1c79b50d4
|
Fix documentation oneliners (#6608)
|
2025-07-18 13:25:17 +00:00 |
|
Robin
|
5661c20580
|
Slightly improve selector docs (#6544)
|
2025-07-16 16:15:49 +00:00 |
|
Laurenz
|
c58766440c
|
Support intra-doc links in HTML (#6602)
|
2025-07-16 08:17:42 +00:00 |
|
Malo
|
cdbf60e883
|
Change enum.item.number to Smart instead of Option (#6609)
|
2025-07-16 08:05:52 +00:00 |
|
Robin
|
f51cb4b03e
|
Rephrase docs for truncation of float/decimal to integer (#6543)
|
2025-07-14 13:31:27 +00:00 |
|
Robin
|
0c12828c9a
|
Fix minor typo in text docs (#6589)
|
2025-07-14 13:26:25 +00:00 |
|
Robin
|
b1a091a236
|
Use "whitespace" instead of "space" to denote block-level equation in docs (#6591)
|
2025-07-14 13:26:10 +00:00 |
|
Laurenz
|
98802dde7e
|
Complete movement of HTML export code to typst-html (#6584)
|
2025-07-10 10:42:34 +00:00 |
|
Laurenz
|
3aa7e861e7
|
Support images in HTML export (#6578)
|
2025-07-09 13:48:43 +00:00 |
|
Laurenz
|
a45c3388a6
|
More consistent Packed<T> to Content conversion methods (#6579)
|
2025-07-09 13:40:22 +00:00 |
|
Max
|
f9b01f595d
|
Move math styling to codex and add math.scr (#6309)
|
2025-07-09 13:08:49 +00:00 |
|
Robin
|
eed3407051
|
Update Swedish translations based on defaults used for LaTeX and cleveref (#6519)
|
2025-07-09 12:44:42 +00:00 |
|
Malo
|
1dc4c248d1
|
Add default argument for str.first and str.last (#6554)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-07-09 12:10:24 +00:00 |
|
frozolotl
|
9e6adb6f45
|
Ignore spans when checking for RawElem equality (#6560)
|
2025-07-09 12:04:22 +00:00 |
|
Robin
|
4534167656
|
Use "displayed" instead of "repeated" to avoid ambiguity in numbering docs (#6565)
|
2025-07-09 12:02:50 +00:00 |
|
Robin
|
e5e813219e
|
Fix typo of Typst domain in quote docs (#6573)
|
2025-07-09 12:01:57 +00:00 |
|
Laurenz
|
52a708b988
|
Move html module to typst-html crate (#6577)
|
2025-07-09 09:46:40 +00:00 |
|
Laurenz
|
e71674f6b3
|
Construct library via extension trait instead of default & inherent impl (#6576)
|
2025-07-09 09:28:26 +00:00 |
|
Laurenz
|
e5e1dcd9c0
|
Target-specific native show rules (#6569)
|
2025-07-09 08:16:36 +00:00 |
|
Laurenz
|
0a3c6939dd
|
Rewrite foundations of native elements (#6547)
|
2025-07-08 08:52:43 +00:00 |
|
Robin
|
51ab5b815c
|
Fix minor typo in function docs (#6542)
|
2025-07-07 14:15:10 +00:00 |
|
Laurenz
|
d1deb80bb8
|
Fix nightly warnings (#6558)
|
2025-07-05 12:23:48 +00:00 |
|
Malo
|
09c831d3b3
|
Use "subs" and "sups" font features for typographic scripts (#5777)
|
2025-07-02 08:00:45 +00:00 |
|
Robin
|
30ddc4a7ca
|
Fix typos in calc module docs (#6535)
|
2025-07-01 11:04:31 +00:00 |
|
Robin
|
d978f8c33a
|
Fix minor typo in array.product docs (#6532)
|
2025-07-01 11:04:11 +00:00 |
|
+merlan #flirora
|
584dd5fec6
|
Fix panic when sampling across two coincident gradient stops (#6166)
|
2025-06-27 09:26:15 +00:00 |
|
Laurenz
|
9311f6f08e
|
Basic support for text decoration functions in HTML (#6510)
|
2025-06-26 13:44:45 +00:00 |
|
Said A.
|
5dd5771df0
|
Disallow empty labels and references (#5776) (#6332)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2025-06-26 09:18:51 +00:00 |
|
Malo
|
04fd0acaca
|
Allow deprecating symbol variants (#6441)
|
2025-06-26 08:24:21 +00:00 |
|
Laurenz
|
6a1d6c08e2
|
Consistent sizing for html.frame (#6505)
|
2025-06-26 08:07:41 +00:00 |
|
Laurenz
|
35809387f8
|
Support in operator on strings and modules (#6498)
|
2025-06-26 08:06:22 +00:00 |
|
+merlan #flirora
|
d54544297b
|
Minor fixes to doc comments (#6500)
|
2025-06-25 16:58:40 +00:00 |
|