根据invoice2
手册,我可以通过一堆带有前缀的“本地化选项”来更改用于打印列标题等的变量invoice2-
,例如invoice2-item
。
但是,尝试使用这些会导致以下类型的错误
keyvalue error: "option-unknown" Unknown option 'invoice2-item' for package invoice2."
不幸的是,该功能在手册中的任何示例中均未使用,因此我不清楚我是否做错了什么或者这是否是软件包中的一个错误。
MWE 是
\documentclass{article}
\usepackage[invoice2-item=Foo]{invoice2}
\begin{document}
\begin{invoice}
\invoicesingleitem{Bar}{2.5}
\end{invoice}
\end{document}
invoice2-
但我也用许多其他变量对其进行了测试。
常规配置变量按预期工作。
答案1
对我来说,它只适用于 \DeclareTranslation 命令,但不要只填写 {} 的“item”,而是填写整个内容(可在 invoice2-documentation 中找到):\DeclareTranslation{}{invoice2-item}{<new name for "item">}