In math and text mode:
- Use
\nemsettingto refer to configuration variables
In math mode:
- Use
\mathfuncto mark multi-letter functions, i.e.\func{verify}(a, b, c) - Use
\structFieldto refer to cpp fields inside math mode, i.e.\structField{X}{SomeField}, right now, X should be single letter - Use
\mathvarto refer to multi-letter, but single word variables - Use
\mathnameto refer to multi word variables
In text mode:
- Use
\fieldto refer to cpp field names.