Erik
67c6a5bb24
Merge 47df51c6f1137cef2c64772239c7b86858542912 into af2253ba16dfdc731e787e3a43a6f6a63ea65e0a
2025-07-22 13:15:54 +02:00
Laurenz Stampfl
af2253ba16
Add support for PDF embedding ( #6623 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-07-22 11:06:44 +00:00
tinger
47df51c6f1
Bundle deprecation message and version in DeprecationInfo
...
Because the increase in size of `Binding` seemed to create a performance
regression we'll try to reduce the size by putting the rarely used
deprecation on the heap. In fact, the struct is even smaller than before
now, because `deprecation` was previously a wide pointer.
2025-07-21 19:44:38 +02:00
tinger
e6ac31e92c
Add version to Binding
deprecation warnings
...
This allows displaying a hint in which the version a binding may be
removed in. It helps to signal how urgent a package update may be to
package authors. The version is also sent to the proprietary doc
generator.
2025-07-21 19:30:12 +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
Malo
b1c79b50d4
Fix documentation oneliners ( #6608 )
2025-07-18 13:25:17 +00:00
Max
f9b01f595d
Move math styling to codex and add math.scr
( #6309 )
2025-07-09 13:08:49 +00:00
Laurenz
e71674f6b3
Construct library via extension trait instead of default & inherent impl ( #6576 )
2025-07-09 09:28:26 +00:00
Laurenz
0a3c6939dd
Rewrite foundations of native elements ( #6547 )
2025-07-08 08:52:43 +00:00
Robin
36ecbb2c8d
Refer to json function instead of deprecated json.decode in groups docs ( #6552 )
2025-07-07 14:15:32 +00:00
Robin
a6cf0247b2
Fix typo in Advanced Styling docs tutorial ( #6517 )
2025-06-30 08:27:22 +00:00
Florian Bohlken
e8ce894ee7
Improve sentence in guide for LaTeX users ( #6511 )
2025-06-26 15:24:55 +00:00
Malo
04fd0acaca
Allow deprecating symbol variants ( #6441 )
2025-06-26 08:24:21 +00:00
Laurenz
35809387f8
Support in
operator on strings and modules ( #6498 )
2025-06-26 08:06:22 +00:00
Connor K
d3caedd813
Fix typos in page-setup.md ( #6499 )
2025-06-25 16:59:19 +00:00
Andrew Voynov
87c5686560
Add docs for std
module ( #6407 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-24 10:22:55 +00:00
Andrew Voynov
4588595792
Prefer .yaml
over .yml
in the docs ( #6436 )
2025-06-19 19:20:15 +00:00
T0mstone
d7e0c52dd5
Use codex::ModifierSet
( #6159 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-11 13:28:03 +00:00
3w36zj6
5d13b35458
Standardize trailing slashes in docs route paths ( #6420 )
2025-06-10 15:34:27 +00:00
Andrew Voynov
e632bffc2e
Document how to escape lr delimiter auto-scaling ( #6410 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-09 16:34:39 +00:00
Linus Unnebäck
1de2095f67
Add support for WebP images ( #6311 )
2025-06-04 09:54:03 +00:00
Lachlan Kermode
6164ade9ce
Add typst-html
to architecture crates list ( #6364 )
2025-06-02 14:15:04 +00:00
Myriad-Dreamin
758ee78ef5
Make World::font
implementations safe ( #6117 )
2025-03-31 08:08:55 +00:00
Wolf-SO
1b2714e1a7
Update 1-writing.md to improve readability ( #6040 )
2025-03-12 18:29:35 +00:00
Michael Fortunato
24b2f98bf9
Fix typo in 4-template.md ( #6047 )
2025-03-12 12:45:22 +00:00
Laurenz
db9a83d9fc
Bump version on main
...
The tagged commit itself is on the 0.13 branch.
2025-03-07 11:19:12 +01:00
Laurenz
8d3488a07d
0.13.1 changelog ( #6025 )
2025-03-07 10:03:52 +00:00
Laurenz
476c2df312
Mark breaking symbol changes as breaking in 0.13.0 changelog ( #6024 )
2025-03-07 09:17:11 +00:00
Malo
e0b2c32a8e
Mention that sym.ohm
was removed in the 0.13.0 changelog ( #6017 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-03-07 09:05:16 +00:00
Laurenz
99b7d2898e
Replace par
function call in tutorial ( #6023 )
2025-03-07 08:47:56 +00:00
F2011
d4def09962
Correct typo ( #5971 )
2025-03-03 11:23:29 +00:00
Laurenz
bad343748b
Fix paper name in page setup guide ( #5956 )
2025-02-25 13:00:22 +00:00
Malo
56f4fa2b4d
Documentation improvements ( #5888 )
2025-02-23 11:31:28 +00:00
Laurenz
d199546f9f
Bump version on main
...
The tagged commit itself is on the 0.13 branch.
2025-02-19 11:25:31 +01:00
Laurenz
a543ee9445
Update changelog ( #5894 )
2025-02-19 09:59:27 +00:00
Laurenz
25c86accbb
More robust SVG auto-detection ( #5878 )
2025-02-17 10:56:00 +00:00
Laurenz
a1c73b41b8
Document removals in changelog ( #5827 )
2025-02-06 20:57:46 +00:00
Laurenz
d61f57365b
Fix docs outline for nested definitions ( #5823 )
2025-02-06 10:18:35 +00:00
Malo
ca702c7f82
Documentation fixes and improvements ( #5816 )
2025-02-06 10:18:10 +00:00
Laurenz
4a9a5d2716
0.13 changelog ( #5801 )
2025-02-05 13:47:32 +00:00
Laurenz
029ae4a5ea
Export target docs ( #5812 )
...
Co-authored-by: Martin Haug <3874949+reknih@users.noreply.github.com>
2025-02-05 13:24:10 +00:00
Laurenz
50ccd7d60f
Scope deprecations ( #5798 )
2025-02-04 09:38:31 +00:00
Laurenz
5b3593e571
Enable HTML feature in docs generator ( #5800 )
2025-02-03 17:06:45 +00:00
Laurenz
eee903b0f8
Refactor Scope
( #5797 )
2025-02-03 16:04:54 +00:00
TwoF1nger
7a0d7092bc
Fix typo in scripting.md ( #5783 )
2025-01-30 10:11:03 +00:00
Laurenz
dacd6acd5e
More flexible and efficient Bytes
representation ( #5670 )
2025-01-08 10:57:56 +00:00
Niklas Eicker
0a374d2380
Embed files associated with the document as a whole ( #5221 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-01-08 09:38:34 +00:00
Laurenz
265df6c29f
Remove closing slashes from img tags ( #5665 )
2025-01-07 13:13:15 +00:00
Malo
36508c66db
Fix French text in example ( #5635 )
2025-01-06 13:00:44 +00:00