TexInfo

data class TexInfo(val macros: MutableMap<String, String> = mutableMapOf())

Mutable TeX configuration that affects math typesetting.

Parameters

macros

custom user-defined macros

Constructors

Link copied to clipboard
constructor(macros: MutableMap<String, String> = mutableMapOf())

Properties

Link copied to clipboard