Skip to content
Snippets Groups Projects
Verified Commit a474d509 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

chore: rename file to separate handout and slides

parent a0b0477c
Branches dev
No related tags found
No related merge requests found
Pipeline #6349 passed
......@@ -38,11 +38,11 @@ licenses. These can be found in the `illustrations/` directory at the root of
this repo (name of the image were changed from the original). Although
attribution is not required, the following credits should be acknowledged:
- _software.jpg_: Photo by [Luis Gomes][software.jpg] from [Pexels]
- _wooden_prop.jpg_: Photo by [Metin Ozer][wooden_prop.jpg] from [Unsplash]
- _NASA-X57_: NASA Langley / Advanced Concepts Lab, AMA Inc
- _software_ : Photo by [Luis Gomes][software.jpg] from [Pexels]
- _wooden_prop_ : Photo by [Metin Ozer][wooden_prop.jpg] from [Unsplash]
- _NASA-X57_ : NASA Langley / Advanced Concepts Lab, AMA Inc
([source][nasa-x57.jpg]).
- _aero_design_: Unknown author. Found using DuckDuckGo images.
- _aero_design_ : Unknown author. Found using DuckDuckGo images.
[MIT]: licenses/MIT.md
[GPL-3.0]: licenses/GPL-3.0.md
......
......@@ -20,7 +20,7 @@ contains the 'animations', while the handout version is for printing._
## Workshops
- Software development I - Good practices: [Slides][slides_dev_goodpract] - [Handout][handout_dev_goodpract]
- Software development II - Advanced concepts: _to do_
- Software development II - Advanced topics: _to do_
## License
......
\def\ishandout{1} \input{good_practices_slides.tex}
......@@ -9,13 +9,19 @@
% https://gitlab.uliege.be/thlamb/bemt
% ------------------------------------------------------------------------------
\documentclass[aspectratio=169]{beamer}
% Automatically manage handout version
\ifdefined\ishandout
\documentclass[handout, aspectratio=169]{beamer}
\else
\documentclass[aspectratio=169]{beamer}
\fi
\usetheme[
titleformat=smallcaps,
titlestyle=style2,
headingcolor=theme,
sectionstyle=style2
titleformat=smallcaps,
titlestyle=style2,
headingcolor=theme,
sectionstyle=style2
]{trigon}
\usepackage{ULiege-trigon}
......@@ -70,7 +76,7 @@ sectionstyle=style2
\item Save lot of time
\end{itemize}
\pause
\item \light{II - Advanced concepts}
\item \light{II - Advanced topics}
\begin{itemize}
\item \light{Code quality metrics}
\item \light{Safer development with code versioning (git)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment