% template.htx
%  author template for mmncc documents

\documentstyle{mmncc}
\me{  }	% author(s) names and/or email address

\begin{document}

% Page 1

%% Header
\docheader{Course A\\Introduction to Computing}
{ }   % module number
{  }  % module name

%% Goal list
\begin{goallist}
\item  % goal list item
\item  % goal list item
  	% ...
\end{goallist}

%% Prerequisites
\begin{prereqs}
\item	% prerequisite item
\item	% prerequisite item
	% ...
\end{prereqs}

% Page 2 ... 

%% Unique sections

\section*{  }  % Name of first section
		% ...

\subsection*{  } % Name of first subsection to current section
		% ...

\subsubsection*{  } % Name of first subsubsection to current section
		% ...

	% ... add sections, subsections and subsubsections as needed

%%% Common sections

%%
%% Laboratory Assignment, comment out if not applicable
%% 
\begin{lab}   % or \begin{lab*}

% lab material

\end{lab}

%%
%% Vocabulary, comment out if not applicable
%%
\begin{vocab}	
\item[word] def	
\item[word] def	
		%  ...
\end{vocab}

%%
%% Summary, comment out if not applicable
%%
\begin{summary}	 % or \begin{summary*}

% Summary Material

\end{summary}

\end{document}

Other commands

** question and answers **

\begin{quest}
-- question text --
\ans
-- answer text --
\end{quest}

** marginal notes (gloss* stuff) **

stuff
\begin{gloss*}[title of entry]{word(s) made hot}
substance of entry.
\end{gloss*}
more stuff

(becomes stuff words made hot more stuff )
