Skip to content

"Unknown slot number of character" warning despite it being present in the cfg file #54

@niruvt

Description

@niruvt

Description

The microtype package warns about characters already present in font's cfg file (NewComputerModern.cfg in this case).

Relevant for: LuaLaTeX (XeLaTeX works fine!)

Minimal example demonstrating the issue

\documentclass{article}
\usepackage[verbose]{microtype}
\usepackage{linguistix-fonts}

\begin{document}
Hello, bug!
\end{document}

linguistix-fonts is a (newly released) package that loads NewCM fonts for the document by default (I am the author).

Package microtype Warning: Unknown slot number of character
(microtype)                `/uni1FBC.alt'
(microtype)                in font encoding `TU' in protrusion list 
(microtype)                `NCM-default'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/uni1FCC.alt'
(microtype)                in font encoding `TU' in protrusion list 
(microtype)                `NCM-default'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/uni1FFC.alt'
(microtype)                in font encoding `TU' in protrusion list 
(microtype)                `NCM-default'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/a.end'
(microtype)                in font encoding `TU' in protrusion list
(microtype)                `NCM-TU'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/e.end'
(microtype)                in font encoding `TU' in protrusion list
(microtype)                `NCM-TU'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/k.alt'
(microtype)                in font encoding `TU' in protrusion list
(microtype)                `NCM-TU'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/r.end'
(microtype)                in font encoding `TU' in protrusion list
(microtype)                `NCM-TU'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/m.end'
(microtype)                in font encoding `TU' in protrusion list
(microtype)                `NCM-TU'.


Package microtype Warning: Unknown slot number of character
(microtype)                `/n.end'
(microtype)                in font encoding `TU' in protrusion list
(microtype)                `NCM-TU'.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions