% template.htx
%  author template for mmncc documents

\documentstyle{mmcc}
\me{rms@cs.oberlin.edu}	% author(s) names and/or email address
%\robinsEggBlue
\wallpaint{ffaabb}

\begin{document}

% Page 1

%% Header
\docheader{Course A\\Introduction to Computing}
{1-Foo}   % module number
{Learning Htx for fun and profit}  % module name

%% Goal list
\begin{goallist}
\item To learn HtX   % goal list item
\item To make lots of money  % goal list item
\item Hi mom
\end{goallist}

%% Prerequisites
\begin{prereqs}
\item Brains
\item Brawn
\item Good Looks
\end{prereqs}

% Page 2 ... 

%% Unique sections

\robinsEggBlue
\section*{The first section}
First section stuff

\begin{html-display}
<ul> 

  <li> Item 1 

  <li> Item 2 

</ul>
\end{html-display}

\subsection*{The subsection of the First Section  }
The subsection stuff

To test the vocab feature:

\vref{Word Processing} is better than \vref{Text Editors} in simple
\vref{ASCII} expecially if it is \vref{WYSIWYG} for use as
\vref{Desktop Publishing}.

\section{The second section}

Second subsection stuff

\subsection{The subsection of the second section}

\begin{quest}
How many Frenchmen can't be wrong?
\ans
100,000
\end{quest}

\begin{mcquest}
How many Frenchmen can't be wrong?
\mans[No, there can be more.]{1}               
\mans[Getting hotter and warmer ...]{100}             
\mans*[OK, this is the one!]{100,000}         
\mans[Yes, it can be told.]{Who can say?}    
\mans[Nonsense!!!]{All of the above}
\end{mcquest}

This is a 
\begin{gloss*}[footnote information]{footnote}
This is how we do footnotes.
\end{gloss*}
to this \vref{foobar} document.
Also \vref{barfoo}.

\subsubsection*{The subsubsection}
More stuff
\begin{itemize}
\item the first
\item the second
\end{itemize}
def	
\begin{tabular}{|l|c|r|}
good&better&best\\
1&2&3
\end{tabular}

%%% Common sections

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

The lab stuff

\end{lab}

%%
%% Vocabulary, comment out if not applicable
%%
\begin{vocab}	
\item[\bf Computer Science] A good living
\item[\bf foobar] foobaz
		%  ...
\end{vocab}

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

Summary stuff

\end{summary*}

\vocab
\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 )
