summaryrefslogtreecommitdiff
path: root/src/library
AgeCommit message (Expand)Author
2022-02-24First-line indentsLaurenz
2022-02-23Rework the core contextLaurenz
2022-02-22Remove layout cacheLaurenz
2022-02-21Refactor paragraph layoutLaurenz
2022-02-18Fix alphabetic numberingLaurenz
2022-02-18Basic show rulesLaurenz
2022-02-18Headers and footersLaurenz
2022-02-18List label stylingLaurenz
2022-02-17Automatic list numberingLaurenz
2022-02-17Accept closures for heading stylingLaurenz
2022-02-17Fallible layoutLaurenz
2022-02-17Merge eval and layout contexts into `Vm`Laurenz
2022-02-17Switch to const generics for nodesLaurenz
2022-02-10Proper error messages for shorthandsLaurenz
2022-02-10Fix CMYK formattingLaurenz
2022-02-09Set rules for everythingLaurenz
2022-02-07Redesigned template layoutLaurenz
2022-02-07Tidy upLaurenz
2022-02-04Add `group` in addition to `group_by_key`Laurenz
2022-02-03Refactor flow, stack and grid layouters a bitLaurenz
2022-02-03Better debug representation for templateLaurenz
2022-02-02Rename `into_block` to `pack`Laurenz
2022-02-02Rename `Node` to `Template`Laurenz
2022-02-02Remove width from backlog and last regionLaurenz
2022-02-02Fix filenameLaurenz
2022-02-08New color stuffMartin Haug
2022-02-04Le RêfectéurMartin Haug
2022-02-04Add evasion of glyph shape for under- and overlinesMartin Haug
2022-02-03Harmonize non-negative int argumentsMartin Haug
2022-02-03Add moduloMartin Haug
2022-02-03Add roman numeral and footnote formattingMartin Haug
2022-01-31Switch from `Rc` to `Arc`Laurenz
2022-01-30Rework strong and emphLaurenz
2022-01-29Fix that templates don't create a scopeLaurenz
2022-01-29Add `hide` classLaurenz
2022-01-27Mutex comes from tex and we don't want anyLaurenz
2022-01-27Add Code Block syntax highlightingMartin Haug
2022-01-18Fix table panicLaurenz
2022-01-17Don't do font fallback for unshapable newlinesLaurenz
2022-01-17Basic tablesLaurenz
2022-01-13More heading configurationLaurenz
2022-01-13Add `even` and `odd` functionsLaurenz
2022-01-08Make all nodes into classesLaurenz
2022-01-07Tidy up stylingLaurenz
2022-01-05Lift styles out of individual nodesLaurenz
2022-01-05RefactorLaurenz
2021-12-30Style chainsLaurenz
2021-12-30Make clippy a bit happierLaurenz
2021-12-28TidyingLaurenz
2021-12-28Minor changes to columnsMartin Haug