diff --git a/default.dzslides b/default.dzslides index d86e51673..c8c249030 100644 --- a/default.dzslides +++ b/default.dzslides @@ -181,6 +181,11 @@ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $for(include-before)$ $include-before$ $endfor$ diff --git a/default.s5 b/default.s5 index f71e59d9a..6ab482864 100644 --- a/default.s5 +++ b/default.s5 @@ -72,6 +72,11 @@ $if(date)$ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $body$ $for(include-after)$ $include-after$ diff --git a/default.slideous b/default.slideous index c35e7432c..30c93567d 100644 --- a/default.slideous +++ b/default.slideous @@ -77,6 +77,11 @@ $if(date)$ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $body$ $for(include-after)$ $include-after$ diff --git a/default.slidy b/default.slidy index 6daa9701d..5f83b40ca 100644 --- a/default.slidy +++ b/default.slidy @@ -63,6 +63,11 @@ $if(date)$ $endif$ $endif$ +$if(toc)$ +
+$toc$ +
+$endif$ $body$ $for(include-after)$ $include-after$