I've made a presentation using Beamer. I use the aobs-tikz package for the overlay-beamer-styles. I can compile my presentation in Linux with texlive, but I can't compile it with MiKTeX on Windows.
\documentclass{beamer}
\usepackage{tikz}
\usetikzlibrary{overlay-beamer-styles}
\begin{document}
abc
\end{document}
I get the following error:
! Package tikz Error: I did not find the tikz library 'overlay-beamer-styles'.I looked for files named tikzlibraryoverlay-beamer-styles.code.tex and pgflibraryoverlay-beamer-styles.code.tex, but neither could be found in the current texmf trees..See the tikz package documentation for explanation.Type H for immediate help.... ...eamer-styles, arrows.meta, calc, external}
Any ideas?
aobs-tikzpackage in MikTeX? Are you sure it is up to date? – moewe Sep 27 '15 at 17:22tikzlibraryoverlay-beamer-styles.code.texmnually to the MWE folder it compiles. I am sure thataobs-tikzis installed in the most recent version. – someonr Feb 29 '16 at 17:28tikzlibraryoverlay-beamer-styles.code.texis not automatically installed. I've filled a ticket about this problem. – Ignasi Feb 29 '16 at 19:19