Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the touying and touying-aqua preview packages to 0.7.0, bringing in new waypoint-based animation capabilities, additional themes, and updated examples/docs for Typst slide authoring.
Changes:
- Bump
touyingpackage to0.7.0with new/updated core modules, themes, and examples (including waypoint usage). - Add/refresh built-in themes (e.g., university, stargazer) and their example documents.
- Update
touying-aquatemplate package to0.7.0with a refreshed template entrypoint and README.
Reviewed changes
Copilot reviewed 34 out of 37 changed files in this pull request and generated 15 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/preview/touying/0.7.0/typst.toml | Package metadata for Touying v0.7.0. |
| packages/preview/touying/0.7.0/lib.typ | Main library entrypoint exporting Touying APIs and themes. |
| packages/preview/touying/0.7.0/src/slides.typ | Slide pipeline entry (touying-slides) and global show-rule wiring. |
| packages/preview/touying/0.7.0/src/pdfpc.typ | pdfpc metadata emission and configuration helpers. |
| packages/preview/touying/0.7.0/src/magic.typ | “Magic” show rules for lists/enums/bibliography footnote behavior. |
| packages/preview/touying/0.7.0/src/exports.typ | Public exports surface for Touying package consumers. |
| packages/preview/touying/0.7.0/src/configs.typ | Config composition utilities and default configuration. |
| packages/preview/touying/0.7.0/src/components.typ | Shared layout/navigation components (progress bar, outlines, etc.). |
| packages/preview/touying/0.7.0/themes/themes.typ | Aggregates theme modules for easy import. |
| packages/preview/touying/0.7.0/themes/default.typ | Default theme implementation. |
| packages/preview/touying/0.7.0/themes/simple.typ | Simple theme implementation. |
| packages/preview/touying/0.7.0/themes/metropolis.typ | Metropolis theme implementation. |
| packages/preview/touying/0.7.0/themes/dewdrop.typ | Dewdrop theme implementation (incl. navigation variants). |
| packages/preview/touying/0.7.0/themes/university.typ | University theme implementation (incl. matrix-slide). |
| packages/preview/touying/0.7.0/themes/aqua.typ | Aqua theme implementation and background rendering logic. |
| packages/preview/touying/0.7.0/themes/stargazer.typ | Stargazer theme implementation and theorem block helper. |
| packages/preview/touying/0.7.0/examples/example.typ | Comprehensive end-to-end example document. |
| packages/preview/touying/0.7.0/examples/simple.typ | Simple theme example slides. |
| packages/preview/touying/0.7.0/examples/metropolis.typ | Metropolis theme example slides. |
| packages/preview/touying/0.7.0/examples/dewdrop.typ | Dewdrop theme example slides. |
| packages/preview/touying/0.7.0/examples/university.typ | University theme example slides. |
| packages/preview/touying/0.7.0/examples/aqua.typ | Aqua theme example slides. |
| packages/preview/touying/0.7.0/examples/aqua-zh.typ | Aqua theme example slides (Chinese). |
| packages/preview/touying/0.7.0/examples/default.typ | Default theme example and feature demo. |
| packages/preview/touying/0.7.0/examples/stargazer.typ | Stargazer theme example slides. |
| packages/preview/touying/0.7.0/examples/waypoints.typ | Waypoints feature guide and usage examples. |
| packages/preview/touying/0.7.0/changelog.md | Changelog for Touying v0.7.0 (features/fixes list). |
| packages/preview/touying/0.7.0/README.md | Package README with usage and examples. |
| packages/preview/touying/0.7.0/LICENSE | License file for the package distribution. |
| packages/preview/touying/0.7.0/.gitignore | Ignore rules for local builds/artifacts. |
| packages/preview/touying-aqua/0.7.0/typst.toml | Template package metadata for touying-aqua v0.7.0. |
| packages/preview/touying-aqua/0.7.0/template/main.typ | Template entrypoint using Touying + Aqua theme defaults. |
| packages/preview/touying-aqua/0.7.0/lib.typ | Template package entrypoint (empty library). |
| packages/preview/touying-aqua/0.7.0/README.md | Template package README (mirrors Touying README). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am submitting
Description:
Features
Fixes