diff options
| author | Malo <57839069+MDLC01@users.noreply.github.com> | 2025-02-06 11:18:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-06 10:18:10 +0000 |
| commit | ca702c7f82ef8e027e559228dc9c469e1a65ac6f (patch) | |
| tree | 7644023bf512d4f7e36c94eb877d6d9543b41d13 /docs | |
| parent | d897ab5e7d2e941494df8ba137a1f92f8aada03a (diff) | |
Documentation fixes and improvements (#5816)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog/0.13.0.md | 6 | ||||
| -rw-r--r-- | docs/reference/export/png.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/changelog/0.13.0.md b/docs/changelog/0.13.0.md index 50819f65..4e4dd0c2 100644 --- a/docs/changelog/0.13.0.md +++ b/docs/changelog/0.13.0.md @@ -16,7 +16,7 @@ description: Changes slated to appear in Typst 0.13.0 - The `image` function now supports raw [pixel raster formats]($image.format) for generating images from within Typst - Functions that accept [file paths]($syntax/#paths) now also accept raw - [bytes] instead, for full flexibility + [bytes], for full flexibility - WebAssembly [plugins]($plugin) are more flexible and automatically run multi-threaded - Fixed a long-standing bug where single-letter strings in math (`[$"a"$]`) @@ -155,7 +155,7 @@ description: Changes slated to appear in Typst 0.13.0 - Fixed multi-line annotations (e.g. overbrace) changing the math baseline - Fixed merging of attachments when the base is a nested equation - Fixed resolving of contextual (em-based) text sizes within math -- Fixed spacing around ⊥ +- Fixed spacing around up tacks (⊥) ## Bibliography - Prose and author-only citations now use editor names if the author names are @@ -229,7 +229,7 @@ description: Changes slated to appear in Typst 0.13.0 - A shebang `#!` at the very start of a file is now ignored ## PDF export -- Added `pdf.embed` function for embedding arbitrary files in the exported PDF +- Added [`pdf.embed`] function for embedding arbitrary files in the exported PDF - Added support for PDF/A-3b export - The PDF timestamp will now contain the timezone by default diff --git a/docs/reference/export/png.md b/docs/reference/export/png.md index fe122f4d..0e817e0f 100644 --- a/docs/reference/export/png.md +++ b/docs/reference/export/png.md @@ -11,7 +11,7 @@ the PNG you exported, you will notice a loss of quality. Typst calculates the resolution of your PNGs based on each page's physical dimensions and the PPI. If you need guidance for choosing a PPI value, consider the following: -- A DPI value of 300 or 600 is typical for desktop printing. +- A value of 300 or 600 is typical for desktop printing. - Professional prints of detailed graphics can go up to 1200 PPI. - If your document is only viewed at a distance, e.g. a poster, you may choose a smaller value than 300. |
