Skip to content

Commit 7ff6430

Browse files
committed
remove pdfpc config
1 parent ec3f057 commit 7ff6430

File tree

4 files changed

+0
-72
lines changed

4 files changed

+0
-72
lines changed

docs/start.md

-18
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,6 @@ Touying offers many built-in themes to easily create beautiful slides. For examp
4949
#let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: true))
5050
#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide)
5151
52-
// Pdfpc configuration
53-
// typst query --root . ./example.typ --field value --one "<pdfpc-file>" > ./example.pdfpc
54-
#pdfpc.config(
55-
duration-minutes: 30,
56-
start-time: datetime(hour: 14, minute: 10, second: 0),
57-
end-time: datetime(hour: 14, minute: 40, second: 0),
58-
last-minutes: 5,
59-
note-font-size: 12,
60-
disable-markdown: false,
61-
default-transition: (
62-
type: "push",
63-
duration-seconds: 2,
64-
angle: ltr,
65-
alignment: "vertical",
66-
direction: "inward",
67-
),
68-
)
69-
7052
// Theorems configuration by ctheorems
7153
#show: thmrules.with(qed-symbol: $square$)
7254
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"))

i18n/zh/docusaurus-plugin-content-docs/current/start.md

-18
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,6 @@ Hello, Typst!
4747
#let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: true))
4848
#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide)
4949
50-
// Pdfpc configuration
51-
// typst query --root . ./example.typ --field value --one "<pdfpc-file>" > ./example.pdfpc
52-
#pdfpc.config(
53-
duration-minutes: 30,
54-
start-time: datetime(hour: 14, minute: 10, second: 0),
55-
end-time: datetime(hour: 14, minute: 40, second: 0),
56-
last-minutes: 5,
57-
note-font-size: 12,
58-
disable-markdown: false,
59-
default-transition: (
60-
type: "push",
61-
duration-seconds: 2,
62-
angle: ltr,
63-
alignment: "vertical",
64-
direction: "inward",
65-
),
66-
)
67-
6850
// Theorems configuration by ctheorems
6951
#show: thmrules.with(qed-symbol: $square$)
7052
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"))

i18n/zh/docusaurus-plugin-content-docs/version-0.5.x/start.md

-18
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,6 @@ Hello, Typst!
4747
#let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: true))
4848
#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide)
4949
50-
// Pdfpc configuration
51-
// typst query --root . ./example.typ --field value --one "<pdfpc-file>" > ./example.pdfpc
52-
#pdfpc.config(
53-
duration-minutes: 30,
54-
start-time: datetime(hour: 14, minute: 10, second: 0),
55-
end-time: datetime(hour: 14, minute: 40, second: 0),
56-
last-minutes: 5,
57-
note-font-size: 12,
58-
disable-markdown: false,
59-
default-transition: (
60-
type: "push",
61-
duration-seconds: 2,
62-
angle: ltr,
63-
alignment: "vertical",
64-
direction: "inward",
65-
),
66-
)
67-
6850
// Theorems configuration by ctheorems
6951
#show: thmrules.with(qed-symbol: $square$)
7052
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"))

versioned_docs/version-0.5.x/start.md

-18
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,6 @@ Touying offers many built-in themes to easily create beautiful slides. For examp
4949
#let cetz-canvas = touying-reducer.with(reduce: cetz.canvas, cover: cetz.draw.hide.with(bounds: true))
5050
#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide)
5151
52-
// Pdfpc configuration
53-
// typst query --root . ./example.typ --field value --one "<pdfpc-file>" > ./example.pdfpc
54-
#pdfpc.config(
55-
duration-minutes: 30,
56-
start-time: datetime(hour: 14, minute: 10, second: 0),
57-
end-time: datetime(hour: 14, minute: 40, second: 0),
58-
last-minutes: 5,
59-
note-font-size: 12,
60-
disable-markdown: false,
61-
default-transition: (
62-
type: "push",
63-
duration-seconds: 2,
64-
angle: ltr,
65-
alignment: "vertical",
66-
direction: "inward",
67-
),
68-
)
69-
7052
// Theorems configuration by ctheorems
7153
#show: thmrules.with(qed-symbol: $square$)
7254
#let theorem = thmbox("theorem", "Theorem", fill: rgb("#eeffee"))

0 commit comments

Comments
 (0)