英文:
Unable to have the author name in the report PDF using the NIPS 2015 LaTeX template
问题
我正在使用2015年的NIPS模板来撰写一份报告。但我无法让生成的PDF反映作者的姓名,它只显示为匿名。
我在Windows PC上使用LaTeX工作室。另外,Overleaf也存在相同的问题。
英文:
I am using the nips 2015 template to write a report. I am unable to have the generated PDF reflect the authors’ names. It just says Anonymous.
I am using LaTeX workshop on a windows PC. PS: Overleaf also has the same issue.
答案1
得分: 0
取消注释以下命令:
\ipsfinalcopy
这将显示文档的非匿名版本。
英文:
uncomment the command
\nipsfinalcopy
That should show a non-anonymized version of the document.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论