| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Alternate between right/left alignment in equations (#936) | Alex Saveau | |
| 2023-05-11 | Documentation fixes | Laurenz | |
| 2023-05-11 | Remove tracing from cheap functions | Laurenz | |
| Turns out that having tracing enabled on some functions that get called a lot distorts the traces so that their parent stack frames look much more expensive than they actually are. | |||
| 2023-05-11 | More efficient introspection | Laurenz | |
| Switches from a mutable locator to one based on tracked chains and optimizes query performance. | |||
| 2023-05-11 | Remove 'static bound on `World` | Laurenz | |
| Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime. | |||
| 2023-05-11 | Fix typo in text fractions tooltip (#1167) | jannisko | |
| 2023-05-08 | Left and right double tack | Martin Haug | |
| 2023-05-03 | Function scopes (#1032) | Pg Biel | |
| 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-02 | fix: typos (#1074) | Alberto Vilches | |
| 2023-05-02 | Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822) | Martin Haug | |
| 2023-05-01 | Add `.yaml` to supported bib file exts and update uknown bib format message ↵ | Emil Walser | |
| (#1064) | |||
| 2023-05-01 | Optimize `.count() > 1` check (#1053) | Matt Fellenz | |
| This can be trivially optimized to `.nth(1).is_some()` which obviates evaluating every element in the iterator. | |||
| 2023-05-01 | Fix smartquotes in outline (#1047) | chris-02 | |
| Fixes #1041. | |||
| 2023-05-01 | Fix two things in docs | Laurenz | |
| 2023-04-29 | Update query's documentation (#1026) | 方而静 | |
| 2023-04-29 | whoops (#1035) | Pg Biel | |
| 2023-04-28 | Slight improvement to attach.rs's doc (#996) | Leedehai | |
| 2023-04-28 | Nit: sort and annotate codepoints which should attach as limits (#999) | Leedehai | |
| 2023-04-28 | Initial fix for spacing on decorated math operators (#1023) | Pg Biel | |
| 2023-04-27 | Make ast == ast.op (fixes #1004) (#1017) | Alex Saveau | |
| 2023-04-27 | Add translation for Chinese (Traditional) (#1000) | pan93412 | |
| 2023-04-27 | Correct some typos (#987) | Alexander Seiler | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Add toml support (#807) | 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 | Handle margins directly in page | Laurenz | |
| 2023-04-25 | A small comment regarding page layout | Laurenz | |
| 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-24 | Remove unnecessary closing bracket in example (#961) | jdierkes | |
| 2023-04-24 | Fix broken matrices with alignment and optimize code while we're at it (#935) | Alex Saveau | |
| 2023-04-24 | Obey alignment in matrices (#892) | Alex Saveau | |
| 2023-04-24 | Spanish quote marks (#941) | Luis David Licea Torres | |
| 2023-04-23 | Support show-set for outline and bibliography headings | Laurenz | |
| 2023-04-23 | Add note to measure function about being in infinite space (#927) | Alex Saveau | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-21 | Implement math `cancel` function (#793) | Pg Biel | |
| 2023-04-20 | Convert math alignment to single-pass algorithm (#891) | Alex Saveau | |
| 2023-04-20 | Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵ | HarmoGlace | |
| (#890) | |||
| 2023-04-20 | Add alt text to image function and PDF (#823) | Martin Haug | |
| 2023-04-19 | Add atan2 (#846) | Matt Fellenz | |
