quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.document.tex
/
TexInfo
Tex
Info
data
class
TexInfo
(
val
macros
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
Mutable TeX configuration that affects math typesetting.
Parameters
macros
custom user-defined macros
Members
Constructors
Tex
Info
Link copied to clipboard
constructor
(
macros
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
Properties
macros
Link copied to clipboard
val
macros
:
MutableMap
<
String
,
String
>