I am a new user of the forum so I apologise if I have posted this question in the wrong section. I am getting a warning when I run pdflatex on the following tex file.
Code: Select all
documentclass[a4paper,10pt]{article}
usepackage[pdftex]{hyperref}
begin{document}
\section{Introduction}
Hello.
end{document}
Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
and the relevant log entry is:
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
I am using pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7). As the log message states, I am not using pdfTeX 1.50 so I presume that this is why I am getting the warning (I do not have enough knowledge of the topic to look at the etexcmds and hyperref definition files to see exactly why the warning is appearing).
The same warning appears in numerous log files that I have looked at on various forums. My question is: does this warning imply that I have an error somewhere in my MiKTeX installation and can I do anything to remove it?
Any help with this would be much appreciated.
Thanks,
Francis.