diff --git a/README.md b/README.md index 047ec64..54a3128 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# cerebrate-training \ No newline at end of file +# Cerebrate Training Materials + +This repository includes all the training materials in use for the Cerebrate project. + +All the materials are available with the complete LaTeX source code meant to assist in contributing or extending the training materials. A special attention is given to the open source licensing given to the materials. We welcome contributions in order to improve the training. + +## Materials + + +| Slides (PDF) | Source Code | +| ------------ | ----------- | +| [c.1-cerebrate-internal](https://github.com/cerebrate-project/cerebrate-training/blob/main/published/c.1-cerebrate-internal.pdf) | [source](https://github.com/cerebrate-project/cerebrate-training/tree/master/c.1-cerebrate-internal) | + + +## License and Attribution + +All the materials are dual-licensed under GNU Affero General Public License version 3 or later and the Creative Commons Attribution-ShareAlike 4.0 International. You can use either one of the licenses depending of your use case of the training materials. + +All the source code is available at [https://www.github.com/cerebrate-project/cerebrate-training](https://www.github.com/cerebrate-project/cerebrate-training). + +If you reuse the training materials, don't forget to include the above for attribution. + diff --git a/build.sh b/build.sh index 2655dab..a064c06 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ echo ${TEXINPUTS} for slide in ${slidedecks[@]}; do cd ${slide} pdflatex slide.tex + pdflatex slide.tex rm *.aux *.toc *.snm *.log *.out *.nav *.vrb cp slide.pdf ../output/${slide}.pdf rm slide.pdf diff --git a/published/c.1-cerebrate-internal.pdf b/published/c.1-cerebrate-internal.pdf new file mode 100644 index 0000000..1b7f287 Binary files /dev/null and b/published/c.1-cerebrate-internal.pdf differ diff --git a/themes/beamerinnerthemefocus.sty b/themes/beamerinnerthemefocus.sty index d133c88..c967874 100644 --- a/themes/beamerinnerthemefocus.sty +++ b/themes/beamerinnerthemefocus.sty @@ -47,13 +47,13 @@ \begin{minipage}[b][0.35\paperheight]{\textwidth} \vspace{\baselineskip} \usebeamerfont{title} - \usebeamercolor[fg]{textcolor} + \usebeamercolor[fg]{titlelike} \inserttitle \end{minipage} \begin{minipage}[t][0.1\paperheight]{\textwidth} \usebeamerfont{subtitle} - \usebeamercolor[fg]{textcolor} + \usebeamercolor[fg]{titlelike} \insertsubtitle \end{minipage}