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
I think a lot of libraries are documented wrong see attached MWE.
\documentclass[border=5pt]{standalone}
\usepackage{tikz}
% documented as `\usepgflibrary`
% but only work as `\usetikzlibrary`
% (the libraries
% - shadows
% - turtle
% were already adapted while working on issue #640
% <https://github.com/pgf-tikz/pgf/issues/640>
% also see pull request #711
% <https://github.com/pgf-tikz/pgf/pull/711>)
\usetikzlibrary{
babel,
circuits.logic.IEC,
circuits.logic.US,
circuits.logic.CDH,
}
\begin{document}
\end{document}
The text was updated successfully, but these errors were encountered:
I think a lot of libraries are documented wrong see attached MWE.
The text was updated successfully, but these errors were encountered: