Skip to content

Commit

Permalink
fix: fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Sep 1, 2024
1 parent 9ec14ef commit 4b02e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/configs.typ
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@
///
/// - `cover` (function): The function to cover content. The default value is `utils.method-wrapper(hide)` function.
///
/// You can configure it with `cover: utils.semi-transparent-cover` to use the semi-transparent cover.
///
/// - `uncover` (function): The function to uncover content. The default value is `utils.uncover` function.
///
/// - `only` (function): The function to show only the content. The default value is `utils.only` function.
Expand Down
3 changes: 2 additions & 1 deletion src/core.typ
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#import "utils.typ"
#import "utils.typ"
#import "pdfpc.typ"
#import "components.typ"

/// ------------------------------------------------
/// Slides
Expand Down Expand Up @@ -28,7 +29,7 @@
)


/// Appendix for the presentation. The last-slide-counter will be frozen at the last slide before the appendix.
/// Appendix for the presentation. The last-slide-counter will be frozen at the last slide before the appendix. It is simple wrapper for `touying-set-config`, just like `#show: touying-set-config.with((appendix: true))`.
///
/// Example: `#show: appendix`
///
Expand Down

0 comments on commit 4b02e7f

Please sign in to comment.