summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-09-30Update READMELaurenz
2023-09-30Link to CetZLaurenz
2023-09-18Add missing changelog itemLaurenz
2023-09-16Fix multiplication tableLaurenz
2023-09-14Minor docs fixesLaurenz
2023-09-14Simplify page setup examplesLaurenz
Fixes #2132
2023-09-14Update LaTeX guideLaurenz
2023-09-13Version bumpv0.8.0Laurenz
2023-09-13ChangelogLaurenz
2023-09-13Mention import renaming in the docsLaurenz
2023-09-12Add `figure.caption` element (#1704)MALO
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-09-11Docs generation for typesLaurenz
2023-09-06Interpret vertical page number alignment differentlyLaurenz
The vertical alignment of `number-align` now selects header or footer instead of aligning within the footer. This is a minor breaking change because - top behaves differently now - horizon is now forbidden - bottom (the new default) behaves differently, too Typical number-align usage will likely not use the vertical component at all, though. Fixes #645
2023-09-04Docs fixesLaurenz
Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383
2023-09-04Add a page setup guide (#1911)Martin Haug
2023-08-30Make zip variadic (#2041)Sébastien d'Herbais de Thun
2023-08-30Docs for discarding a return valueLaurenz
Fixes #2043
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-30Add tau (#2033)Matt Fellenz
2023-08-26Implement `rev()` method on string (#2013)Kevin K
2023-08-21Fix typo (#1969)Pavel Zwerschke
2023-08-21Add intersperse() method for arrays (#1897)Gokul Soumya
2023-08-19docs: Update guidelines within Advanced Styling tutorial (#1915)Tobias Rapp
Update the header alignment of the conference guidelines from "left" to "right" to match the actual code examples.
2023-08-08fix(docs): correct function name in types.md (#1894)Raik Rohde
Corrected the function name from `float` to `int` in the documentation.
2023-08-07Version bumpv0.7.0Laurenz
2023-08-07Update changelogLaurenz
2023-08-07Touch up docsLaurenz
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-07-29Add start parameter to array enumerate (#1818)bluebear94
2023-07-26fix content::fields in types.md (#1754)Pg Biel
2023-07-26Cleanup docs (#1797)Adrián Delgado
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-18Adding `dedup` to `array` (#1738)Sébastien d'Herbais de Thun
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-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-05Improve sink and spreading docsLaurenz
2023-07-03Move roadmap into this repositoryLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-30Version bumpv0.6.0Laurenz
2023-06-30Update changelogLaurenz
2023-06-30More package documentationLaurenz
2023-06-30Non-Typst highlighting in documentationLaurenz
2023-06-28Reintroduce `--root`Laurenz
2023-06-27Basic package managementLaurenz
2023-06-12Support for inside and outside margins (#1308)Luis David Licea Torres
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-09Version bumpv0.5.0Laurenz
2023-06-09Final tweaksLaurenz
2023-06-09Update changelogLaurenz
2023-06-09Touch up docsLaurenz