3357 Commits

Author SHA1 Message Date
Sébastien d'Herbais de Thun
1997db00f3
Parenthesized imports (#4869)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-02 13:27:33 +00:00
Sébastien d'Herbais de Thun
ecad396cc8
Nuked custom PDF Oklab colorspace code (#4871) 2024-09-02 13:16:33 +00:00
Florent Michel
51df7aee76
Add Devanagari numbering (#4850) 2024-09-02 13:12:57 +00:00
Max
c644dce81b
Add warnings when labels are ignored or unattached (#4783) 2024-09-02 12:58:33 +00:00
Daniel Fleischer
a2628ac970
Hebrew Translation + Smart Quotes (#4842)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-02 12:56:19 +00:00
Bzero
95740ac2ab
Add a skew function (#4803) 2024-09-02 12:56:08 +00:00
tingerrr
799eb8004e
Improve unknown variable diagnostics (#4858) 2024-09-02 12:45:50 +00:00
Sébastien d'Herbais de Thun
39b47060cc
Added example to box.clip & block.clip (#4870) 2024-09-02 12:43:07 +00:00
ssotoen
89521c2066
Add two-em and three-em dash symbols (#4874) 2024-09-02 12:39:44 +00:00
PgBiel
e6cdcc53f3
Line numbers (#4516) 2024-08-29 14:32:18 +00:00
Laurenz
ef4482ce4b
Better smartquotes (#4849) 2024-08-28 08:21:21 +00:00
Laurenz
4e4c5175e5
Merge the two realization functions (#4852) 2024-08-27 23:50:45 +00:00
Laurenz
b5ef9244eb
Bump dependencies (#4846) 2024-08-27 09:56:19 +00:00
Laurenz
92f2c7b470
Refactor depth checks and apply them in math (#4845) 2024-08-27 08:43:12 +00:00
Laurenz
4365e18454
Improve realization and page layout (#4840) 2024-08-26 17:17:58 +00:00
Malo
cb98eec609
Add more angle symbol variants (#4827) 2024-08-26 17:10:00 +00:00
Max
373163dba4
Implement math kerning and fix various math.attach bugs (#4762) 2024-08-26 17:04:02 +00:00
Malo
c38d01e4c5
Add new variants to parallel symbol (#4834) 2024-08-26 17:03:52 +00:00
Malo
307b8a5c72
Add more emptyset/nothing symbol variants (#4826) 2024-08-26 16:39:10 +00:00
Malo
c57593c94c
Add checkmark ballot symbols (#4825) 2024-08-26 16:18:34 +00:00
Malo
3d980fe4a3
Add miscellaneous symbols from Miscellaneous Mathematical Symbols-B (#4831) 2024-08-26 16:17:33 +00:00
Malo
cd62a19344
Add U-shaped arrows (#4807) 2024-08-26 15:59:50 +00:00
Eric Biedert
326fd33801
Don't number empty regions of broken block equations (#4836) 2024-08-26 15:26:50 +00:00
Malo
d926e8c17d
Add double parentheses, braces and shell variants (#4830) 2024-08-26 15:25:17 +00:00
Max
0b31f6039f
Fix nested attachments when the base in math.attach has attachments (#4832) 2024-08-26 14:49:24 +00:00
Max
77b6c8481f
Add back release targets aarch64-pc-windows-msvc and riscv64gc-unknown-linux-gnu (#4821) 2024-08-26 13:39:39 +00:00
Yip Coekjan
b85217ef14
Improve documents for the --font-path arg & TYPST_FONT_PATHS env (#4776)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-26 13:37:21 +00:00
Laurenz
cf05284a0c
Small improvements to the test runner (#4838) 2024-08-26 11:40:37 +00:00
Yip Coekjan
88325d7d01
Add clap::ValueHint for input & output CLI arguments (#4765) 2024-08-23 21:37:03 +00:00
Baldur Kristinsson
4dc2034eee
Add Icelandic translation (#4799) 2024-08-22 10:48:49 +00:00
PgBiel
238f1fad49
Fix docstring in package manifest code (#4801) 2024-08-22 10:38:54 +00:00
Andrew Voynov
0facb75e6d
Fixed typo in docs for ProgressSink (#4785) 2024-08-20 15:12:22 +00:00
Max
cefca7a7d8
Fix typos (#4784) 2024-08-20 15:12:12 +00:00
Laurenz
986d624b3a
Share allocations for singletons (#4794) 2024-08-20 10:56:54 +00:00
Laurenz
a30b681251
Move columns handling directly into FlowLayouter (#4792) 2024-08-19 15:06:59 +00:00
Laurenz
eb0e0fec00
Split behaved building and StyleVec building (#4782) 2024-08-18 10:22:23 +00:00
Max
e11ad7d82f
Fix lr docs example (#4777) 2024-08-17 12:55:07 +00:00
Laurenz
2ba59e8c5f
Move column layout into flow (#4774) 2024-08-16 15:22:47 +00:00
Laurenz
b0687198b1
Consolidate flow layout (#4772) 2024-08-16 14:00:25 +00:00
Laurenz
d97d71948e
Fix document set rules (#4768) 2024-08-16 10:53:12 +00:00
Laurenz
feb0c91395
Move paragraph widow and orphan prevention into flow (#4767) 2024-08-16 09:18:45 +00:00
Eric Biedert
4853726e5b
Add gap and justify parameters to repeat (#4644)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15 20:21:42 +00:00
Leedehai
d221a89a40
Adjust the baseline of root radicand frame (#4736) 2024-08-15 20:08:40 +00:00
Malo
c43997de0a
Move calc.nan to float.nan and add float.inf (#4733) 2024-08-15 20:04:50 +00:00
Lingkang
0edd8ec93d
Improve repr for type(none) and type(auto) (#4730)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15 19:53:59 +00:00
Yip Coekjan
ccd4524106
Fix lexer on sth followed by comments (#4739) 2024-08-15 19:53:15 +00:00
Laurenz
351bac8b68
Turn repeat into a single layouter (#4758) 2024-08-15 14:00:15 +00:00
ssotoen
d84a7e423b
Document exact sizes of mathematical spaces (#4738) 2024-08-12 11:37:55 +00:00
Yip Coekjan
3dbaf3a4ca
Check cyclic-import when importing package (#4737) 2024-08-12 08:16:56 +00:00
Malo
324c937dcd
Improve documentation for float and int types (#4725) 2024-08-12 08:12:06 +00:00