Skip to content

Commit

Permalink
More latex
Browse files Browse the repository at this point in the history
  • Loading branch information
jwj61 committed Dec 11, 2023
1 parent a99b036 commit f39405c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lmfdb/abvar/fq/templates/show-abvarfq.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2>Invariants</h2>
<tr><td>{{KNOWL('av.fq.galois_group',title='Galois group')}}:</td><td>&nbsp;&nbsp;{{cl.display_galois_group()|safe}}</td></tr>
{% endif %}
{% if cl.jacobian_count is not none %}
<tr><td>{{KNOWL('av.fq.jacobian',title='Jacobians')}}:</td><td>&nbsp;&nbsp;{{cl.jacobian_count}}</td></tr>
<tr><td>{{KNOWL('av.fq.jacobian',title='Jacobians')}}:</td><td>&nbsp;&nbsp;${{cl.jacobian_count}}$</td></tr>
{% endif %}
{% if cl.size is not none %}
<tr><td>{{KNOWL('av.fq.isogeny_class_size',title='Isomorphism classes')}}:</td><td>&nbsp;&nbsp;{{cl.size}}</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion lmfdb/groups/abstract/web_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ def representation_line(self, rep_type,inc_matrix):
gens = fr"$\langle {gens} \rangle$"
d = rdata["d"]
if d >= 10:
gens = f"Degree {d}, {gens}"
gens = f"Degree ${d}$, {gens}"
return f'<tr><td>{display_knowl("group.permutation_gens", "Permutation group")}:</td><td colspan="5">{gens}</td></tr>'
else:
# Matrix group
Expand Down

0 comments on commit f39405c

Please sign in to comment.