[OS X TeX] hyperref error?
David Arnold
dwarnold45 at suddenlink.net
Fri May 27 09:50:04 EDT 2011
Heiko, Herbert, Peter, et al,
I just wanted to say that this worked on our system and we are very grateful for your workaround.
Thanks.
David Arnold
College of the Redwoods
On May 26, 2011, at 4:36 PM, Heiko Oberdiek wrote:
> On Thu, May 26, 2011 at 03:57:17PM -0700, David Arnold wrote:
>
> [The error message:]
>
>>>>> ! Undefined control sequence.
>>>>> l.3814 \@PackageInfoNoLine
>
>> The file:
>>
>> \documentclass[12pt]{article}
>>
>> \usepackage{pst-pdf}
>
> The package pst-pdf loads pdftex.def inside a group.
> However pdftex.def also loads other packages (since 2011/04/21 v0.06a).
> LaTeX marks them globally loaded, but the definitions
> of the packages are lost after the group.
> Thus LaTeX does not load the package again and the
> definitions of these packages are not available.
>
>> \usepackage{hyperref}
>
> Workaround: Load the packages loaded by pdftex.def
> manually before pst-pdf:
>
> \usepackage{infwarerr}
> \usepackage{ltxcmds}
> \usepackage{pst-pdf}
> \usepackage{hyperref}
>
> Yours sincerely
> Heiko Oberdiek
More information about the MacOSX-TeX
mailing list