-
Notifications
You must be signed in to change notification settings - Fork 164
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
Missing character: There is no ; in font nullfont! #751
Comments
Thanks for reporting. Are the results OK or is there something wrong with them? I think this might be a case where Tectonic is just surfacing a warning that normally remains hidden. |
Output looks okay. The weird thing is that this \draw[draw=none,fill=red] (axis cs:-0.4,0) rectangle (axis cs:-0.1,3.2);
\addlegendimage{ybar,ybar legend,draw=none,fill=red}; gives the warning, but when removing both or either one of the semicolons, the warning goes away. |
This is not a bug. The When compiling with pdflatex/xelatex/lualatex instead of tectonic, this information message is only put in the log. (This default behavior can be changed by putting If you remove the second semicolon, it doesn't get typeset, so there is no message. If you remove the first one, the |
Thanks @blefloch for the concise explanation!
I agree. Let's close this. |
When using pgfplots with tectonic, I'm getting errors like
MWE:
It is indeed possible to remove some semicolons in the
tikzpicture
, but the official documentation uses semicolons everywhere. (They don't hurt.) pdflatex doesn't warn, either.The text was updated successfully, but these errors were encountered: