Skip to content

Commit c4e0d32

Browse files
author
Sebastien Ponce
committed
Split course content into one directory per section
1 parent 2d304f2 commit c4e0d32

File tree

15 files changed

+15
-16
lines changed

15 files changed

+15
-16
lines changed

talk/C++Course.tex

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,14 @@
333333
\end{scriptsize}
334334
\end{frame}
335335

336-
\include{introduction}
337-
\include{basicconcepts}
338-
\include{objectorientation}
339-
\include{morelanguage}
340-
\include{c++17}
341-
\include{expert}
342-
\include{tools}
343-
\include{concurrency}
344-
\include{python}
336+
\include{introduction/introduction}
337+
\include{basicconcepts/basicconcepts}
338+
\include{objectorientation/objectorientation}
339+
\include{morelanguage/morelanguage}
340+
\include{expert/expert}
341+
\include{tools/tools}
342+
\include{concurrency/concurrency}
343+
\include{python/python}
345344

346345
\begin{frame}
347346
\frametitle{This is the end}

talk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compile2: *.tex
99
pdflatex -shell-escape C++Course.tex
1010

1111
clean:
12-
rm -f *.aux *.log *.nav *.out *.pyg *.snm *.vrb *.toc
12+
rm -f *.aux */*.aux *.log *.nav *.out *.pyg *.snm *.vrb *.toc
1313

1414
clobber: clean
1515
rm -f C++Course.pdf
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
\end{minipage}
6565
\begin{minipage}{0.57\linewidth}
6666
\begin{tabular}{cc}
67-
\includegraphics[height=2.5cm]{ritchie.jpeg} & \includegraphics[height=2.5cm]{BjarneStroustrup.jpg} \\[-1ex]
67+
\includegraphics[height=2.5cm]{introduction/ritchie.jpeg} & \includegraphics[height=2.5cm]{introduction/BjarneStroustrup.jpg} \\[-1ex]
6868
\tiny{C inventor} & \tiny{\cpp inventor} \\[-1ex]
6969
\scriptsize{Dennis M. Ritchie} & \scriptsize{Bjarne Stroustrup} \\
7070
\end{tabular}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,8 +1063,8 @@
10631063
\begin{frame}[fragile]
10641064
\frametitlecpp[98]{Welcome to lego programming !}
10651065
\begin{block}{}
1066-
\pgfdeclareimage[height=0.5cm]{AtlasLego}{AtlasLego.jpg}
1067-
\includegraphics[width=\linewidth]{AtlasLego}
1066+
\pgfdeclareimage[height=0.5cm]{AtlasLego}{morelanguage/AtlasLego.jpg}
1067+
\includegraphics[width=\linewidth]{morelanguage/AtlasLego}
10681068
\end{block}
10691069
\end{frame}
10701070

0 commit comments

Comments
 (0)