75 lines
1.2 KiB
Typst
75 lines
1.2 KiB
Typst
#import "@preview/touying:0.6.1": *
|
|
#import "firatheme.typ": *
|
|
|
|
// #import "@preview/numbly:0.1.0": numbly
|
|
|
|
|
|
#show: fira-theme.with(
|
|
// aspect-ratio: "16-9",
|
|
navigation: "line",
|
|
config-info(
|
|
title: [Looong LONG lng Long longlonglonglonglonglong TITLE],
|
|
subtitle: [Subtitle],
|
|
short-title: [not-long title],
|
|
author: [Authors],
|
|
date: datetime.today(),
|
|
// institution: [Institution],
|
|
),
|
|
)
|
|
|
|
// #set heading(numbering: numbly("{1}.", default: "1.1"))
|
|
|
|
#title-slide()
|
|
|
|
#outline-slide()
|
|
|
|
== title
|
|
#slide[
|
|
write something here
|
|
$m a t h min sum$
|
|
]
|
|
|
|
= Section A
|
|
|
|
== General piecewise linear convex function *$bb(R)^b bb(Z)^n $*
|
|
|
|
$ x_(n+1) = (x_n + a/x_n) / 2 $
|
|
|
|
|
|
A slide without a title but with *important* infos 测试中文 $bb(Z),bb(R)$
|
|
|
|
$
|
|
min sum_(e in E) x_e f_k "such that some fonts"
|
|
$
|
|
|
|
#lorem(40)
|
|
|
|
= Section B
|
|
|
|
== Subsection B.1
|
|
|
|
#lorem(80)
|
|
|
|
#focus-slide[
|
|
Wake up!
|
|
]
|
|
|
|
== Subsection B.2
|
|
|
|
We can use `#pause` to #pause display something later.
|
|
|
|
#pause
|
|
|
|
Just like this.
|
|
|
|
#meanwhile
|
|
|
|
Meanwhile, #pause we can also use `#meanwhile` to #pause display other content synchronously.
|
|
|
|
#show: appendix
|
|
|
|
= Appendix
|
|
|
|
== Appendix
|
|
|
|
Please pay attention to the current slide number. |