From 2e6f822b02479aa3ef5432ea63291c8016c14dda Mon Sep 17 00:00:00 2001 From: ertosns Date: Thu, 19 Oct 2023 18:33:30 +0300 Subject: [PATCH] [doc/architecture] fix latex fmt --- doc/src/architecture/payment/burn.md | 6 +++--- doc/src/architecture/payment/freeze_token.md | 2 +- doc/src/architecture/payment/mint.md | 6 +++--- doc/src/architecture/payment/token_mint.md | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/architecture/payment/burn.md b/doc/src/architecture/payment/burn.md index 2be07a4ac..d3b6cdad4 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 4ab829518..b7cae252c 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 aecc0dca4..cc0447ea4 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 4eea071ab..66bbedc64 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 | |----------------------|-----------------------------------------------------|