aboutsummaryrefslogtreecommitdiff
path: root/test/writer.typst
AgeCommit message (Expand)Author
2025-10-30Fix tests for #11259 change.John MacFarlane
2025-10-26Typst template: fix font for compatibility with typst 0.14.John MacFarlane
2025-10-18Typst template: ensure that title block is properly centered.John MacFarlane
2025-10-05Typst writer: don't add semicolons as much.John MacFarlane
2025-10-04Typst template: fix 3.8 regression in which links disappear.John MacFarlane
2025-09-02Add features to typst base template (take 2).Christopher T. Kenny
2025-08-24Revert "Add features to typst base template."John MacFarlane
2025-07-24Add features to typst base template.Christopher Kenny
2025-02-25Use latest dev texmath.John MacFarlane
2024-11-11Remove definitions.typst partial.John MacFarlane
2024-11-09Typst writer: make template sensitive to a `page-numbering` variable.John MacFarlane
2024-10-29Adjust test suite for typst template changes.John MacFarlane
2024-10-08Typst writer: make `smart` extension work.John MacFarlane
2024-09-08Add options to change table/figure caption positions.John MacFarlane
2024-05-30Fix typo in fix to template.typst.John MacFarlane
2024-05-30Typst template: use content rather than string...John MacFarlane
2024-05-12Add subtitle to Typst template (#9747)Mickaël Canouil
2024-04-28Typst writer: add blank line in definition lists with multiple definitions.John MacFarlane
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
2024-03-17Typst writer: only use explicit figure 'kind' for tables.John MacFarlane
2024-03-17Typst writer: use `kind: image` for image figures.John MacFarlane
2024-03-17Typst writer: avoid unnecessary box around image in figure.John MacFarlane
2024-03-17Typst writer: omit width/height in images unless explicitly specified.John MacFarlane
2024-03-16Typst template: set table inset globally.John MacFarlane
2024-03-14Typst writer: add 'kind' parameter to figures.John MacFarlane
2024-01-29Typst writer escaping improvements.John MacFarlane
2023-12-14Typst writer: emit `;` after typst code...John MacFarlane
2023-12-12Depend on texmath 0.12.8.6.John MacFarlane
2023-12-11Typst template fixes.John MacFarlane
2023-12-09Typst writer: use quote for block quotes.John MacFarlane
2023-12-08Update typst-hs commit and typst writer test.John MacFarlane
2023-10-20Typst writer: add `#box` around image to make it inline. (#9149)John MacFarlane
2023-10-16Typst writer: escape `(`.John MacFarlane
2023-08-21Typst writer: use `~` for nonbreaking space.John MacFarlane
2023-08-09Typst writer: put the label in right place for Div, use `#block`.John MacFarlane
2023-06-30Typst writer: improve handling of autolinks.John MacFarlane
2023-06-05Typst writer: use `#footnote` for notes.John MacFarlane
2023-04-05Typst writer: use `<..>` for labels, create internal links.John MacFarlane
2023-03-27Typst writer: fix alignment issue in lists.John MacFarlane
2023-03-27Typst: Use customized term instead of custom macro for def lists.John MacFarlane
2023-03-26More Typst writer improvements.John MacFarlane
2023-03-26Typst writer improvements.John MacFarlane
2023-03-25Add typst writer.John MacFarlane