\documentclass{tufte-handout}
\usepackage{graphicx}
\usepackage{exercise}
\usepackage{enumerate}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{tikz}
\usepackage[numbered, framed]{matlab-prettifier}
\newcommand{\bi}{\begin{itemize}}
\newcommand{\ei}{\end{itemize}}
\newcommand{\be}{\begin{enumerate}}
\newcommand{\ee}{\end{enumerate}}
\newcommand{\beq}{\begin{equation}}
\newcommand{\eeq}{\end{equation}}
\newcommand{\foo}[1]{%
\begin{tikzpicture}[#1]%
\includegraphics[width=0.3cm]{figs/MatlabLogo.png}
\end{tikzpicture}%
}
\newcommand{\fuh}[1]{%
\begin{tikzpicture}[#1]%
\includegraphics[width=0.3cm]{figs/MathematicaLogo.png}
\end{tikzpicture}%
}
\newcommand{\fie}[1]{%
\begin{tikzpicture}[#1]%
\includegraphics[width=0.3cm]{figs/SolidworksLogo.png}
\end{tikzpicture}%
}
\let\ph\mlplaceholder % shorter macro
\lstMakeShortInline"
\lstset{
style = Matlab-editor,
basicstyle = \mlttfamily,
escapechar = ",
mlshowsectionrules = true,
}
\title{Module 1: Communications}
\author{Day X: Catchy Title}
\date{*CLASS DATE*}
\begin{document}
\maketitle
\vspace{0.1in}
\section{Overview and Orientation}
This is a high-level overview of the goals and plan for the day. This is only a paragraph in length, but establishes expectations for whether people should work in groups, how far they should expect to get, and (if possible) how this class session ties into other building blocks and projects.
\section{Some Content}
% \begin{marginfigure}
% Extra Resources:
% \begin{itemize}
% \item here are some links to resources
% \item there might be videos by the teaching team
% \item or by Khan Academy or something
% \item there could also be some cool written resources
% \item and extra problems for if you get stuck or if you want to go into more depth
% \end{itemize}
% \end{marginfigure}
Here there is some written explanation of content and problems to work on. To the extent possible, include
\begin{lstlisting}
%code examples
%in pretty boxes
\end{lstlisting}
\begin{enumerate}
\item Now we start the problems
\end{enumerate}
\end{document}