diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-25 14:53:43 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-25 14:53:43 +0000 |
commit | c0b2e453ae9f953f16b5989942a3eedeb09ec6db (patch) | |
tree | 0f087d50df80523b8c198a964d0c2b10c746904b /Doc/texinputs/howto.cls | |
parent | f558e3188e53f10a086f18c5dd5061bf009f0c7f (diff) | |
download | cpython-git-c0b2e453ae9f953f16b5989942a3eedeb09ec6db.tar.gz |
Change uses of \pdfinfo and \pdfcatalog to use the new syntax from the
latest pdftex. (Which we have here at CNRI.) This makes the PDF targets
work again.
Diffstat (limited to 'Doc/texinputs/howto.cls')
-rw-r--r-- | Doc/texinputs/howto.cls | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index ab5bb9188f..115912324e 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -47,9 +47,10 @@ \@ifundefined{ChTitleVar}{}{ \mghrulefill{\RW}} \@ifundefined{pdfinfo}{}{ - \pdfinfo - author {\@author} - title {\@title} + \pdfinfo{ + /Author (\@author) + /Title (\@title) + } } \begin{flushright} {\rm\Huge\HeaderFamily \@title} \par |