diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-08-26 09:32:16 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-08-26 09:32:16 +0200 |
commit | b3e6c5a2533e90cef7c27ce4d3d52bbfda54e7aa (patch) | |
tree | 7ae1948335204d10648b7dec632231480beb4187 | |
parent | eaab0737ca427954587eb7aca26bea072d9abe65 (diff) | |
download | SciPostPhys_18_158-b3e6c5a2533e90cef7c27ce4d3d52bbfda54e7aa.tar.gz SciPostPhys_18_158-b3e6c5a2533e90cef7c27ce4d3d52bbfda54e7aa.tar.bz2 SciPostPhys_18_158-b3e6c5a2533e90cef7c27ce4d3d52bbfda54e7aa.zip |
Font tweaks.
-rw-r--r-- | topology.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/topology.tex b/topology.tex index 4d2d660..4c14207 100644 --- a/topology.tex +++ b/topology.tex @@ -7,6 +7,12 @@ \usepackage[dvipsnames]{xcolor} \usepackage{anyfontsize,authblk} +\urlstyle{sf} + +% Fix \cal and \mathcal characters look (so it's not the same as \mathscr) +\DeclareSymbolFont{usualmathcal}{OMS}{cmsy}{m}{n} +\DeclareSymbolFontAlphabet{\mathcal}{usualmathcal} + \hypersetup{ colorlinks=true, urlcolor={blue!50!black}, @@ -104,7 +110,7 @@ tissues \cite{Fyodorov_2019_A, Fyodorov_2020_Counting, Montanari_2024_On, Kent-Dobias_2024_Conditioning, Kent-Dobias_2024_Algorithm-independent}. In each of these cases, the authors studied properties of the cost function \begin{equation} \label{eq:cost} - \mathcal C(\mathbf x)=\frac12\sum_{k=1}^MV_k(\mathbf x)^2 + \mathscr C(\mathbf x)=\frac12\sum_{k=1}^MV_k(\mathbf x)^2 \end{equation} which achieves zero only for configurations that satisfy all the constraints. Here we dispense with the cost function and study the set of solutions |