在手册中记录参考时,编译包时正确显示参考所需的必要转义和格式是什么?例如,以下是为 R 文档格式化 APA6 样式参考的尝试。
\references{
Heylighen, F., \\& Dewaele, J.M. (2002). Variation in the contextuality of language: An
empirical measure. Context in Context, Special issue of Foundations of Science, 7 (3),
293-340.
}
我需要做什么才能让它看起来像这样:
Heylighen, F., & Dewaele, J.M. (2002). Variation in the contextuality of language:
An empirical measure. Context in Context, Special issue of Foundations of Science,
7 (3), 293-340.
也许此信息位于某处的某些 R 文档中。如果是这种情况,请指导我阅读这段话。