Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Sep 2, 2024
1 parent dff8106 commit 5709c66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions docs/global-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ Like Beamer, Touying helps you better maintain global information through a unif

You can set the title, subtitle, author, date, and institution information of your slides with:

```typst
#let s = (s.methods.info)(
self: s,
```typc
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Authors],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ config-methods(

你可以通过

```typst
#let s = (s.methods.info)(
self: s,
```typc
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Authors],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ config-methods(

你可以通过

```typst
#let s = (s.methods.info)(
self: s,
```typc
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Authors],
Expand Down
5 changes: 2 additions & 3 deletions versioned_docs/version-0.5.x/global-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ Like Beamer, Touying helps you better maintain global information through a unif

You can set the title, subtitle, author, date, and institution information of your slides with:

```typst
#let s = (s.methods.info)(
self: s,
```typc
config-info(
title: [Title],
subtitle: [Subtitle],
author: [Authors],
Expand Down

0 comments on commit 5709c66

Please sign in to comment.