ARSnova系统答案中的LaTeX公式

LaTeX formulas in answers of ARSnova system

我正在使用 R/Exams 包为 ARSnova 平台生成测验,但我无法在测验的答案中正确显示 LaTeX 公式。公式很好地显示在问题中,但没有显示在答案中。我尝试过使用不同的数学定界符,但其中 none 行得通。你能告诉我我做错了什么吗? 谢谢!

你没有做错任何事。不幸的是,https://arsnova.eu/mobile/# server does not support LaTeX in the answer options. However, when setting up your own ARSnova installation, you can tweak the configuration to support this, see: https://github.com/thm-projects/arsnova-backend/blob/340bbed5011577a83fd06a9ee3bb2ceb9102d658/src/main/resources/arsnova.properties.example#L245

正如该配置文件中的注释所指出的:Markdown 的呈现 and/or MathJax(对于 LaTeX)可能会导致在某些情况下显示错误。显然,他们选择默认禁用该选项。

我们的大学有自己的 ARSnova 安装,非常友好地启用了这个选项。对我来说,在答案选项中包含 LaTeX 和 Markdown 格式到目前为止没有问题。