Allow users to disable certain typeset features, such as hanging
puncuation or hyphenation.
Conveniently uses Typeset's interal module names to disable these
features. This makes implementation easy, but possibly usage more
difficult (e.g. this patch requires "--disable smallCaps" instead of
allowing "--disable small-caps"). I've listed the feature names in the
README to ease this pain.
Not sure whether it is worth also adding an --enable feature.
Allow users to disable certain typeset features, such as hanging puncuation or hyphenation.
Conveniently uses Typeset's interal module names to disable these features. This makes implementation easy, but possibly usage more difficult (e.g. this patch requires "--disable smallCaps" instead of allowing "--disable small-caps"). I've listed the feature names in the README to ease this pain.
Not sure whether it is worth also adding an
--enable
feature.Fixes #32