我想知道是否有人知道如何在 LaTex 中添加语言注释(英语)和文档标题(例如,xxx 的报告)以满足可访问性要求。
我首先在 LaTex 中创建 .pdf 文档,然后使用 Adobe 的 Autotag Document 功能添加标签。最后,我运行全面检查以查明是否存在任何标记问题。对主要语言和标题的检查失败。
在创建 .pdf 文档之前,有什么方法可以将它们添加到 LaTex 中吗?
谢谢你!
答案1
您没有过多地描述您的文档。但您可以添加标题和语言,例如使用 hyperref:
\documentclass[a4paper]{report}
\usepackage[pdftitle=Titel,pdflang=en-US]{hyperref}
\begin{document}
abc
\end{document}