Merge branch 'main' of github.com:cerebrate-project/cerebrate-training into main

pull/2/head
iglocska 2020-10-22 11:43:54 +02:00
commit ddae78cf81
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
4 changed files with 25 additions and 3 deletions

View File

@ -1 +1,22 @@
# cerebrate-training
# 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.

View File

@ -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

Binary file not shown.

View File

@ -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}