MCG-NKU / CVPR_Template

361 stars 54 forks source link

tikz Package #3

Open ahmdtaha opened 3 years ago

ahmdtaha commented 3 years ago

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{ver@everyshi.sty}{}
\makeatother
\usepackage{tikz}
andreas-bulling commented 3 years ago

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

lucidBrot commented 1 year ago

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)