Skip to content

v0.7.0

Compare
Choose a tag to compare
@BrianCriswell BrianCriswell released this 09 Feb 18:35
4b15d55

Added

  • Added bg package option with full, print, and none as possible values.
  • Added boolean layout package option to control whether the package formats the document on load.
  • Added nomultitoc package option to toggle multi-column table of contents.
  • Added dndbook document class.
  • Added low-resolution background file as an option.
  • Added Russian localization support.
  • Added keycommands to generate text for melee, ranged, and hybrid (melee or ranged) attacks within monsterboxes. Includes localization support for the various phrases used.
  • Added commands to generate titled sections for map areas and sub-areas, with associated counters and automatic reference labelling (as area:<title>).
  • Added commands to help generate spell lists.

Changed

  • Made monsterbox text the width of the column and the background spills into margin and column separator.
  • Removed excess space before and after monsterbox.
  • Challenge rating on monsterbox now only needs the CR number.
  • monsterbox renamed monsterboxbg. monsterbox is now an alias that maps to monsterboxbg or monsterboxnobg, depending on the value of the bg package option.
  • Limited set of pre-loaded tcolorbox libraries to breakable, skins, and xparse.
  • Title formats for sections now explicitly use \RaggedRight to avoid poor layout appearance when using justified output.
  • Prevents page breaks immediately following section/subsection/subsubsection titles.
  • Removed deprecated dnditemtable.
  • Removed deprecated bg-a4 and bg-letter package options.
  • Removed deprecated lmss environment.

Fixed

  • Display monster elements with hanging indents.
  • Allow \monstersection before sectioning command(s).
  • Removed excess space after \dice.
  • monsteraction: Only add a period to the action name if provided one.
  • Set fontlower on all tcolorbox environments.
  • Fixed footer scroll and text alignment.
  • Added \xpname to localization support.
  • Added localization to XP number

Deprecated

  • Deprecated bg-full, bg-none, and bg-print package options. Use bg package option instead.
  • Deprecated custom \hline in stat blocks. Use \dndline instead.