summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Collapse)Author
2023-08-07Bump pdf-writer and svg2pdfLaurenz
2023-08-07Add hint for "access denied" messageLaurenz
2023-08-07Fix autocomplete for functions in modulesLaurenz
2023-08-07Touch up docsLaurenz
2023-08-07Show warning to user if they use double/empty underscores (italic) (#1871)Mathias Fischler
2023-08-07Remove outdated docs about toml() not supporting datetimes (#1874)Gokul Soumya
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-08-05Decode image (#1810)Beiri22
2023-08-05Add support for opacities (#1844)Laurenz Stampfl
2023-08-05Period and slash are ordinary characters in math (#1855)damaxwell
2023-08-05Correct spacing between closing delimiter and large operators (#1857)damaxwell
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-08-03Split markup and math shorthands for docsLaurenz
2023-08-03Bump hypherLaurenz
2023-08-03Add shorthands to category pagesMartin Haug
2023-08-03Search additional font paths before system/embedded (#1847)Luke Chambers
2023-08-03layout::par::finalize: Bound allotted width when fitting to width (#1828)bluebear94
Sometimes, optimized line breaking outputs lines that are wider than the allotted width so that spacing between words can be narrowed to fit. However, the width calculation for the fit-to-width case does not account for this, causing the resulting width to exceed the width of the region. This commit takes the minimum of the calculated width with the width of the region. Fixes #1825.
2023-08-03enum ident one more then current start (#1824)Anton Wetzel
2023-08-03Ensure normal weight math font face is consistent (#1774)damaxwell
2023-08-03fix(cli): include export in compile time (#1816)Wenzhuo Liu
2023-08-03large operators have limits in displays; relations have limits always (#1748)damaxwell
2023-08-03Warn if layout doesn't stabilize (#1684)bluebear94
2023-08-01Fix datetime offset (#1845)Beiri22
2023-08-01Change package search and caching pathLaurenz
Brings local packages in line with changes to the package repository. See also: https://github.com/typst/packages/issues/61
2023-07-29Add start parameter to array enumerate (#1818)bluebear94
2023-07-26Update field mutation error message (#1742)Pg Biel
2023-07-26Cleanup docs (#1797)Adrián Delgado
2023-07-26Add Listing's Spanish translation (#1798)Adrián Delgado
2023-07-25Gardening. (#1789)damaxwell
2023-07-24Enable feature raster images to resvg (#1786)Laurenz Stampfl
2023-07-24Fix for loop (with key) autocompletionLaurenz
The special-case for loop syntax does not exist anymore, but the pattern syntax covers the use case. Fixes #1778.
2023-07-24Show only latest version until colon is typedLaurenz
Fixes #1734
2023-07-21Bump svg2pdfLaurenz
Co-Authored-By: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>
2023-07-20Improved #box baselines in math (#1755)damaxwell
* Improved #box baselines in math * add a test
2023-07-20Center delimiters vertically about the axis (#1756)damaxwell
2023-07-20Center large operators on axis (#1735)damaxwell
2023-07-19Move `perp` symbol into correct category (#1741)DVDTSB
2023-07-19Identify state by key onlyLaurenz
2023-07-19Resolve `place` deltas relative to real container sizeLaurenz
2023-07-19Positions placed elements relative to real container size (#1745)Laurenz
This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile. Fixes #82 Fixes #685 Fixes #1705
2023-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-19Support OpenType writing script (#1697)damaxwell
2023-07-19Enable ecow's serde feature for typst-syntaxLaurenz
2023-07-18Support `scope` argument for `eval`Laurenz
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-17Support for bounding box text edges (#1626)damaxwell
2023-07-17Load theme for raw code (#1675)Myriad-Dreamin