diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-01-20 08:43:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-01-20 08:43:58 +0900 |
| commit | 8c9dfe3472933cf466bf62c83a8303fa35c28409 (patch) | |
| tree | b8b4c3117ab158e0c990feb94ed95490766dc4d0 | |
| parent | a02320d12634e6c385e5c3b6b4311f186ced85f5 (diff) | |
| download | phpstudy-N-slides-template-8c9dfe3472933cf466bf62c83a8303fa35c28409.tar.gz phpstudy-N-slides-template-8c9dfe3472933cf466bf62c83a8303fa35c28409.tar.zst phpstudy-N-slides-template-8c9dfe3472933cf466bf62c83a8303fa35c28409.zip | |
update slides.saty
| -rw-r--r-- | slides.saty | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/slides.saty b/slides.saty index 61b3439..53a81dc 100644 --- a/slides.saty +++ b/slides.saty @@ -66,8 +66,40 @@ document '< %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - +frame{まとめ}< - +p{TODO} + +section{|これは|セクションの|例です|}< + +frame{フレームタイトル}< + +p{ + \emph{強調されたテキスト} + + \textbf{太字のテキスト} + + \link?:({リンク})(`https://example.com`); + + \code(`foo`); + } + > + + +frame{フレームタイトル}< + +listing{ + * リストアイテム1 + ** リストアイテム1.1 + ** リストアイテム1.2 + * リストアイテム2 + ** リストアイテム2.1 + * リストアイテム3 + } + > + + +frame{フレームタイトル}< + +enumerate{ + * リストアイテム1 + ** リストアイテム1.1 + ** リストアイテム1.2 + * リストアイテム2 + ** リストアイテム2.1 + * リストアイテム3 + } + > > > |
