| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-29 | Fix `.at(default: ...)` for strings and content (#1339) | Pg Biel | |
| 2023-05-29 | Add regression test for fix 3eb1f31 (#1320) | Leedehai | |
| 2023-05-24 | Rework delimiter errors | Laurenz | |
| Fixes #572 | |||
| 2023-05-23 | Fix layout panic in rounded rectangle | Laurenz | |
| Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case. | |||
| 2023-05-23 | Forced size command in math (#1128) | sitandr | |
| 2023-05-23 | Add support for date & time handling (#435) | Laurenz Stampfl | |
| 2023-05-22 | Fix and simplify reference supplements | Laurenz | |
| - Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together | |||
| 2023-05-22 | Don't hide introspection metadata | Laurenz | |
| Fixes #622 | |||
| 2023-05-22 | Fix field access on styled element | Laurenz | |
| Fixes #1197 | |||
| 2023-05-22 | Fix removal order for dictionary | Laurenz | |
| Switches to `shift_remove` for now. In the future, we should look into a more efficient implementation. Fixes #1258. | |||
| 2023-05-22 | Clearer error messages for failed comparisons | Laurenz | |
| Fixes #1231 | |||
| 2023-05-20 | Footnotes | Laurenz | |
| 2023-05-19 | resolve #510: reverse quote direction in RTL languages (#1183) | Naim A | |
| 2023-05-19 | Fixed symbol style reset in stretching (#1195) | sitandr | |
| 2023-05-19 | Print the string that is not castable to number (#1207) | Leedehai | |
| 2023-05-19 | Update string doc: index can be negative (#1198) | Leedehai | |
| 2023-05-17 | Show default values in documentation | Laurenz | |
| Fixes #169 Fixes #1102 | |||
| 2023-05-17 | Fix figure detection | Laurenz | |
| 2023-05-15 | Do not hang CJK punctuation (#1211) | Peng Guanwen | |
| 2023-05-12 | Show rules for symbols (fixes #1130) (#1175) | sitandr | |
| 2023-05-12 | Support for align parameter in table to take an array (#1087) (#1149) | jassler | |
| 2023-05-12 | Initial support for breakable figures (#1121) | Pg Biel | |
| 2023-05-11 | Adjust attach() per TeXbook Appendix G 18a (#1129) | Leedehai | |
| 2023-05-11 | Default enum number alignment to 'end' (#1042) | Pg Biel | |
| 2023-05-11 | Improve alignment of text inside raw blocks (#1034) | Pg Biel | |
| 2023-05-11 | Implement sophisticated CJK punctuation adjustment (#954) | Peng Guanwen | |
| 2023-05-11 | More efficient introspection | Laurenz | |
| Switches from a mutable locator to one based on tracked chains and optimizes query performance. | |||
| 2023-05-03 | Function scopes (#1032) | Pg Biel | |
| 2023-05-03 | Parameter pattern bug (#1062) | Marmare314 | |
| 2023-05-03 | Implement default values for at() (#995) | Michael Lohr | |
| 2023-05-03 | [Feature] Allow function as argument for string.replace (#944) | dvdvgt | |
| 2023-05-03 | Add shorthand for root operation (#929) | Marmare314 | |
| 2023-05-03 | Make ligatures copyable and searchable | Laurenz | |
| Fixes #479 Fixes #1040 | |||
| 2023-05-01 | Fix smartquotes in outline (#1047) | chris-02 | |
| Fixes #1041. | |||
| 2023-04-29 | Add a test checking equations can embed function-built pieces (#1033) | Leedehai | |
| 2023-04-28 | check index on placeholder (#1005) | Marmare314 | |
| 2023-04-28 | Initial fix for spacing on decorated math operators (#1023) | Pg Biel | |
| 2023-04-27 | Remove trailing blankspaces (#1001) | Leedehai | |
| 2023-04-27 | Correct some typos (#987) | Alexander Seiler | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Pattern as parameter (#854) | Marmare314 | |
| 2023-04-26 | Add toml support (#807) | HarmoGlace | |
| 2023-04-26 | Fix overflows with operators (#904) | HarmoGlace | |
| 2023-04-26 | Allow passing `region` to LocalName (#926) | pan93412 | |
| 2023-04-26 | Fix grid-cell misalignment bug (#963) (#978) | jdierkes | |
| Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963 | |||
| 2023-04-26 | Fix alignment of list markers & enum numbers (#988) | Pg Biel | |
| 2023-04-25 | Support indices preceding the base symbol, revamping #699 (#825) | Leedehai | |
| Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b | |||
| 2023-04-25 | Support implicit alignment (#749) | Alex Saveau | |
| 2023-04-25 | Add a zip method to arrays (#947) | Laurenz Stampfl | |
| 2023-04-25 | Destructuring assign (#703) | Marmare314 | |
