//// chunk included by prefabs to do title...
#if @title != ""
  #proc annotate
  #set XCENTER = $arith(@AREARIGHT-@AREALEFT/2.0)
  #set XCENTER = $arith(@AREALEFT+@XCENTER)
  #set TOP = $arith(@AREATOP+0.2)
  location: @XCENTER @TOP
  #ifspec titledet textdetails
  text: @title
  #endproc
#endif
