情報アイコン
情報 / Info
当サイトは、Typst GmbHの許諾を得て、日本語コミュニティ「Typst Japan Community」がTypst v0.13.1の公式ドキュメントを翻訳したものです。誤訳や古い情報が含まれている可能性があるため、公式ドキュメントとの併用を推奨します。翻訳の改善やサイトの機能向上について、GitHubでのIssueやPull Requestを歓迎します。コミュニティにご興味のある方はDiscordサーバー「くみはんクラブ」にぜひご参加ください。
This site provides a Japanese translation of the Typst v0.13.1 documentation maintained by the "Typst Japan Community" with permission from Typst GmbH. We recommend using this alongside the official documentation. We welcome contributions through Issues and Pull Requests on our GitHub repository for both translation improvements and website enhancements. Feel free to join our Discord server "Kumihan Club".
言語アイコン
翻訳率
21%
言語アイコン
未翻訳

このページはまだ翻訳されていません。原文の内容が表示されています。

Version 0.5.0 (June 9, 2023)

Text and Layout

  • Added raw syntax highlighting for many more languages
  • Added support for Korean numbering
  • Added basic i18n for a few more languages (NL, SV, DA)
  • Improved line breaking for East Asian languages
  • Expanded functionality of outline indent property
  • Fixed footnotes in columns
  • Fixed page breaking bugs with footnotes
  • Fixed bug with handling of footnotes in lists, tables, and figures
  • Fixed a bug with CJK punctuation adjustment
  • Fixed a crash with rounded rectangles
  • Fixed alignment of line elements

Math

  • Breaking change: The syntax rules for mathematical attachments were improved: $f^abs(3)$ now parses as $f^(abs(3))$ instead of $(f^abs)(3)$. To disambiguate, add a space: $f^zeta (3)$.
  • Added forced size commands for math (e.g., display)
  • Added supplement parameter to equation, used by references
  • New symbols: bullet, xor, slash.big, sigma.alt, tack.r.not, tack.r.short, tack.r.double.not
  • Fixed a bug with symbols in matrices
  • Fixed a crash in the attach function

Scripting

Command line interface

  • Added PNG export via typst compile source.typ output-{n}.png. The output path must contain {n} if the document has multiple pages.
  • Added --diagnostic-format=short for Unix-style short diagnostics
  • Doesn't emit color codes anymore if stderr isn't a TTY
  • Now sets the correct exit when invoked with a nonexistent file
  • Now ignores UTF-8 BOM in Typst files

Miscellaneous Improvements

  • Improved errors for mismatched delimiters
  • Improved error message for failed length comparisons
  • Fixed a bug with images not showing up in Apple Preview
  • Fixed multiple bugs with the PDF outline
  • Fixed citations and other searchable elements in hide
  • Fixed bugs with reference supplements
  • Fixed Nix flake

Contributors

検索