## Since this is a standalone element we separate from the previous block by 2 NL.
## If not inside a Container block that accepts standalone elements (Group block, etc), then we separate from the
## previous block by 2 NL.
#set ($standaloneStack = $latex.tool.getStack('isInContainerAcceptingStandalone'))
#if ($standaloneStack.empty() || !$standaloneStack.peek())


#else
  ## Reset so that next elements can get NLs if needed
  #set ($discard = $latex.tool.getStack('isInContainerAcceptingStandalone').pop())
  #set ($discard = $latex.tool.getStack('isInContainerAcceptingStandalone').push(false))
#end
$latex.processor.process($latex.block.getChildren())