How to use a LaTeX package with R/exams?
问题 I am using exams2moodle() to create exam quizzes. I would like to use some math symbols which require the LaTeX package amssymb . How should I proceed? 回答1: TL;DR: amssymb LaTeX symbols are supported by MathJax which is the default renderer in a standard Moodle installation. So these symbols should work out of the box when using exams2moodle(..., converter = "pandoc-mathjax") which is the default sinc R/exams 2.3.3 (released in July 2019). Details: As already pointed out by the answer of