Skip to content

AMS: Non-uppercase Title #83

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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