summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-18Support different modes for `eval`Laurenz
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-18Improved math root layout (#1743)damaxwell
2023-07-18Adding `dedup` to `array` (#1738)Sébastien d'Herbais de Thun
2023-07-18split attach test (#1744)damaxwell
2023-07-17Support for bounding box text edges (#1626)damaxwell
2023-07-17Load theme for raw code (#1675)Myriad-Dreamin
2023-07-17Classify `dots.c`, `dots.down`, `dots.up` and `dots.v` as normal (#1726)Liam Murphy
Fixes #713. They were previously classified by Unicode as relations, which caused a '+' sign after one of them to be treated as a unary operator rather than a binary operator. This PR overrides the Unicode classification and classifies them as normal instead, which causes a '+' sign after one of them to be properly treated as a binary operator.
2023-07-17Allow spaces in dict (#1692)Andrew Jeffery
2023-07-17Rename math symbols (#1124)KG
Co-authored-by: Ryan Pitasky <111201305+rpitasky@users.noreply.github.com> Co-authored-by: Daniel Csillag <15617291+dccsillag@users.noreply.github.com>
2023-07-17Overview over directory structure in architecture fileLaurenz
Fixes #1736
2023-07-11Add fields and methods to several primitives (#790)Pg Biel
2023-07-10Do not take empty lines into account when computing `raw` block dedent (#1676)MALO
2023-07-10Basic floating placementLaurenz
2023-07-10Fix `typst watch` not working with some text editors (#1680)Trévis Morvany
2023-07-10Better primes in math (#1614)sitandr
2023-07-10Customizable math classes (#1681)Eric Biedert
2023-07-08Add more math operators (#1090)Murphy Sünnenwold
2023-07-06Fix autocompletion for dictionary key with spacesLaurenz
2023-07-06Better error messages for `#` expressionsLaurenz
2023-07-06Better error messages for keywords in place of identifiersLaurenz
Fixes #1123
2023-07-06Add alternative smartquotes (#1631)T0mstone
2023-07-06Raw syntax definition loading (#1655)Sébastien d'Herbais de Thun
2023-07-06Change "behind the colon" to "after the colon" (#1670)Greg Shuflin
Change "behind the colon" to "after the colon", which is more natural English usage.
2023-07-06Handle single and alternate substs for single glyphs in math mode (#1592)bluebear94
2023-07-06Caption position (#1495) (#1496)Erik Bünnig
2023-07-06Add Japanese translation for LocalName (#1662)Shogo Takata
2023-07-06Make default margin behavior more precise (#1666)lolstork
2023-07-06Add support for weak elements in math (#1633)bluebear94
2023-07-05Parser hints infrastructure (#1570)Mathias Fischler
2023-07-05Add heading `bookmarked` toggle (#1566)Pg Biel
2023-07-05Clarify docs: Weak spacings eat markup space (#1648)raphCode
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-05Improve sink and spreading docsLaurenz
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-04Reword CLI docsLaurenz
2023-07-04Disable `binary` feature of `oxipng` (#1640)LingMan
The `oxipng` crate contains a binary target in addition to the library target. Said binary has additional dependencies which are not needed by users of the library. Since Cargo unfortunately doesn't currently offer a good way to express such binary-only dependencies, they are enabled by default via the `binary` feature. Avoid downloading and building these unnecessary crates by disabling the `binary` feature.
2023-07-04Remove broken targets (#1636)Alistair Keiller
2023-07-04Adapt docs infrastructureLaurenz
2023-07-03Move roadmap into this repositoryLaurenz
2023-07-02Fix some issues in Nix flakeLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz
2023-07-02Move more watching code into `watch.rs`Laurenz
2023-07-02Modularize CLILaurenz
This introduces one small breaking change: `--root` and `--font-paths` can't appear in front of the command anymore. Also fixes #1491.
2023-06-30Version bumpv0.6.0Laurenz
2023-06-30Update changelogLaurenz
2023-06-30More package documentationLaurenz
2023-06-30Non-Typst highlighting in documentationLaurenz
2023-06-30Autocomplete for packagesLaurenz
2023-06-30Minor improvementsLaurenz
2023-06-30Add support for European Portuguese variant (#1619)chico ferreira