Currently, I don't think all the templates use the same Pandoc variable name for a same purposed variable. Example: - acs template ````yaml title: - short: short title - formatted: full title ```` whereas common pandoc is to use ```yaml title: full title shorttitle: short title ``` This thread is to compile the used one and decide which to keep ## List of common variables that can be uses in a template * `title`: Title of the article * `shorttitle`: A short title for the article * `runtitle`: used in some format as title in `\runtitle` but this is quite the same * `author`: Field for author informations (see also #324 for author specific uniformisation) * `keywords`: Keyword * `shortauthors`