TexInfo

data class TexInfo(val macros: Map<String, String> = emptyMap())

Immutable TeX configuration that affects math typesetting.

Parameters

macros

custom user-defined macros to be used in math expressions

Constructors

Link copied to clipboard
constructor(macros: Map<String, String> = emptyMap())

Properties

Link copied to clipboard