% template.htx % author template for mmcc documents \documentstyle{mmcc} \me{ } % author(s) names and/or email address % \returnto{ } % Uncomment and include a URL if you want a ``home page'' % return link at the end of the TOC \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 %% %% note -- it is better to use the new vocabulary mechanism. See the %% demo accessible from the MMCC - HtX home page: %% http://www.cs.indiana.edu/mmcc/htx %% \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 ) For a comprehensive tour of HtX-MMCC features, see the demo accessible from http://www.cs.indiana.edu/mmcc/htx