diff --git a/doc/src/architecture/payment/burn.md b/doc/src/architecture/payment/burn.md
index 2be07a4accf7..d3b6cdad4bd6 100644
--- a/doc/src/architecture/payment/burn.md
+++ b/doc/src/architecture/payment/burn.md
@@ -10,9 +10,9 @@ $$ \mathcal{L} = \{X:W\in \mathcal{R}\} $$
 | Public Input         | Description                                             |
 |----------------------|---------------------------------------------------------|
 | nullifier            | hash of (secretKey||serial)                             |
-| $cm^{value}_x        | x coordinate of value point commitment                  |
-| $cm^{value}_y        | y coordinate of value point commitment                  |
-| $cm^{token}          | commitment of tokenId as field element                  |
+| $cm^{value}_x$       | x coordinate of value point commitment                  |
+| $cm^{value}_y$       | y coordinate of value point commitment                  |
+| $cm^{token}$         | commitment of tokenId as field element                  |
 | root                 | root of commitments tree                                |
 | data                 | data read during execution of burn spendHook contract   |
 | spendHook            | burn related contract                                   |
diff --git a/doc/src/architecture/payment/freeze_token.md b/doc/src/architecture/payment/freeze_token.md
index 4ab829518b33..b7cae252cd72 100644
--- a/doc/src/architecture/payment/freeze_token.md
+++ b/doc/src/architecture/payment/freeze_token.md
@@ -16,4 +16,4 @@ $$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
 
 | witnesses            | Description                                         |
 |----------------------|-----------------------------------------------------|
-| $authority^{secret}  | minting authority secret key                        |
+| $authority^{secret}$ | minting authority secret key                        |
diff --git a/doc/src/architecture/payment/mint.md b/doc/src/architecture/payment/mint.md
index aecc0dca4eb8..cc0447ea4c7c 100644
--- a/doc/src/architecture/payment/mint.md
+++ b/doc/src/architecture/payment/mint.md
@@ -9,9 +9,9 @@ $$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
 | Public Input         | Description                                             |
 |----------------------|---------------------------------------------------------|
 | $cm^{coin}$          | coin commitment as field element                        |
-| $cm^{value}_x        | x coordinate of value point commitment                  |
-| $cm^{value}_y        | y coordinate of value point commitment                  |
-| $cm^{token}          | commitment of tokenId as field element                  |
+| $cm^{value}_x$       | x coordinate of value point commitment                  |
+| $cm^{value}_y$       | y coordinate of value point commitment                  |
+| $cm^{token}$         | commitment of tokenId as field element                  |
 
 | witnesses            | Description                                         |
 |----------------------|-----------------------------------------------------|
diff --git a/doc/src/architecture/payment/token_mint.md b/doc/src/architecture/payment/token_mint.md
index 4eea071aba20..66bbedc64754 100644
--- a/doc/src/architecture/payment/token_mint.md
+++ b/doc/src/architecture/payment/token_mint.md
@@ -16,9 +16,9 @@ $$ \mathcal{L}= \{X:W\in \mathcal{R}\} $$
 |$authority^{public}_x$| minting authority public key x-coordinate               |
 | token                | derived token id                                        |
 | $cm^{coin}$          | coin commitment as field element                        |
-| $cm^{value}_x        | x coordinate of supply point commitment                 |
-| $cm^{value}_y        | y coordinate of supply point commitment                 |
-| $cm^{token}          | commitment of tokenId as field element                  |
+| $cm^{value}_x$       | x coordinate of supply point commitment                 |
+| $cm^{value}_y$       | y coordinate of supply point commitment                 |
+| $cm^{token}$         | commitment of tokenId as field element                  |
 
 | witnesses            | Description                                         |
 |----------------------|-----------------------------------------------------|