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

tikz Package #3

Open
ahmdtaha opened this issue Oct 13, 2020 · 2 comments
Open

tikz Package #3

ahmdtaha opened this issue Oct 13, 2020 · 2 comments

Comments

@ahmdtaha
Copy link

When the tikz package \usepackage{tikz} is included, I get the following error
Command \@EveryShipout@Hook already defined. \newcommand{\@EveryShipout@Hook}{}

The following lines fix the error but I am not sure if this is the best way to avoid this error

\makeatletter
\@namedef{[email protected]}{}
\makeatother
\usepackage{tikz}
@andreas-bulling
Copy link

andreas-bulling commented Oct 18, 2020

Same problem when adding the changes package #5
Your fix also works in this case

@ltriess ltriess mentioned this issue Nov 2, 2020
@lucidBrot
Copy link

I had a similar issue, not even sure due to which package - just some latex code using the CVPR template that was working on one machine but not on the other. Upgrading from texlive 2017 to texlive 2022 fixed it for me. (More details here)

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

No branches or pull requests

3 participants