summaryrefslogtreecommitdiff
path: root/src/typeset.rs
AgeCommit message (Expand)AuthorFilesLines
2023-01-28refactor: move visitor, panhelper, typeset modules into mdLars Wirzenius1-229/+0
2022-09-03refactor: add a type for SVG imagesLars Wirzenius1-4/+4
2022-05-04(subplot): Add support for example blocksDaniel Silverstone1-0/+5
2022-04-26refactor: use "diagram" instead of "graph"Lars Wirzenius1-10/+10
2022-04-10feat: report markup problems during typesetting as a warningLars Wirzenius1-8/+8
2022-04-10feat: make typesetting issues into warningsLars Wirzenius1-7/+7
2022-01-26feat: automatically use "and" on outputLars Wirzenius1-8/+18
2022-01-25chore: use Display, instead of .to_stringLars Wirzenius1-1/+1
2021-09-07subplot: Properly support polyglot bindingsDaniel Silverstone1-1/+1
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-1/+1
2021-04-09chore: Clear some clippy lintsDaniel Silverstone1-4/+1
2021-01-16typeset: recognise noNumberLines to invert default numberLinesDaniel Silverstone1-1/+9
2020-12-18chore: Undo unnecessary allow attributesDaniel Silverstone1-2/+1
2020-11-04docgen: Support pikchr diagramsDaniel Silverstone1-1/+18
2020-09-01feat(docgen): typeset links as footnotes in PDFLars Wirzenius1-0/+12
2020-08-08refactor: split stuff from src/ast.rs into smaller modulesLars Wirzenius1-0/+181
2019-12-14Refactor: move graphs.rs and typeset.rs into ast.rsLars Wirzenius1-94/+0
2019-12-14Refactor: typeset our own ErrorLars Wirzenius1-1/+2
2019-12-01Add: clarify what typesetting meansLars Wirzenius1-0/+4
2019-12-01Refactor: rustfmtLars Wirzenius1-7/+2
2019-11-30Change: typeset using bindings informationLars Wirzenius1-20/+61
2019-11-30Refactor: move typesetting logic into their own modulesLars Wirzenius1-0/+53