Skip to content

AMS: Non-uppercase Title #83

@GiacomoZheng

Description

@GiacomoZheng

Hi,

I wonder if it is possible to keep the case of title. The source code of unequivocal-ams is

  align(center, upper({
    text(size: large-size, weight: 700, title)
    ...
  }))

but the upper is not an element function so we cannot use #show to ignore the upper.

Is it possible to provide an option? Or is there any magic I can use?

PS: in latex, we can use

\let\origmaketitle\maketitle
\def\maketitle{
  \begingroup
  \def\uppercasenonmath##1{} % this disables uppercasing title
  \let\MakeUppercase\relax % this disables uppercasing authors
  \origmaketitle
  \endgroup
}

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