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

add: use the note feature for handouts

parent 47e4014d
Branches dev
No related tags found
No related merge requests found
Pipeline #6435 passed
......@@ -13,6 +13,10 @@
% Automatically manage handout version
\ifdefined\ishandout
\documentclass[handout, aspectratio=169]{beamer}
%\documentclass[handout, notes, aspectratio=169]{beamer}
%\usepackage{handoutWithNotes}
%\usepackage[slide-frame=true, beamer-notes=true]{handoutWithNotes}
%\pgfpagesuselayout{2 on 1 with notes}
\else
\documentclass[aspectratio=169]{beamer}
\fi
......
......@@ -175,7 +175,7 @@ DEFAULT_SOLVER = 'linear'
\item Functions should be a verb
\item Use prefixes like \lst{get}, \lst{compute}, \lst{calculate},
\lst{find}, \lst{set},...
\item Use pairs for complement operation: \lst{create}/\lst{destroy}
\item Use pairs for complement operation: \lst{create}/\lst{destroy}
\item If one output, function name can be that output
\end{itemize}
......
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