summaryrefslogtreecommitdiff
path: root/tests/ref
AgeCommit message (Collapse)Author
2023-12-04Fix PDF transform (#2850)Sébastien d'Herbais de Thun
2023-11-29Bump hayagrivaLaurenz
2023-11-29Update New Computer Modern fonts to version 4.7 (#2764)Leedehai
2023-11-27Fix trailing comma of function call in math mode (#2772)T0mstone
2023-11-27Implement mid() for middle delimiters in lr() (#2760)Leedehai
2023-11-27Added vertical number alignment to enum (#2742)Jakob Sachs
Fixes #2441
2023-11-26Rework `Vt` into `Engine`Laurenz
- Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
2023-11-24Bump HayagrivaMartin Haug
Fix #2572
2023-11-24Gradient Part 6 - Pattern fills (#2740)Sébastien d'Herbais de Thun
2023-11-24Fix `has` on non-inherent fields (#2745)frozolotl
2023-11-19Workaround for show set propagation on citationsLaurenz
Fixes #2531
2023-11-19Fix linebreaking at the end of linksLaurenz
Fixes #2689
2023-11-17Remove restrictions to chroma and improve clamping (#2690)frozolotl
This PR does a few small things: - Oklab's a*/b* and Oklch's chroma components can be as large as desired. - In PDF, when encoding Oklab, the range is widened from [-0.4,0.4] to [-0.5,0.5]. - In PDF, clamping is now performed on Oklch's chroma instead of a* and b*. This causes hue not to be distorted when clamping. SVG and PNG export remain unchanged: - SVG itself never had any restrictions on chroma. We directly use the `oklab` and `oklch` CSS colors, which should work fine for the most part. In the future, embedded ICC profiles might be nice. Further research is likely necessary. - While PNG does not support color spaces like Oklab or Oklch, certain useful features exist. One can define gamma (gAMA) and chromacities&whitepoint (cHRM) chunks and even embed ICC profiles. While `image` crate does not support these features for encoding, its backend crate `png` does support gAMA and cHRM. It does not allow embedding ICC profiles yet, though. As it stands, to fully support wide gamuts and more accurate colors, more work is necessary. This PR should help a bit though.
2023-11-15Lexer change: Allow emphasis in CJK text without spaces (#2648)Peng Guanwen
2023-11-15Fix cmyk repr (#2682)frozolotl
2023-11-14Translate local names to Greek (#2684)Dimitri Kokkonis
Additionally, add support for single and double quotes in Greek.
2023-11-13Improve color conversions (#2659)frozolotl
2023-11-13Allow non-string contents for math operators (#2663)frozolotl
2023-11-13Filter out meta items when adding CJK-Latin (#2655)Wenzhuo Liu
spacing.
2023-11-13Fix bug where inline equations were displayed in the outline (#2662)frozolotl
2023-11-13Add tests for shorthand (#2660)TheJosefOlsson
2023-11-11Changed default `image` Russian supplement to short form (#2637)Andrew Voynov
2023-11-10Improve French and Chinese localization for figures (#2542)MALO
2023-11-10Implement Oklch support (#2611)frozolotl
2023-11-08Gradient Part 5c: Fix gradient rotation on text & math (#2606)Sébastien d'Herbais de Thun
2023-11-08Change rectangle clip to use the inside of the stroke, not the middle. (#2626)Anton Wetzel
2023-11-07Gradient Part 5b: Fix gradients in math (#2604)Sébastien d'Herbais de Thun
2023-11-06Improve reshape condition (#2547)Peng Guanwen
2023-10-31Fix citation grouping bug with spacesLaurenz
2023-10-31CSL supportLaurenz
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-29Linebreaking for linksLaurenz
2023-10-28Add regression test for #80Laurenz
2023-10-28Fix justification with hanging indent and negative spacingLaurenz
Fixes #2419
2023-10-28Fix justified linebreaking without justifiablesLaurenz
2023-10-25Fix pagebreak.to check (#2475)Francisco J. Sanchez
2023-10-22Refactor `cancel`, now able to take absolute angle or functions (#2466)LU Jialin
2023-10-22Support adjustment of more CJK punctuation (#2456)Wenzhuo Liu
2023-10-22Adapt default figure separator to the current locale (#2390)MALO
2023-10-22Add support for negative augment indexes (#2372)SekoiaTree
2023-10-17Automatically add spacing between CJK and Latin characters (#2334)Peng Guanwen
2023-10-12 Part 5a: Gradients on text with `relative: auto` or `relative: "parent"` ↵Sébastien d'Herbais de Thun
(#2364)
2023-10-12MathAttach::primes: account for possible hash before base (#2363)bluebear94
Fixes #2358.
2023-10-10Add `quote` element (#2252)tingerrr
2023-10-10Add `raw.line` (#2341)Sébastien d'Herbais de Thun
2023-10-10Fix clipping when a box/block has a `radius` (#2338)Sébastien d'Herbais de Thun
2023-10-10Gradient Part 4 - Conic gradients (#2325)Sébastien d'Herbais de Thun
2023-10-09Adjust table inset behavior to the same as container's (#1979) (#2323)HydroH
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-10-09Multinomial coefficients (#2237)TheJosefOlsson