diff options
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 ab5bb91..1159123 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 |