[texhax] latest xkeyval breaks pdfpages and fancytooltips
Victor Ivrii
vivrii at gmail.com
Tue Aug 12 07:29:48 CEST 2008
No matter in what order they are called
\documentclass{article}
Put any file you want (both packages use external pdf files)
After I removed latest xkeyval things began to work
\usepackage{pdfpages}
\usepackage{xkeyval}
\begin{document}
\includepdf[pages=1-12,nup=4x3,frame=true, delta=10
10]{/Users/ivrii/Talks/TeX_4/TeX_Talk_4C.pdf}
\end{document}
%%%%%
\documentclass{article}
\usepackage{xcolor}
\usepackage[filename=/Users/ivrii/Talks/TeX_4/TeX_Talk_4C,movetips]{fancytooltips}
\usepackage{xkeyval}
\begin{document}
\tooltip{this}{2}
\end{document}
--
========================
Victor Ivrii, Professor, Department of Mathematics, University of Toronto
http://www.math.toronto.edu/ivrii
More information about the texhax
mailing list