aboutsummaryrefslogtreecommitdiffhomepage
path: root/slides.saty
diff options
context:
space:
mode:
Diffstat (limited to 'slides.saty')
-rw-r--r--slides.saty36
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
+ }
+ >
>
>