]> granicus.if.org Git - python/commit
Fix PDF generation.
authorFred Drake <fdrake@acm.org>
Tue, 5 Sep 2000 15:19:56 +0000 (15:19 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 5 Sep 2000 15:19:56 +0000 (15:19 +0000)
commit8bdf0bf7055250ac4a63fb420a236407fbadcf20
tree589edb5d91f442a223c17c4a68106330eaf32168
parent82de71dae8a02fce9e936fd84066ba751bf05235
Fix PDF generation.
The \\ introduced in the \author in boilerplate.tex broke the PDF
generation because line breaks are not allowed in the "Document Info"
metadata stored in the PDF file.  This changes the line break to
a ", " (comma-space) in that context.
Doc/texinputs/howto.cls
Doc/texinputs/manual.cls