Having just updated to TL2011, I find that the xfrac package fails with the error:
! LaTeX Error: File `template.sty' not found.
Sure enough, neither kpsewhich nor find can locate it. I can find it in my TL2010 tree, so I could copy it over from there, I guess. The location there is:
tex/latex/xpackages/xbase/template.sty
But there's not even a corresponding xpackages directory in the TL2011 tree! My (limited) poking around in the directory structure makes it look as though the x-stuff has been rearranged, and several things renamed. There is a suspicious looking xtemplate.sty file in the new TL2011 tree, but it is sufficiently different to template.sty that I can't be sure that they do the same thing.
So ...
- Is
xtemplate.stythe newtemplate.styand I should just change the line inxfracto require thex-rated version? - If not, should I just copy
template.styover from TL2010 (in to my localtexmftree rather than TL2011, of course) and what else should I copy? - Or is there a package on CTAN that covers this (I couldn't find it via a search)?
- Is there a new super all-singing all-dancing all-reciprocating package that replaces
xfracthat I should use instead?
xfrac.sty(using TL 2011), it autoloadsxtemplate.sty-- but this shouldn't require your hand to set up. Try updating your packagestlmgr update -self -all. If that doesn't work, add\listfilesto your code and post the file list, maybe. – frabjous Aug 8 '11 at 13:47xtemplateandxfracitself are now l3packages. For me (TL 2011),xfracis failing with a completely different error, which makes things even more interesting. – Andrey Vihrov Aug 8 '11 at 13:50xfraconce long ago and stashed it somewhere in my TEXMF tree (before it made it in to TL, presumably). That was being loaded, not the TL version. My apologies, one and all. (Close as "too-localised"?) – Andrew Stacey Aug 8 '11 at 13:58