I am trying to use the WACV 2018 conference template. When I add tikz \usepackage{tikz} I get error:
! LaTeX Error: Command \@EveryShipout@Hook already defined.
How do I fix this? I couldnt find where its defined
I am trying to use the WACV 2018 conference template. When I add tikz \usepackage{tikz} I get error:
! LaTeX Error: Command \@EveryShipout@Hook already defined.
How do I fix this? I couldnt find where its defined
The WACV 2018 conference template seems to follow a long tradition of conference templates providing custom versions of packages based on copying or hacking (quite often) out-of-date versions.
There are various unsatisfactory workarounds which involve hacking the provided package files, or contacting the template author and hoping for a fix.
In this case, another unsatisfactory workaround is to prevent PGF from loading the everyshi package using one of the answers to this question. Putting the following in the preamble somewhere after \usepackage{wacv}:
\makeatletter
\@namedef{ver@everyshi.sty}{}
\makeatother
\usepackage{tikz}
wacv_eso.sty. – Bobyandbob Oct 26 '17 at 19:42\documentclasscommand, have a minimal preamble and then\begin{document}...\end{document}. Cutting your code down to a MWE may well reveal what your problem actually is. In any case, it is really difficult to help you without more information. – Oct 26 '17 at 20:00\documentclass{standalone}) and include these pdfs in the main document with\includegraphics. – Marijn Oct 26 '17 at 20:52