From 30d28168eb70aef9065f207f1146c36a4983d9b3 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Wed, 29 Apr 2020 19:30:31 +0200 Subject: [PATCH] Change hello.md to the new syntax and more examples. --- examples/hello/0001-_A_new_slide.txt | 2 ++ examples/hello/0002-_Some_points.txt | 5 ++++- examples/hello/0003-_Ende.txt | 1 - examples/hello/0004-_Ende.txt | 9 +++++---- examples/hello/0005-_Ende.txt | 10 ++++++++++ examples/hello/hello.md | 16 +++++++++++++++- 6 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 examples/hello/0005-_Ende.txt diff --git a/examples/hello/0001-_A_new_slide.txt b/examples/hello/0001-_A_new_slide.txt index ca7b70a..e0cfebb 100644 --- a/examples/hello/0001-_A_new_slide.txt +++ b/examples/hello/0001-_A_new_slide.txt @@ -5,3 +5,5 @@ Just show something on this new slide. + % no more points. + diff --git a/examples/hello/0002-_Some_points.txt b/examples/hello/0002-_Some_points.txt index efee878..ba0b93f 100644 --- a/examples/hello/0002-_Some_points.txt +++ b/examples/hello/0002-_Some_points.txt @@ -7,6 +7,9 @@ o point o sub point o sub point - o sub sub point + o sub sub point o sub point + + #pause + diff --git a/examples/hello/0003-_Ende.txt b/examples/hello/0003-_Ende.txt index e93c752..7e19ce7 100644 --- a/examples/hello/0003-_Ende.txt +++ b/examples/hello/0003-_Ende.txt @@ -3,5 +3,4 @@ ====== - Thanks for using cattools. diff --git a/examples/hello/0004-_Ende.txt b/examples/hello/0004-_Ende.txt index ac332b2..955d58b 100644 --- a/examples/hello/0004-_Ende.txt +++ b/examples/hello/0004-_Ende.txt @@ -2,7 +2,8 @@ Ende ====== - - Thanks for using cattools. - - The end. + + + + Thanks for using pointtools. + diff --git a/examples/hello/0005-_Ende.txt b/examples/hello/0005-_Ende.txt new file mode 100644 index 0000000..bdd22d7 --- /dev/null +++ b/examples/hello/0005-_Ende.txt @@ -0,0 +1,10 @@ + + Ende + ====== + + + + + Thanks for using pointtools. + + The end. diff --git a/examples/hello/hello.md b/examples/hello/hello.md index 3802cee..dd0d5b4 100644 --- a/examples/hello/hello.md +++ b/examples/hello/hello.md @@ -1,3 +1,5 @@ +Text is ignored here. + ## Intro This is the Hello World introduction to catpoint. @@ -6,6 +8,8 @@ This is the Hello World introduction to catpoint. Just show something on this new slide. +\% no more points. + ## Some points * point @@ -15,9 +19,19 @@ Just show something on this new slide. * sub sub point * sub point +% Add more points. + +% escape pause +\#pause + ## Ende -Thanks for using cattools. +% Do not tell them it is incomplete. + +% See the magic. +#pause + +Thanks for using pointtools. #pause The end.