List of possible arguments
Align
| Keyword | Values | Default | Applicable types | Description | 
|---|---|---|---|---|
:bracket | Bool | false | ParameterizedFunction, ReactionNetwork | Surround variables with square brackets. | 
: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. | 
: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. | 
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. | 
:double_linebreak | Bool | false | Add an extra \\ to the end of the line. | 
: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. | 
: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 | 
|---|---|---|---|
: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. | 
Chemical arrow notation
Available with ReactionNetworks 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. |