Laurenz
|
020294fca9
|
Better test runner (#3922)
|
2024-04-13 08:39:45 +00:00 |
|
A-Walrus
|
847b710480
|
Fix raw bidi text (#3885)
|
2024-04-09 11:49:38 +00:00 |
|
José Lopes
|
351cf127f2
|
Fix missing blackboard bold letters (#3759)
|
2024-04-08 08:46:31 +00:00 |
|
Tomás Cruz
|
5de36f7b97
|
Deformed stroke for some length values fix (#3860)
|
2024-04-06 11:21:38 +00:00 |
|
Leedehai
|
8c28f67504
|
Let the lexer respect linebreaks within inline raw (#3756)
|
2024-04-04 08:18:37 +00:00 |
|
Malo
|
c4001662b6
|
Improve repr for SequenceElem (#3584)
|
2024-04-02 12:47:56 +00:00 |
|
Ana Gelez
|
29af23663d
|
Support negative dimensions in rectangles (#3807)
|
2024-04-02 12:17:10 +00:00 |
|
Ana Gelez
|
c413bef11d
|
Never shrink lines in raw blocks (#3796)
|
2024-04-02 12:16:00 +00:00 |
|
Leedehai
|
c225adb22b
|
Fix tab rendering for raw block with lang "typ(c)" (#3847)
|
2024-04-02 09:07:00 +00:00 |
|
Etienne Collin
|
f461b2059d
|
Fixed interaction of first_line_indent with outline (#3745)
|
2024-04-02 08:13:13 +00:00 |
|
Ran Luo
|
16c3af7c92
|
Fix compression of punctuation marks at line start of end (#3744)
|
2024-04-01 20:22:00 +00:00 |
|
Ana Gelez
|
2efa86cbdf
|
Fix smart quotes in PDF outline (#3790)
|
2024-03-25 13:32:02 +00:00 |
|
Leedehai
|
d1568a5583
|
Let Repr for Relative<T> print both abs + ratio (#3721)
|
2024-03-23 11:51:43 +00:00 |
|
PgBiel
|
23ec13718f
|
Small table footer and hline placement improvements (#3659)
|
2024-03-14 09:26:27 +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 |
|
Laurenz
|
0fef857064
|
Fix Behaviour of spacing (#3634)
|
2024-03-12 11:32:53 +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
|
288f7da4d0
|
Small fixes for table line priority in headers/footers (#3602)
|
2024-03-11 10:24:51 +00:00 |
|
PgBiel
|
639a8d0dc0
|
Repeatable Table Footers [More Flexible Tables Pt.6a] (#3577)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-03-09 15:48:48 +00:00 |
|
Laurenz
|
aace521b56
|
Bump our crates (#3573)
|
2024-03-07 16:37:22 +00:00 |
|
Laurenz
|
1d32145319
|
DPI-based natural sizing for images (#3571)
|
2024-03-07 15:05:52 +00:00 |
|
Laurenz
|
cf2f789c07
|
Bump assets (#3560)
|
2024-03-06 14:33:30 +00:00 |
|
PgBiel
|
898367f096
|
Repeatable Table Headers [More Flexible Tables Pt.5a] (#3545)
|
2024-03-06 08:41:16 +00:00 |
|
A-Walrus
|
b005dc37e5
|
Fix BiDi bug with mixed explicit dir in paragraph (#3532)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-03-04 09:47:38 +00:00 |
|
Peng Guanwen
|
086bca9576
|
Fix JIS style punctuation (#3543)
|
2024-03-04 09:02:25 +00:00 |
|
PgBiel
|
decb4fd9b9
|
Merging cells: Rowspans [More Flexible Tables Pt.3b] (#3501)
|
2024-03-03 19:32:27 +00:00 |
|
frozolotl
|
67ba8d6c0e
|
Add rounded corners and strokes to highlight (#3526)
|
2024-03-01 09:18:32 +00:00 |
|
tingerrr
|
5a03c818c8
|
Add depth and offset field to heading (#3038)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-02-29 08:51:56 +00:00 |
|
Laurenz
|
ba531c371e
|
Fix float overlap (#3507)
|
2024-02-27 13:05:29 +00:00 |
|
Laurenz
|
ae31640c0a
|
Fix out-of-order floats (#3506)
|
2024-02-27 12:34:26 +00:00 |
|
frozolotl
|
79615a01bd
|
Improve color negation (#3500)
|
2024-02-27 11:15:17 +00:00 |
|
Leedehai
|
e9ee00a7c0
|
Add vertical alignment to equation number [Better Equation Numbering Pt.3] (#3482)
|
2024-02-26 15:57:21 +00:00 |
|
Laurenz
|
85db05727b
|
Fix fold order for vectors (#3496)
|
2024-02-26 13:39:41 +00:00 |
|
Leedehai
|
0fe03bae6e
|
Add number-align to math.equation [Better Equation Numbering Pt.2] (#3446)
|
2024-02-22 08:49:24 +00:00 |
|
PgBiel
|
a8671962d6
|
Some table improvements [More flexible tables] (#3473)
|
2024-02-22 08:42:10 +00:00 |
|
PgBiel
|
4873312233
|
Table line customization [More Flexible Tables Pt.4] (#3393)
|
2024-02-20 15:41:43 +00:00 |
|
frozolotl
|
1ca3d9204a
|
Change default highlight color to be transparent (#3453)
|
2024-02-20 13:57:26 +00:00 |
|
frozolotl
|
ee2128d115
|
Fix transparent text in PNG export (#3444)
|
2024-02-20 13:03:25 +00:00 |
|
Malo
|
6402bdacc7
|
Always attach primes as scripts by default (#3437)
|
2024-02-20 12:59:29 +00:00 |
|
Laurenz
|
1d78c3ed43
|
Fix h and v in stack (#3423)
|
2024-02-15 10:07:07 +00:00 |
|
Laurenz
|
aabb4b5ecf
|
Better quote selection (#3422)
|
2024-02-15 09:41:27 +00:00 |
|
Laurenz
|
b89348b92a
|
Read EXIF data and apply image rotation (#3413)
|
2024-02-14 14:12:28 +00:00 |
|
Laurenz
|
8ed1eff7b5
|
Fix text show-set regression (#3410)
|
2024-02-14 08:45:25 +00:00 |
|
Martin Haug
|
9f1e0390c1
|
Add color-managed CMYK to RGB conversion (#3288)
|
2024-02-12 13:03:36 +00:00 |
|
Harry Smith
|
a1f111dfa6
|
Fix hebrew symbol codepoints (#3375)
|
2024-02-11 13:04:57 +00:00 |
|