From af27fcae17853111d8ac0fe75743cb047bed65c3 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 15 Sep 2024 19:05:51 +0300 Subject: [PATCH] Do not ignore .toc files to get functional ToC page --- .gitignore | 1 - 00-handshake.toc | 7 +++++++ 01-intro.toc | 4 ++++ template.toc | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 00-handshake.toc create mode 100644 01-intro.toc create mode 100644 template.toc diff --git a/.gitignore b/.gitignore index 010bf26..93b4368 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ *.nav *.out *.snm -*.toc *.acn *.acr *.alg diff --git a/00-handshake.toc b/00-handshake.toc new file mode 100644 index 0000000..4155b7e --- /dev/null +++ b/00-handshake.toc @@ -0,0 +1,7 @@ +\beamer@sectionintoc {1}{Introduction}{3}{0}{1} +\beamer@sectionintoc {2}{Structure of overall course}{4}{0}{2} +\beamer@sectionintoc {3}{Structure of the current semester}{5}{0}{3} +\beamer@sectionintoc {4}{Practice details}{6}{0}{4} +\beamer@sectionintoc {5}{Administrative questions}{10}{0}{5} +\beamer@sectionintoc {6}{What will be covered in the next practice?}{12}{0}{6} +\beamer@sectionintoc {7}{Q\&A section}{13}{0}{7} diff --git a/01-intro.toc b/01-intro.toc new file mode 100644 index 0000000..9d230a4 --- /dev/null +++ b/01-intro.toc @@ -0,0 +1,4 @@ +\beamer@sectionintoc {1}{Introduction to MPI}{3}{0}{1} +\beamer@sectionintoc {2}{"Hello, World" in MPI}{5}{0}{2} +\beamer@sectionintoc {3}{Brief API calls overview}{8}{0}{3} +\beamer@sectionintoc {4}{MPI data distribution}{9}{0}{4} diff --git a/template.toc b/template.toc new file mode 100644 index 0000000..9c25abf --- /dev/null +++ b/template.toc @@ -0,0 +1 @@ +\beamer@sectionintoc {1}{---Section name---}{3}{0}{1}