2070 Commits

Author SHA1 Message Date
figsoda
c0c03812d0
Move assets/data to library/assets (#1515)
So these assets lives inside the typst-library crate and doesn't break `cargo vendor`
2023-06-20 18:11:20 +02:00
Mathieu David
57d4b8b751
Expose the formatted page in outline.entry (#1506) 2023-06-20 18:10:53 +02:00
Je Sian Keith Herman
53775b5f07
Add Filipino (fil/tl) translations (#1510) 2023-06-20 17:55:12 +02:00
bluebear94
ececd07424
Make factorial take precedence over fraction in math expressions (#1487)
Fixes #1475.
2023-06-20 16:59:42 +02:00
raphCode
8513c2b0fb
Add note that show rules might not apply to footnotes (#1484) 2023-06-20 16:59:20 +02:00
sitandr
03675fc429
Created new system for limits (fixes #1443) (#1452) 2023-06-20 16:58:22 +02:00
Laurenz
6c542ea1a4 Pass Vt through grid layouter explicitly 2023-06-13 11:40:05 +02:00
Laurenz
c5cdbaeaf8 Fix bug with extra table lines
Fixes #183
2023-06-12 17:48:30 +02:00
Laurenz
6720d8c301 Fix bug with missing table row
Fixes #1388
2023-06-12 17:20:54 +02:00
Laurenz
d3b4d7da9a More bail! usage 2023-06-12 16:47:46 +02:00
Laurenz
378ebe5f56 Delayed errors
Fixes #785. Thanks to @Dherse for the idea!
2023-06-12 15:42:01 +02:00
Zachary Capalbo
19bf1f5894
Clear page to Even Or Odd (#1427)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12 14:28:25 +02:00
Laurenz
ce875d32f0 Memoize subsetting and image encoding 2023-06-12 13:52:41 +02:00
figsoda
638a534273
Fix Nix flake (#1450)
Typst now requires Rust 1.70 which is not available in nixpkgs yet, so we switch to fenix instead
2023-06-12 13:49:39 +02:00
Ken
a883ceed8d
feat: add albanian translations (#1454) 2023-06-12 12:46:59 +02:00
Luis David Licea Torres
3284e7fac7
Support for inside and outside margins (#1308)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12 12:46:34 +02:00
Mathias Fischler
93e6638bfe
Resolve #1141: Add hint for missing numbering, improve hint format consistency (#1456) 2023-06-12 12:46:08 +02:00
Abdulmelik Bekmez
6a7182fcf7
Add translation for Turkish (#1466) 2023-06-12 12:44:21 +02:00
Alex Saveau
7049a45634
Fix a bunch of typos + broken link (#1453) 2023-06-12 12:44:03 +02:00
Pg Biel
c58a8fbd1d
Add outline.entry (#1423) 2023-06-12 11:50:59 +02:00
Myriad-Dreamin
4e4413e7be
Export font coverage structure again (#1455) 2023-06-10 12:34:23 +02:00
Laurenz
3a8b9cce47 Version bump v0.5.0 2023-06-09 16:24:34 +02:00
Laurenz
622c1d747e Final tweaks 2023-06-09 16:24:27 +02:00
Laurenz
03286f73be Update changelog 2023-06-09 16:00:44 +02:00
Laurenz
e923d0e4da Touch up docs 2023-06-09 16:00:39 +02:00
Laurenz
c65aaa9137 Undo regex type rename
Unnecessary breaking change for now
2023-06-09 15:52:31 +02:00
Laurenz
ad41482b70 Remove deprecated calc.mod function 2023-06-09 15:45:24 +02:00
Laurenz
3bedf8d0d1 Translate TOML datetime properly 2023-06-09 15:45:16 +02:00
Laurenz
7ece53ae0c Adjust outline indent option 2023-06-09 14:50:29 +02:00
Laurenz
903f440b28 Rename cramp to cramped 2023-06-09 14:48:23 +02:00
Laurenz
58ca0e8db5 Replace atty with std 2023-06-09 14:46:35 +02:00
Alex Saveau
635ef03273
Treat function-looking code in attachment as function (#985) 2023-06-09 11:36:44 +02:00
jassler
735e810825
Latex guide sentence changes (#1297)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-09 11:04:31 +02:00
Alex Saveau
61effc350a
Don't type check matrices (#1442) 2023-06-09 10:25:12 +02:00
Laurenz
f62f7624a6 Keep all footnotes for line together for movable item 2023-06-08 16:08:49 +02:00
Laurenz
56f7ede964 Improve footnote handling for multi-page blocks 2023-06-08 15:51:22 +02:00
Laurenz
2b812259c2 Fix footnote in columns
Fixes #1433
2023-06-08 12:24:47 +02:00
Laurenz
a1b0a41883 Fix a bug with footnotes in blocks/lists/etc.
This still not gives the "footnote and entry" are on same page invariant for blocks, but at least we do not get random extraneous page breaks anymore.

Relevant issues: #1275, #1433
2023-06-08 11:51:42 +02:00
Laurenz
f3e3061a7f Fix a bug in footnote together-keeping logic 2023-06-08 11:21:35 +02:00
Laurenz
10ae0a2c2b Fix line alignment
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-06-08 10:20:24 +02:00
Laurenz
4e5cc61599 Watch root and parent directory
Fixes #1436
2023-06-08 10:16:58 +02:00
Jett Chen
c87f802cf6
add calc.exp, calc.ln (#1299)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-07 14:44:07 +02:00
Yang Hau
0dc1776202
refactor: Replace once_cell to std lib (#1402) 2023-06-07 14:42:58 +02:00
Grégoire Locqueville
3d3ea9016f
Clarify markup details in the documentation (#1434) 2023-06-07 14:22:43 +02:00
figsoda
e57f143858
Add sym.xor (#1397) 2023-06-06 22:37:33 +02:00
Laurenz
6ea98dd940 Small refactorings 2023-06-06 22:25:55 +02:00
Laurenz
fd417da04f Improve value casting infrastructure 2023-06-06 22:06:16 +02:00
Laurenz
168bdf35bd Add note to groups.yml 2023-06-06 19:10:16 +02:00
Laurenz
219f14355b Rename into_u16 to as_u16 2023-06-06 19:06:56 +02:00
figsoda
f453565ebf
Remove link to Option::contains, since it has been removed (#1399) 2023-06-02 22:43:03 +02:00