The LaTeX Font Catalogue

[Front Page] [Serif Fonts] [Serif Fonts, Sub-Categorised] [Sans Serif Fonts] [Typewriter Fonts] [Calligraphical and Handwritten Fonts] [Uncial Fonts] [Blackletter Fonts] [Other Fonts] [Fonts with Math Support] [Fonts with OpenType Support] [All Fonts, by category] [All Fonts, alphabetically] [About The LaTeX Font Catalogue] [Packages that provide math support]

New Computer Modern Roman

New Computer Modern Roman is a first release of a new assembly of ComputerModern fonts plus glyphs for non latin alphabets which are considered compatible in style to CM fonts. The fonts contain Latin and accented latin letters and combinations, Greek (monotonic and polytonic) and Cyrillic. To get information of other versions of this font look into the page about the various versions of the Computer Modern fonts.

Text example

New Computer Modern Roman example
[Click on text example to enlarge]
[PDF sample] [LaTeX source of PDF sample]

Usage

\usepackage{fontspec}
\usepackage{unicode-math}

\setmainfont[%
ItalicFont=NewCM10-Italic.otf,%
BoldFont=NewCM10-Bold.otf,%
BoldItalicFont=NewCM10-BoldItalic.otf,%
SmallCapsFeatures={Numbers=OldStyle}]{NewCM10-Regular.otf}

\setsansfont[%
ItalicFont=NewCMSans10-Oblique.otf,%
BoldFont=NewCMSans10-Bold.otf,%
BoldItalicFont=NewCMSans10-BoldOblique.otf,%
SmallCapsFeatures={Numbers=OldStyle}]{NewCMSans10-Regular.otf}

\setmonofont[ItalicFont=NewCMMono10-Italic.otf,%
BoldFont=NewCMMono10-Bold.otf,%
BoldItalicFont=NewCMMono10-BoldOblique.otf,%
SmallCapsFeatures={Numbers=OldStyle}]{NewCMMono10-Regular.otf}

\setmathfont{NewCMMath-Regular.otf}

Style examples

\normalfont

New Computer Modern Roman example

\itshape

New Computer Modern Roman example

\bfseries

New Computer Modern Roman example

\bfseries\itshape

New Computer Modern Roman example

New Computer Modern Roman number example

Oldstyle numbers

New Computer Modern Roman oldstyle number example

Ligatures, German double s, and other special characters

New Computer Modern Roman ligature example

Math example

New Computer Modern Roman math example

Font implementation

New Computer Modern Roman exists as OpenType or TrueType only.

Part of TeX Live?

New Computer Modern Roman is part of TeX Live.

Location at

fonts/newcomputermodern

Uncial setup

More easily loaded by using the fontsetup package, which makes these definitions by default.

\newfontfamily\uncial[
    SizeFeatures={
    {Size=-8, Font=NewCMUncial08-Book.otf,
          BoldFont=NewCMUncial10-Bold.otf,
          SlantedFont=NewCMUncial08-Book.otf,
          BoldSlantedFont=NewCMUncial10-Bold.otf,
          },
    {Size=8, Font=NewCMUncial08-Book.otf,
          BoldFont=NewCMUncial08-Bold.otf,
          SlantedFont=NewCMUncial08-Book.otf,
          BoldSlantedFont=NewCMUncial10-Bold.otf,
          },
    {Size= 9-, Font=NewCMUncial10-Book.otf,
          BoldFont=NewCMUncial10-Bold.otf,
          SlantedFont=NewCMUncial10-Book.otf,
          BoldSlantedFont=NewCMUncial10-Bold.otf,
          }
      },
      BoldSlantedFont=NewCMUncial10-Bold.otf,
      SlantedFont=NewCMUncial10-Book.otf,
      BoldFont=NewCMUncial10-Bold.otf,
      SlantedFeatures={FakeSlant=0.25},
      BoldSlantedFeatures={FakeSlant=0.25},
 ]{NewCMUncial10-Book.otf}
    
\newcommand{\textuncial}[1]{{\uncial #1}}

Last update of this page

2022-08-29