diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-06-05 17:53:03 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-06-05 17:53:03 +0200 |
commit | bc2e59169c9d49e788512838fc23c20dfd6b412f (patch) | |
tree | 2dcc1899b353ee887d876ff10a0e22e22e66831f | |
parent | d66cb38b3526c81d8c8327b8e98fe0acba27a261 (diff) | |
download | PRE_107_064111-bc2e59169c9d49e788512838fc23c20dfd6b412f.tar.gz PRE_107_064111-bc2e59169c9d49e788512838fc23c20dfd6b412f.tar.bz2 PRE_107_064111-bc2e59169c9d49e788512838fc23c20dfd6b412f.zip |
Fixed compilation error.
-rw-r--r-- | frsb_kac-rice.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frsb_kac-rice.tex b/frsb_kac-rice.tex index 2f1a55e..9698c44 100644 --- a/frsb_kac-rice.tex +++ b/frsb_kac-rice.tex @@ -433,11 +433,11 @@ The second equation implies We shall make the following ansatz to putting: -\begin{eqnarray} -Q_{ab}&=& {\mbox{ a Parisi matrix}}\nonumber\\ -R_{ab}&=&R_d \delta_{ab}&\nonumber\\ -D_{ab}&=& D_d \delta_{ab}\label{ansatz} -\end{eqnarray} +\begin{align}\label{ansatz} + Q_{ab}= \text{a Parisi matrix} && + R_{ab}=R_d \delta_{ab} && + D_{ab}= D_d \delta_{ab} +\end{align} This ansatz closes under the operations that are involved in the replicated action. The reader who is happy with the ansatz may skip the rest of this section. |