Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log Missing character on certain bending library and arrows #701

Closed
kryde opened this issue Jun 26, 2019 · 2 comments
Closed

log Missing character on certain bending library and arrows #701

kryde opened this issue Jun 26, 2019 · 2 comments
Assignees

Comments

@kryde
Copy link

kryde commented Jun 26, 2019

Similar to my bug 700, in recent Debian PGF 3.1.1, a file

\documentclass[a4paper]{article}
\usepackage{tikz}
\usetikzlibrary{bending}
\begin{document}
\begin{tikzpicture}
\node (A) at (0,0) {A};
\node (B) at (10,0) {B};
\draw[<->] (A) .. controls +(-45:7) and +(-135:7) .. (B);
\end{tikzpicture}
\end{document}

processed "latex foo.tex" gives in foo.log messages

Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!
Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!

The output seems about right, but I wondered if it indicated anything doubtful internally.

I struck this in an actual document, but with no obvious ill effect. On chopping it down to a test case, it seemed to depend subtly on bending library loaded, and two way <-> arrow, and long enough control points, or some combination of such.

@hmenke hmenke self-assigned this Jun 26, 2019
hmenke added a commit that referenced this issue Jun 26, 2019
@hmenke
Copy link
Member

hmenke commented Jun 26, 2019

Sorry, that one is not easy to backport.

@hmenke hmenke closed this as completed Jun 26, 2019
@hmenke
Copy link
Member

hmenke commented Jun 26, 2019

You could use the workaround proposed by Heiko, though: https://tex.stackexchange.com/questions/179297/lots-of-missing-character-messages-in-log-file/179313#179313
But after all, it's just a warning.

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

No branches or pull requests

2 participants