Setting pdftitle and pdfauthor automatically in a LaTeX stylesheet
If you get compile errors, I’m guessing the problem is the @ character. You need to wrap your code in \makeatletter and \makeatother. Another possible problem is that you do this before you execute the \title and \author commands. A nice fix for this would be to use \AtBeginDocument, which would allow you to place … Read more