QuarticCat
ac888e085a
Fix suffix computation for Source::replace ( #3989 )
2024-05-17 14:27:59 +02:00
Ian Wrzesinski
dd60b3b7ca
Fix empty 2-d math args with whitespace/trivia ( #3786 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-05-17 14:27:59 +02:00
Malo
ac7dff10b2
Fix compiler panic on stack with infinite spacing ( #3918 )
2024-05-17 14:27:59 +02:00
Laurenz
03c30556db
Fix path in sized container ( #3954 )
2024-05-17 14:27:59 +02:00
Rik Huijzer
b729fb3255
Mention typst fonts
for font
parameter ( #3919 )
2024-05-17 14:27:59 +02:00
Laurenz
e039552f9d
Better test runner ( #3922 )
2024-05-17 14:27:59 +02:00
A-Walrus
8e025c9cdf
Fix raw bidi text ( #3885 )
2024-05-17 14:27:59 +02:00
José Lopes
fcd7705fb6
Fix missing blackboard bold letters ( #3759 )
2024-05-17 14:27:59 +02:00
Tomás Cruz
cc46267be3
Deformed stroke for some length values fix ( #3860 )
2024-05-17 14:27:59 +02:00
Leedehai
6ca8717305
Let the lexer respect linebreaks within inline raw ( #3756 )
2024-05-17 14:27:58 +02:00
Leedehai
88b305c3f9
Fix newline parsing behavior in code mode ( #3780 )
2024-05-17 14:27:58 +02:00
Gabriel Araújo
ca0754d80f
Fix wrong PDF page labels ( #3836 ) ( #3837 )
2024-05-17 14:27:58 +02:00
Laurenz
f246f0a245
A few CI and crate config changes ( #3852 )
2024-05-17 14:27:58 +02:00
Ana Gelez
05b1096268
Support negative dimensions in rectangles ( #3807 )
2024-05-17 14:27:58 +02:00
Ana Gelez
444c8682ce
Never shrink lines in raw blocks ( #3796 )
2024-05-17 14:27:58 +02:00
Leedehai
cb24d10404
Fix tab rendering for raw block with lang "typ(c)" ( #3847 )
2024-05-17 14:27:58 +02:00
Etienne Collin
c5e094757d
Fixed interaction of first_line_indent with outline ( #3745 )
2024-05-17 14:27:58 +02:00
Leedehai
8529ffe701
Fix str.trim(regex,at:end)
when the whole string is matched ( #3730 )
2024-05-17 14:27:58 +02:00
Myriad-Dreamin
b4885930d3
Fix source path resolution in import analysis ( #3842 )
2024-05-17 14:27:58 +02:00
Eric Biedert
d007df3ecc
Fix patterns with spacing in PDF ( #3793 )
2024-05-17 14:27:58 +02:00
Ran Luo
2c6b69ff6d
Fix compression of punctuation marks at line start of end ( #3744 )
2024-05-17 14:27:58 +02:00
Ana Gelez
cdd8d167cf
Better handle large numbers from external data files ( #3791 )
...
Co-authored-by: Martin Haug <mhaug@live.de>
2024-05-17 14:27:58 +02:00
Ana Gelez
c5dcd220c1
Fix smart quotes in PDF outline ( #3790 )
2024-05-17 14:27:58 +02:00
frozolotl
784488c522
Escape path and entrypoint in typst init
output ( #3753 )
2024-05-17 14:27:58 +02:00
frozolotl
15d01c49f5
Fix warnings introduced by rust 1.77 ( #3754 )
2024-05-16 13:00:56 +02:00
frozolotl
babe44c5d6
Fix color documentation ( #3688 )
2024-05-16 12:46:18 +02:00
A-Walrus
b279b9d214
Fix all cargo doc warnings ( #3684 )
2024-05-16 12:45:49 +02:00
Laurenz
faca50a240
Final touches ( #3678 )
2024-03-15 14:47:41 +00:00
Martin Haug
9bd1451452
Add a guide for the new tables ( #3655 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-15 14:02:56 +00:00
Andrew Voynov
1084bce4e8
Small improvements to heading parameter docs ( #3660 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-15 13:58:31 +00:00
Leedehai
bd8a029725
Fix Reflect
for SpecificAlignment
( #3672 )
...
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-03-15 13:55:03 +00:00
PgBiel
23ec13718f
Small table footer and hline placement improvements ( #3659 )
2024-03-14 09:26:27 +00:00
Laurenz
9e507cd9fd
Revert use of alternate screen ( #3648 )
2024-03-14 09:20:31 +00:00
Laurenz
c2ca3615d7
Fix sizing of nested equations ( #3664 )
2024-03-14 08:44:03 +00:00
Laurenz
7c61ccac71
Fix non-terminating loop in flow layout ( #3652 )
2024-03-13 13:46:00 +00:00
Laurenz
28012b2f8d
Fix italic
function in math ( #3651 )
2024-03-13 13:30:59 +00:00
PgBiel
48820fe69b
Fix table cells and rowspans wrongly assuming full page height available ( #3637 )
2024-03-13 09:15:16 +00:00
PgBiel
fd2eb0ceb2
Ensure grids have at least the given amount of rows ( #3644 )
2024-03-13 08:54:36 +00:00
Ran Luo
3fd06136c2
Fix typo in inline layout ( #3645 )
2024-03-13 08:50:24 +00:00
Laurenz
0fef857064
Fix Behaviour
of spacing ( #3634 )
2024-03-12 11:32:53 +00:00
Laurenz
1d027ff6d2
Fix parsing of parenthesized imports ( #3633 )
2024-03-12 10:47:48 +00:00
Laurenz
633c32a552
Track context ( #3623 )
2024-03-12 10:28:15 +00:00
Andrew Voynov
d01ccffad6
Improved docs for table/grid ( #3615 )
2024-03-11 13:33:15 +00:00
Laurenz
7f0b7a28c7
Fix figure caption separator synthesis ( #3621 )
2024-03-11 11:51:38 +00:00
Laurenz
671b67d43f
Fix crash with empty raw block ( #3619 )
2024-03-11 11:12:41 +00:00
Malo
54f6ee0e53
Documentation fixes ( #3595 )
2024-03-11 10:44:46 +00:00
frozolotl
6e0b3484dd
Fix paragraph layouting index out of bounds bug ( #3607 )
2024-03-11 10:35:39 +00:00
PgBiel
443cf60ae2
Ensure hline/vline positioning respects colspan/rowspan ( #3610 )
2024-03-11 10:32:44 +00:00
PgBiel
3310dda008
Update hline/vline stroke docs ( #3616 )
2024-03-11 10:28:40 +00:00
PgBiel
288f7da4d0
Small fixes for table line priority in headers/footers ( #3602 )
2024-03-11 10:24:51 +00:00