[texhax] can class file load hyperref last?
Fehd, Ronald J. (CDC/CCHIS/NCHM)
rjf2 at cdc.gov
Mon Aug 7 23:11:18 CEST 2006
%% This is file `sugconftest.cls' for SAS(R) User Group conference
papers
\NeedsTeXFormat{LaTeX2e}
\LoadClass[10pt]{article}
\typeout{note:cls: before: at begin document}%
\AtBeginDocument{%
% \usepackage{hyperref}%end usepackage
\typeout{note:cls: at begin document}%
\maketitle%
\typeout{note:cls: end: at begin document}%
}%end AtBeginDocument
\typeout{note:cls: after: at begin document}%
\endinput %% SUGconf.cls
apparently not.
after a thorough reading of The LaTeX Companion
or A Guide to LaTeX,
-- my notes are at home --
putting usepkg{hyperref} in AtBeginDocument
is too late and does not work.
perhaps if there were a
AtEndPreamble
then we could wedge it in there.
no matter; see next post on
putting LaTeX author and title
into .pdf description
Ronald J. Fehd, IT Spec
CDC SAS site representative
More information about the texhax
mailing list