diff --git a/lmfdb/belyi/web_belyi.py b/lmfdb/belyi/web_belyi.py index 41cf1f08fd..52c4608977 100644 --- a/lmfdb/belyi/web_belyi.py +++ b/lmfdb/belyi/web_belyi.py @@ -295,7 +295,7 @@ def __init__(self, galmap, triple=None): data["lambdas"] = [str(c)[1:-1] for c in galmap["lambdas"]] # plane model if galmap.get("plane_model"): - data["plane_model"] = raw_typeset(compress_expression(galmap["plane_model"])+'=0', r'$\displaystyle '+belyi_latex(galmap["plane_model"])+'=0$', extra=curve_ref) + data["plane_model"] = raw_typeset(galmap["plane_model"]+'=0', r'$\displaystyle '+compress_expression(belyi_latex(galmap["plane_model"]))+'=0$', extra=curve_ref) if galmap.get('plane_map_constant_factored'): data['plane_map_constant_factored'] = galmap['plane_map_constant_factored'] diff --git a/lmfdb/galois_groups/main.py b/lmfdb/galois_groups/main.py index 059165a1c2..d25ad15444 100644 --- a/lmfdb/galois_groups/main.py +++ b/lmfdb/galois_groups/main.py @@ -332,6 +332,7 @@ def render_group_webpage(args): if data['nilpotency'] == '$-1$': data['nilpotency'] = ' not nilpotent' data['dispv'] = sparse_cyclotomic_to_mathml + data['malle_a'] = wgg.malle_a downloads = [] for lang in [("Magma", "magma"), ("Oscar", "oscar"), ("SageMath", "sage")]: downloads.append(('Code to {}'.format(lang[0]), url_for(".gg_code", label=label, download_type=lang[1]))) diff --git a/lmfdb/galois_groups/templates/gg-show-group.html b/lmfdb/galois_groups/templates/gg-show-group.html index 0ffacec7dd..494858d85a 100644 --- a/lmfdb/galois_groups/templates/gg-show-group.html +++ b/lmfdb/galois_groups/templates/gg-show-group.html @@ -70,7 +70,7 @@ {% if info.cclasses is defined %}
Label | Cycle Type | Size | Order | Representative | |
Label | Cycle Type | Size | Order | {{KNOWL('gg.index', 'Index')}} | Representative |
${{c[3]}}$ | ${{c[2]}}$ | ${{c[1]}}$ | +${{c[5]}}$ | ${{c[0]}}$ |