Skip to content

Commit 7f172c3

Browse files
committed
Add section separation slide in the beginning of each section (#36)
* Add section separation slide in the beginning of each section * Fix linter remarks
1 parent cc65d30 commit 7f172c3

File tree

13 files changed

+82
-26
lines changed

13 files changed

+82
-26
lines changed

00-intro/00-intro.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
\vskip0pt%
3131
}
3232

33+
\AtBeginSection[]{
34+
\begin{frame}
35+
\centering
36+
\Huge\insertsection%
37+
\end{frame}
38+
}
39+
3340
\begin{document}
3441

3542
\begin{frame}

01-git/01-git.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
\vskip0pt%
3131
}
3232

33+
\AtBeginSection[]{
34+
\begin{frame}
35+
\centering
36+
\Huge\insertsection%
37+
\end{frame}
38+
}
39+
3340
\begin{document}
3441

3542
\begin{frame}

01-git/01-git.toc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
\beamer@sectionintoc {1}{What are version control systems?}{3}{0}{1}
2-
\beamer@sectionintoc {2}{What version control systems exist? History and evolution}{4}{0}{2}
3-
\beamer@sectionintoc {3}{What is Git?}{7}{0}{3}
4-
\beamer@sectionintoc {4}{Basic Git commands}{8}{0}{4}
5-
\beamer@sectionintoc {5}{Advanced Git Operations}{20}{0}{5}
6-
\beamer@sectionintoc {6}{Git workflows overview}{22}{0}{6}
2+
\beamer@sectionintoc {2}{What version control systems exist? History and evolution}{5}{0}{2}
3+
\beamer@sectionintoc {3}{What is Git?}{9}{0}{3}
4+
\beamer@sectionintoc {4}{Basic Git commands}{11}{0}{4}
5+
\beamer@sectionintoc {5}{Advanced Git Operations}{24}{0}{5}
6+
\beamer@sectionintoc {6}{Git workflows overview}{27}{0}{6}

02-cmake/02-cmake.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
\vskip0pt%
5353
}
5454

55+
\AtBeginSection[]{
56+
\begin{frame}
57+
\centering
58+
\Huge\insertsection%
59+
\end{frame}
60+
}
61+
5562
\begin{document}
5663

5764
\begin{frame}

02-cmake/02-cmake.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
\beamer@sectionintoc {1}{Building C++ projects}{3}{0}{1}
2-
\beamer@sectionintoc {2}{Build systems history}{9}{0}{2}
3-
\beamer@sectionintoc {3}{CMake}{17}{0}{3}
2+
\beamer@sectionintoc {2}{Build systems history}{10}{0}{2}
3+
\beamer@sectionintoc {3}{CMake}{19}{0}{3}

03-linux/03-linux.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
\vskip0pt%
3131
}
3232

33+
\AtBeginSection[]{
34+
\begin{frame}
35+
\centering
36+
\Huge\insertsection%
37+
\end{frame}
38+
}
39+
3340
\begin{document}
3441

3542
\begin{frame}

03-linux/03-linux.toc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
\beamer@sectionintoc {1}{Introduction}{3}{0}{1}
2-
\beamer@sectionintoc {2}{History}{6}{0}{2}
3-
\beamer@sectionintoc {3}{Linux}{11}{0}{3}
4-
\beamer@sectionintoc {4}{Basic Linux commands}{15}{0}{4}
2+
\beamer@sectionintoc {2}{History}{7}{0}{2}
3+
\beamer@sectionintoc {3}{Linux}{13}{0}{3}
4+
\beamer@sectionintoc {4}{Basic Linux commands}{18}{0}{4}

04-cpp-project-structure/04-cpp-project-structure.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
\vskip0pt%
3131
}
3232

33+
\AtBeginSection[]{
34+
\begin{frame}
35+
\centering
36+
\Huge\insertsection%
37+
\end{frame}
38+
}
39+
3340
\begin{document}
3441

3542
\begin{frame}

05-embedded-arm/05-embedded-arm.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
\vskip0pt%
3131
}
3232

33+
\AtBeginSection[]{
34+
\begin{frame}
35+
\centering
36+
\Huge\insertsection%
37+
\end{frame}
38+
}
39+
3340
\begin{document}
3441

3542
\begin{frame}

06-dl-tech-intro/06-dl-tech-intro.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
\vskip0pt%
3131
}
3232

33+
\AtBeginSection[]{
34+
\begin{frame}
35+
\centering
36+
\Huge\insertsection%
37+
\end{frame}
38+
}
39+
3340
\begin{document}
3441

3542
\begin{frame}

0 commit comments

Comments
 (0)