diff --git a/lmfdb/elliptic_curves/templates/ec-curve.html b/lmfdb/elliptic_curves/templates/ec-curve.html
index 3bfea5ac6d..74638e324b 100644
--- a/lmfdb/elliptic_curves/templates/ec-curve.html
+++ b/lmfdb/elliptic_curves/templates/ec-curve.html
@@ -154,37 +154,37 @@
Invariants
{{ KNOWL('ec.q.conductor', title='Conductor') }}: |
- {{ data.data.cond_latex }} |
+ $N$ |
= |
- ${{ data.data.cond_factor }}$ |
+ {{ data.data.cond_latex }} | = | ${{ data.data.cond_factor }}$ |
{{ place_code('cond') }} |
{{ KNOWL('ec.discriminant', title='Discriminant') }}: |
- ${{ data.data.disc }} $ |
+ $\Delta$ |
= |
- ${{ data.data.disc_factor }} $ |
+ ${{ data.data.disc }}$ | = | ${{ data.data.disc_factor }} $ |
{{ place_code('disc') }} |
{{ KNOWL('ec.j_invariant', title='j-invariant') }}: |
- {{ data.data.j_inv_latex }} |
+ $j$ |
= |
- ${{ data.data.j_inv_factor }}$ |
+ {{ data.data.j_inv_latex }} | = | ${{ data.data.j_inv_factor }}$ |
{{ place_code('jinv') }}
|
{{ KNOWL('ec.endomorphism_ring', title='Endomorphism ring') }}: |
- $\mathrm{End}(E)$ | = | $\Z$ |
+ $\mathrm{End}(E)$ | = | $\Z$ |
{{ KNOWL('ec.geom_endomorphism_ring', title='Geometric endomorphism ring') }}: |
$\mathrm{End}(E_{\overline{\Q}})$ | = |
- {{ data.data.EndE }}
+ | {{ data.data.EndE }}
{%if not data.data.CMD %}
(no {{ KNOWL('ec.complex_multiplication', title='potential complex multiplication')}})
{% else %}
@@ -196,32 +196,30 @@ Invariants
|
{{ KNOWL('st_group.definition', title='Sato-Tate group') }}: |
- $\mathrm{ST}(E)$ | = | {{ data.data.ST|safe }} |
+ $\mathrm{ST}(E)$ | = | {{ data.data.ST|safe }} |
{{ KNOWL('ec.q.faltings_height', title='Faltings height') }}: |
- $h_{\mathrm{Faltings}}$ | ≈ | ${{ data.faltings_height }}$ |
+ $h_{\mathrm{Faltings}}$ | ≈ | ${{ data.faltings_height }}$ |
{{ place_code('faltings') }} |
{{ KNOWL('ec.q.faltings_height', title='Stable Faltings height') }}: |
- $h_{\mathrm{stable}}$ | ≈ | ${{ data.stable_faltings_height }}$ |
+ $h_{\mathrm{stable}}$ | ≈ | ${{ data.stable_faltings_height }}$ |
{{ place_code('stable_faltings') }} |
{{ KNOWL('ec.q.abc_quality', title='$abc$ quality') }}: |
- $Q$ | ≈ | ${{ data.abc_quality }}$ |
- |
+ $Q$ | ≈ | ${{ data.abc_quality }}$ |
{{ place_code('abc_quality') }} |
{{ KNOWL('ec.q.szpiro_ratio', title='Szpiro ratio') }}: |
- $\sigma_{m}$ | ≈ | ${{ data.szpiro_ratio }}$ |
- |
+ $\sigma_{m}$ | ≈ | ${{ data.szpiro_ratio }}$ |
{{ place_code('szpiro_ratio') }} |