summaryrefslogtreecommitdiff
path: root/tests/ref
AgeCommit message (Collapse)Author
2023-06-09Treat function-looking code in attachment as function (#985)Alex Saveau
2023-06-09Don't type check matrices (#1442)Alex Saveau
2023-06-08Improve footnote handling for multi-page blocksLaurenz
2023-06-08Fix footnote in columnsLaurenz
Fixes #1433
2023-06-08Fix a bug with footnotes in blocks/lists/etc.Laurenz
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-08Fix a bug in footnote together-keeping logicLaurenz
2023-06-08Fix line alignmentLaurenz
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-06-01Bugfix of CJK punctuation adjustment (#1384)Peng Guanwen
2023-05-30Add NumberingKind variants for Korean (#1360)Sung Jeon
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-30Fix pagebreak before `place`Laurenz
Fixes #1368
2023-05-30Support syntax highlighting for more languages (#771)Gabriel Wu
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Custom outline indenting (#1157)Pg Biel
2023-05-23Fix layout panic in rounded rectangleLaurenz
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-23Forced size command in math (#1128)sitandr
2023-05-22Fix and simplify reference supplementsLaurenz
- 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-22Don't hide introspection metadataLaurenz
Fixes #622
2023-05-20FootnotesLaurenz
2023-05-19resolve #510: reverse quote direction in RTL languages (#1183)Naim A
2023-05-19Fixed symbol style reset in stretching (#1195)sitandr
2023-05-17Fix figure detectionLaurenz
2023-05-12Show rules for symbols (fixes #1130) (#1175)sitandr
2023-05-12Support for align parameter in table to take an array (#1087) (#1149)jassler
2023-05-12Initial support for breakable figures (#1121)Pg Biel
2023-05-11Adjust attach() per TeXbook Appendix G 18a (#1129)Leedehai
2023-05-11Default enum number alignment to 'end' (#1042)Pg Biel
2023-05-11Improve alignment of text inside raw blocks (#1034)Pg Biel
2023-05-11Implement sophisticated CJK punctuation adjustment (#954)Peng Guanwen
2023-05-11Alternate between right/left alignment in equations (#936)Alex Saveau
2023-05-03Function scopes (#1032)Pg Biel
2023-05-03Add shorthand for root operation (#929)Marmare314
2023-05-03Make ligatures copyable and searchableLaurenz
Fixes #479 Fixes #1040
2023-05-02Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822)Martin Haug
2023-05-01Fix smartquotes in outline (#1047)chris-02
Fixes #1041.
2023-04-29Add a test checking equations can embed function-built pieces (#1033)Leedehai
2023-04-28Initial fix for spacing on decorated math operators (#1023)Pg Biel
2023-04-27Make ast == ast.op (fixes #1004) (#1017)Alex Saveau
2023-04-27Correct some typos (#987)Alexander Seiler
2023-04-26Allow passing `region` to LocalName (#926)pan93412
2023-04-26Fix 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-26Fix alignment of list markers & enum numbers (#988)Pg Biel
2023-04-25Support indices preceding the base symbol, revamping #699 (#825)Leedehai
Breaking change: abbreviate attach() attachment params, top -> t, bottom -> b
2023-04-25Support implicit alignment (#749)Alex Saveau
2023-04-25Add sum and product to arrays (#966)SekoiaTree
2023-04-24Fix broken matrices with alignment and optimize code while we're at it (#935)Alex Saveau
2023-04-24Obey alignment in matrices (#892)Alex Saveau
2023-04-24Spanish quote marks (#941)Luis David Licea Torres
2023-04-23Support show-set for outline and bibliography headingsLaurenz
2023-04-23Fix 0pt strokes (#923)Pg Biel
2023-04-21Implement math `cancel` function (#793)Pg Biel