Skip to content

unify YAML variables used accross template by documenting them. #411

@cderv

Description

@cderv

Currently, I don't think all the templates use the same Pandoc variable name for a same purposed variable.

Example:

  • acs template
title:
  - short: short title
  - formatted: full title

whereas common pandoc is to use

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 templates interoperability #324 for author specific uniformisation)
  • keywords: Keyword
  • shortauthors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions