The
title
argument is an argument that gets used in automatic ID from title calculation of macro IDs.Examples:
- headers:
= My header
is equivalent to\H[1][My header]
, andMy header
is thetitle
argument, which is a positional argument in this case - images: in
\Image[flower.jpg]{title=My header}
andMy header
is thetitle
argument, which is a named argument in this case