Skip to content

Commit a12b423

Browse files
authored
Merge pull request #11 from learning-process/toc
Draft: Do not ignore .toc files to get functional ToC page
2 parents e445e6a + af27fca commit a12b423

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*.nav
1313
*.out
1414
*.snm
15-
*.toc
1615
*.acn
1716
*.acr
1817
*.alg

00-handshake.toc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}
2+
\beamer@sectionintoc {2}{Structure of overall course}{4}{0}{2}
3+
\beamer@sectionintoc {3}{Structure of the current semester}{5}{0}{3}
4+
\beamer@sectionintoc {4}{Practice details}{6}{0}{4}
5+
\beamer@sectionintoc {5}{Administrative questions}{10}{0}{5}
6+
\beamer@sectionintoc {6}{What will be covered in the next practice?}{12}{0}{6}
7+
\beamer@sectionintoc {7}{Q\&A section}{13}{0}{7}

01-intro.toc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
\beamer@sectionintoc {1}{Introduction to MPI}{3}{0}{1}
2+
\beamer@sectionintoc {2}{"Hello, World" in MPI}{5}{0}{2}
3+
\beamer@sectionintoc {3}{Brief API calls overview}{8}{0}{3}
4+
\beamer@sectionintoc {4}{MPI data distribution}{9}{0}{4}

template.toc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\beamer@sectionintoc {1}{---Section name---}{3}{0}{1}

0 commit comments

Comments
 (0)