paolobrasolin / commutative-diagrams

CoDi: Commutative Diagrams for TeX
https://paolobrasolin.github.io/commutative-diagrams/
MIT License
30 stars 3 forks source link

Warnings concerning "Missing character: There is no * in font nullfont!" when naming an object #43

Closed Holiverse closed 4 months ago

Holiverse commented 4 months ago

Is there an existing issue for this?

Current behaviour

When using the lateste version of Co-Di. Similar to the #42 , if we name objects, there are also some extra warnings.

For example

\documentclass[10pt]{article}

\usepackage{commutative-diagrams} 

\begin{document}

\title{Test}
\maketitle

\begin{codi}
    \obj{
                |(C)|C & |(Z)|Z(M)\\
                & |(M)|M\\
            };
    \mor[swap]: C F:-> M;
    \mor: * "F'":-> Z "Forg":-> *; 
\end{codi}

\end{document}

I believe this issue is similar to #42 and the number of warnings is much less than before.

Expected behaviour

No response

Steps to reproduce

No response

Additional context

No response

paolobrasolin commented 4 months ago

Thanks for spotting this @Holiverse!

I fixed three sources of pollution for the logs:

Logs should be clean now.

These fixes are included in v1.1.2, just released, available here and soon on CTAN.