我一直尝试使用 pdfx 编译我的文档;但是,默认标题似乎没有改变。我尝试输入新的元数据,如下所示:
\begin{filecontents*}{PhDThesis.xmpdata}
\Title{New Title}
\Author{A. Baker\sep C. Kneader}
\Keywords{cookies\sep muffins\sep cakes}
\Publisher{Baking International}
\end{filecontents*}
\documentclass[letterpaper, twoside, 12pt]{report}
\usepackage[a-3b]{pdfx}
但是,默认 PDF 标题“Baking through the ages”(参见 PDF/X 文档) 始终存在。
我这里是否遗漏了一些基本的东西?
我正在使用 TeXnicCenter 和 Foxit PDF 阅读器。
答案1
您正在使用filecontents
环境。此环境不会替换现有文件,因此在运行一次 LaTeX 后,您将获得元数据文件。如果您更改环境的内容,则需要删除生成的文件并在 TeX 文件上重新运行 LaTeX,从而生成新版本。