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

[manual] \usepgflibrary vs. \usetikzlibrary #718

Closed
Mo-Gul opened this issue Jul 25, 2019 · 2 comments
Closed

[manual] \usepgflibrary vs. \usetikzlibrary #718

Mo-Gul opened this issue Jul 25, 2019 · 2 comments
Assignees
Milestone

Comments

@Mo-Gul
Copy link
Contributor

Mo-Gul commented Jul 25, 2019

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}
@Mo-Gul Mo-Gul added the manual label Jul 25, 2019
@Mo-Gul Mo-Gul self-assigned this Jul 25, 2019
@hmenke
Copy link
Member

hmenke commented Jul 27, 2019

Good find 👍 If you didn't already, please add these fixes to your open PR.

@hmenke
Copy link
Member

hmenke commented Jul 30, 2019

Please only close issues once the fix is merged.

@hmenke hmenke reopened this Jul 30, 2019
@hmenke hmenke added this to the 3.1.5 milestone Nov 3, 2019
@hmenke hmenke closed this as completed Nov 4, 2019
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