Skip to main content

Questions tagged [block-environments]

{block-environments} is about the new template based block environments replacing environments based on LaTeX trvial list based environments. The implemented object types are: block (horizon­tally or vertically oriented data), para (that deals with different paragraph layouts), list (that handles list related parameters, and item (for item layouts and handling) as well as blockenv that ties them all together.

4 votes
1 answer
135 views

Traditionally in LaTeX, a lot of things are built on the \list macro. This structure provides a standard way to adjast margins and vertical spacing for blocks of text. But with the move to accesible ...
David Purton's user avatar
  • 28.7k