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

fix(ADP): add space for notes in handout

parent 5913ed04
No related branches found
No related tags found
No related merge requests found
Pipeline #19389 passed
......@@ -9,7 +9,9 @@
% Automatically manage handout version
\ifdefined\ishandout
\documentclass[handout, aspectratio=169, smaller]{beamer}
\documentclass[handout, notes, aspectratio=169]{beamer}
\usepackage[slide-frame=true, beamer-notes=true]{handoutWithNotes}
\pgfpagesuselayout{2 on 1 with notes landscape}[a4paper,border shrink=5mm]
\else
\documentclass[aspectratio=169, smaller]{beamer}
\fi
......
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