
Classroom Lesson
Author
Matt Braddock
Last Updated
10 mesi fa
License
Creative Commons CC BY 4.0
Abstract
Template for classroom lessons, including custom commands for questions, blank lines, and images.

\documentclass[11pt,letterpaper]{article}
% Load package
\usepackage{lesson}
%--------------------------------------%
% Custom commands include: %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Include an image: %
% \diagram{height}{align}{file} %
% %
% height: a number representing mm %
% align: left, center, or right %
% file: file name without extension %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add a numbered question: %
% \question{text} %
% \questiond[lines]{file}{width}{text} %
% %
% lines: # of lines of text to wrap %
% file: file name without extension %
% width: a % of textwidth for image %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add a lettered option/question part: %
% \option[vspace]{text} %
% %
% vspace: added space above the option %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add a blank line in text: %
% \blankline{width} %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add an arc symbol in math: %
% \arc{notation} %
%--------------------------------------%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%--------------------------------------%
% To reset the question counter: %
% \setcounter{qcounter}{0} %
% %
% To reset the option counter: %
% \setcounter{acounter}{0} %
%--------------------------------------%
% Set title and course name
\settitle{Lesson Number}
\setsubtitle{Lesson Title}
\setcourse{Course}
\begin{document}
% Create title and add proper header for first page
\maketitle
\thispagestyle{first}
\section*{Recall} % or Analyze, Experiment, etc.
\section*{Explore}
\section*{Discuss}
\section*{Demonstrate}
\section*{Practice}
\end{document}