タイトル/著者を設定したい(latex_documents

 1root_doc = "index"
 2
 3latex_documents = {
 4    root_doc, # デフォルトは"index"
 5    "ファイル名.tex",
 6    "タイトル",
 7    "著者",
 8    "manual", # or "howto"
 9    False, # or True
10}

latex_documentsを使って設定します。 タイトルや著者だけを設定する変数はないみたいです。