List of possible arguments
Align
Keyword | Values | Default | Applicable types | Description |
---|---|---|---|---|
:bracket | Bool | false | ParameterizedFunction , ReactionNetwork | Surround variables with square brackets. |
:cdot | Bool | true | Any | Toggle between using \cdot or just a space to represent multiplication. |
:clean | Bool | false | ReactionNetwork | Clean out 1* terms. Only useful for DiffEqBiological versions 3.4 or below. |
:convert_unicode | Bool | true | Any | Convert unicode characters to latex commands, for example α to \alpha |
:double_linebreak | Bool | false | Any | Add an extra \\ to the end of the line. |
:expand | Bool | true | ReactionNetwork | Expand functions such as hill(x, v, k, n) to their mathematical expression. |
:fmt | format string | "" | Any | Format number output in accordence with Printf. Example: "%.2e" |
:noise | Bool | false | ReactionNetwork | Display the noise function instead of the deterministic one. |
:separator | String | " =& " | Any | Specify how to separate the left hand side and the right. |
:starred | Bool | false | Any | Star the environment to prevent equation numbering. |
:symbolic | Bool | false | ReactionNetwork | Use symbolic calculations to clean up the expression. |
Equation
Keyword | Values | Default | Description |
---|---|---|---|
:starred | Bool | false | Star the environment to prevent equation numbering. |
Array
Keyword | Values | Default | Description |
---|---|---|---|
:adjustment | :c for centered, :l for left, :r for right | :c | Set the adjustment of text within the table cells. |
:cdot | Bool | true | Toggle between using \cdot or just a space to represent multiplication. |
:convert_unicode | Bool | true | Convert unicode characters to latex commands, for example α to \alpha |
:double_linebreak | Bool | false | Add an extra \\ to the end of the line. |
:fmt | format string | "" | Format number output in accordence with Printf. Example: "%.2e" |
:starred | Bool | false | Star the environment to prevent equation numbering. |
:transpose | Bool | true | Flip rows for columns. |
Tabular
Keyword | Values | Default | Description |
---|---|---|---|
:adjustment | :c for centered, :l for left, :r for right | :c | Set the adjustment of text within the table cells. |
:cdot | Bool | true | Toggle between using \cdot or just a space to represent multiplication. |
:convert_unicode | Bool | true | Convert unicode characters to latex commands, for example α to \alpha |
:fmt | format string | "" | Format number output in accordence with Printf. Example: "%.2e" |
:head | Array | [] | Add a header to the table. It will error if it is not of the right length (unless empty). |
:latex | Bool | true | Toggle latexification of the table elements. |
:side | Array | [] | Add a leftmost column to the table. It will error if it is not of the right length (unless empty). |
:transpose | Bool | true | Flip rows for columns. |
Markdown Table
Keyword | Values | Default | Description |
---|---|---|---|
:cdot | Bool | true | Toggle between using \cdot or just a space to represent multiplication. |
:convert_unicode | Bool | true | Convert unicode characters to latex commands, for example α to \alpha |
:escape_underscores | Bool | false | Prevent underscores from being interpreted as formatting. |
:fmt | format string | "" | Format number output in accordence with Printf. Example: "%.2e" |
:head | Array | [] | Add a header to the table. It will error if it is not of the right length (unless empty). |
:latex | Bool | true | Toggle latexification of the table elements. |
:side | Array | [] | Add a leftmost column to the table. It will error if it is not of the right length (unless empty). |
:transpose | Bool | true | Flip rows for columns. |
Inline and raw
Keyword | Values | Default | Description |
---|---|---|---|
:cdot | Bool | true | Toggle between using \cdot or just a space to represent multiplication. |
:convert_unicode | Bool | true | Convert unicode characters to latex commands, for example α to \alpha |
:fmt | format string | "" | Format number output in accordence with Printf. Example: "%.2e" |
Chemical arrow notation
Available with ReactionNetwork
s from DiffEqBiological
.
Keyword | Values | Default | Description |
---|---|---|---|
:double_linebreak | Bool | false | Add an extra \\ to the end of the line. |
:expand | Bool | true | Expand functions such as hill(x, v, k, n) to their mathematical expression. |
:mathjax | Bool | true | Add \require{mhchem} to tell MathJax to load the required module. |
:starred | Bool | false | Star the environment to prevent equation numbering. |