-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not ignore .toc files to get functional ToC page
- Loading branch information
Showing
4 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
*.nav | ||
*.out | ||
*.snm | ||
*.toc | ||
*.acn | ||
*.acr | ||
*.alg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\beamer@sectionintoc {1}{---Section name---}{3}{0}{1} |