diff options
Diffstat (limited to 'slides.typ')
| -rw-r--r-- | slides.typ | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/slides.typ b/slides.typ new file mode 100644 index 0000000..3bf2fa9 --- /dev/null +++ b/slides.typ @@ -0,0 +1,27 @@ +#import "@preview/touying:0.6.1": * +#import "setoka.typ": * + +#show: setoka-theme.with( + aspect-ratio: "16-9", + config-info( + title: [ + 浮動小数点数の半開区間で \ + 単一値を指定する + ], + subtitle: [PHP 勉強会\@東京 第 180 回], + author: [nsfisis (いまむら)], + date: datetime(year: 2025, month: 10, day: 29), + ), +) + +#set text(font: "Noto Sans CJK JP") + +#title-slide() + +#about-slide() + +Hoge + +--- + +Piyo |
