v1.21.1 (2025/10/10)
Geoff Riley ([email protected])
Released under the LaTeX Project Public License v1.3c or later.
The ou-tma package provides macros and environments to assist in writing and answering Tutor Marked Assessments (TMAs) for Open University courses. It simplifies the formatting of questions, parts, subparts, and includes useful mathematical commands. A SampleTMA.tex file is now provided as an example of usage.
https://github.com/GeoffRiley/tma/
If the ou-tma.sty file is not provided, and you have, instead, ou-tma.dtx and ou-tma.ins, then follow this procedure:
- Compile the
ou-tmapackage withpdflatex ou-tma.ins. This will create theou-tma.styfile. - Compile the
ou-tmadocumentation with: -
pdflatex ou-tma.dtx(repeated several times)
-
makeindex -s gglo.ist -o ou-tma.gls ou-tma.glo
-
makeindex -s gind.ist ou-tma
-
pdflatex ou-tma.dtx(several times again)
The file ou-tma.sty file should be placed in an appropriate location within the TeX directory structure. For example in a directory such as tex/latex/ou-tma.
Include the package in your document:
\usepackage[options]{ou-tma}