Skip to content

Commit

Permalink
Typst.Typst version 0.6.0 (#111553)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWanHuanSheng authored Jul 8, 2023
1 parent a52595f commit c35f014
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
21 changes: 21 additions & 0 deletions manifests/t/Typst/Typst/0.6.0/Typst.Typst.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json

PackageIdentifier: Typst.Typst
PackageVersion: 0.6.0
InstallerLocale: en-US
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
Installers:
- Architecture: x64
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: typst-x86_64-pc-windows-msvc\typst.exe
PortableCommandAlias: typst
InstallerUrl: https://github.com/typst/typst/releases/download/v0.6.0/typst-x86_64-pc-windows-msvc.zip
InstallerSha256: 2F37C5EB70669CC6A5F411338E49B29FDBBB9F78BBB18A9BB09DA1D236F002D2
ManifestType: installer
ManifestVersion: 1.4.0
ReleaseDate: 2023-06-30
79 changes: 79 additions & 0 deletions manifests/t/Typst/Typst/0.6.0/Typst.Typst.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json

PackageIdentifier: Typst.Typst
PackageVersion: 0.6.0
PackageLocale: en-US
Publisher: Typst GmbH i.G.
PublisherUrl: https://github.com/typst/
PublisherSupportUrl: https://github.com/typst/typst/issues
PrivacyUrl: https://typst.app/privacy/
PackageName: Typst
PackageUrl: https://typst.app/
License: Apache-2.0
LicenseUrl: https://github.com/typst/typst/blob/main/LICENSE
ShortDescription: A new markup-based typesetting system that is powerful and easy to learn.
Description: |-
Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX
while being much easier to learn and use. Typst has:
- Built-in markup for the most common formatting tasks
- Flexible functions for everything else
- A tightly integrated scripting system
- Math typesetting, bibliography management, and more
- Fast compile times thanks to incremental compilation
- Friendly error messages in case something goes wrong
Tags:
- compiler
- markup
- typesetting
ReleaseNotes: |-
Package Management
- Typst now has built-in package management
- You can import published community packages or create and use system-local ones
- Published packages are also supported in the web app
Math
- Added support for optical size variants of glyphs in math mode
- Added argument to enable limits conditionally depending on whether the equation is set in display or inline style
- Added gt.eq.slant and lt.eq.slant symbols
- Increased precedence of factorials in math mode ($1/n!$ works correctly now)
- Improved underlines and overlines in math mode
- Fixed usage of limits function in show rules
- Fixed bugs with line breaks in equations
Text and Layout
- Added support for alternating page margins with the inside and outside keys
- Added support for specifying the page binding
- Added to argument to pagebreak function to skip to the next even or odd page
- Added basic i18n for a few more languages (TR, SQ, TL)
- Fixed bug with missing table row at page break
- Fixed bug with underlines
- Fixed bug superfluous table lines
- Fixed smart quotes after line breaks
- Fixed a crash related to text layout
Command line interface
- Breaking change: Added requirement for --root/TYPST_ROOT directory to contain the input file because it designates the project root. Existing setups that use TYPST_ROOT to emulate package management should switch to local packages
- Breaking change: Now denies file access outside of the project root
- Added support for local packages and on-demand package download
- Now watches all relevant files, within the root and all packages
- Now displays compilation time
Miscellaneous Improvements
- Added outline.entry to customize outline entries with show rules
- Added some hints for error messages
- Added some missing syntaxes for raw highlighting
- Improved rendering of rotated images in PNG export and web app
- Made footnotes reusable and referenceable
- Fixed bug with citations and bibliographies in locate
- Fixed inconsistent tense in documentation
Development
- Added contribution guide
- Reworked World interface to accommodate for package management and make it a bit simpler to implement (Breaking change for implementors)
ReleaseNotesUrl: https://typst.app/docs/changelog/
Documentations:
- DocumentUrl: https://typst.app/docs/
ManifestType: defaultLocale
ManifestVersion: 1.4.0
8 changes: 8 additions & 0 deletions manifests/t/Typst/Typst/0.6.0/Typst.Typst.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.2.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json

PackageIdentifier: Typst.Typst
PackageVersion: 0.6.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.4.0

0 comments on commit c35f014

Please sign in to comment.