Skip to content

For LaTeX 2025 the cls file should be updated as follow #30

Description

@Ducasse

going from

%%%
%%% Fonts & paragraph typography
%%%
\RequirePackage{fontspec,gentiumbook,opensans,FiraMono}

\setmainfont{Gentium Book Plus}

to

\RequirePackage{fontspec,opensans,FiraMono}

\setmainfont{GentiumBookPlus}
\setsansfont{Open Sans}[
  BoldFont = {* Bold},
  Scale=MatchLowercase,
  Numbers=OldStyle
]
\setmonofont{Fira Mono}[
  Scale=MatchLowercase,
  HyphenChar={-} % enable hyphenation (disabled by default in mono fonts)
  % caveat: LuaLaTeX doesn't support changing the actual character
  % alternative solution: \usepackage[htt]{hyphenat}
]

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions