You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: