rbrignall / OU-SUPPS

LaTeX class files for OU Supps. If you like this repository, you'll surely also like Robert Hasson's ouunit package: https://github.com/RobertHasson/ouunit Sign up to our mailing list to receive updates: https://www.jiscmail.ac.uk/OU-TEX-ANNOUNCEMENTS
8 stars 4 forks source link

Version 3.0 release #97

Closed rbrignall closed 8 months ago

rbrignall commented 8 months ago

This is version 3.0 of OU-SUPPS. This is a major release featuring several new features and fixes. The biggest new features are:

*Requires --shell-escape in your command line. See the documentation for details.

ouab

  1. New a-w option for checking accessibility (thanks to Chris!)
  2. Settings for caption package match ouunit (thanks to Sophie!)
  3. question counter can now be cross-referenced using standard \label{…} and \ref{…} commands
  4. Spacing around inlineoptions when (e.g.) 1.5 spacing applied fixed up
  5. Logo updated

outn

  1. Settings for caption package match ouunit (thanks to Sophie!)
  2. New “tn-and-ss” option to build tutor notes and specimen solutions into 2 PDFs in a single compilation
  3. Enhanced commands to handle “tn” or “ss” build modes (standardised terminology, such as \tnpagebreak and \sspagebreak)
  4. \sstitle{…} can be used to specify title for ss separate from tn. Also \tntitle[title of ss]{title of tn} now available.
  5. fractional marks can be specified and are added up correctly; half marks are rendered as fractions
  6. \mk and \mk* commands now don’t leave parameter(s) when in specsolns mode.
  7. \total and \subtotal rules: these behave more reliably, and a new “movedown” keyval allows to increase/decrease space below “total” marginnote and the rule.
  8. Spacing around inlineoptions when (e.g.) 1.5 spacing applied fixed up
  9. Logo updated

ouexam

  1. Settings for caption package match ouunit (thanks to Sophie!)
  2. New “qp-and-ss” option to build question paper and solutions into 2 PDFs in a single compilation
  3. New “questionblock” environment, and “solutionsonly” option to suppress question text when compiling solutions (including for specimens).
  4. Enhanced commands to handle “qp” or “ss” build modes (E.g. \qponly{…}, \ssonly{…}, \qppagebreak, \sspagebreak)
  5. \supp[code for ss]{code for qp} now takes optional parameter to enable two supp codes.
  6. In solutions: fractional marks can be specified and are added up correctly; half marks are rendered as fractions
  7. Bug in footer and title for specimen and specimensolutions rendering fixed
  8. “solutions” environment migrated from (stale) mdframed package to tcolorbox
  9. \total and \subtotal rules: these behave more reliably, and a new “movedown” keyval allows to increase/decrease space below “total” marginnote and the rule.
  10. Spacing around inlineoptions when (e.g.) 1.5 spacing applied fixed up
  11. Logo updated

ouicma

  1. Spacing around inlineoptions when (e.g.) 1.5 spacing applied fixed up
  2. Logo updated

wontfix:

There had been a request some time ago to merge ouab and outn. However, the tex files for TMAs and TNs are, generally, stored in different places (since TNs are sensitive), so I’m not going to undertake this work.