diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/tex/ams.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/latex-tds/tex/ams.drv | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv b/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv index fe39361dbae..b614ff6a5ba 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv +++ b/Master/texmf-dist/source/latex/latex-tds/tex/ams.drv @@ -112,6 +112,28 @@ }% } +%%% Patch for instr-l.tex +\begingroup + \edef\x{\jobname}% + \def\y{instr-l}% + \@onelevel@sanitize\y +\expandafter\endgroup +\ifx\x\y + \PassOptionsToPackage{% + pdfusetitle,% + pdftex,breaklinks=true,colorlinks,% + citecolor=ForestGreen,plainpages=false,% + pdfpagelabels,bookmarksopen,bookmarksnumbered,% + }{hyperref}% + \AtBeginDocument{% + \hypersetup{% + pdfauthor={American Mathematical Society},% + pdfkeywords={latex, AMS, amslatex, ams-latex, author instructions},% + pdftitle={Instructions for Preparation of Papers and Monographs}% + }% + }% +\fi + %%% Patch for cite-xh.tex \begingroup \edef\x{\jobname}% |