Skip to content

Commit 67462ab

Browse files
Merge pull request #6452 from AndrewVSutherland/main
tweak dual algebra display
2 parents 64f4968 + 954fc88 commit 67462ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/modl_galois_representations/web_modlgal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def dual_algebra_pretty(self):
227227
n = sum([len(a)-1 for a in A[0]])
228228
data = { "A": r" $\times$ ".join(formatfield(f) for f in A[0]),
229229
"B": r" $\times$ ".join(formatfield(f) for f in A[1]),
230-
"Phi": r"\frac{1}{%s} " % (str(A[2][0])) + web_latex(Matrix(QQ,n,A[2][1]),enclose=False)
230+
"Phi": r"\dfrac{1}{%s} " % (str(A[2][0])) + web_latex(Matrix(QQ,n,A[2][1]),enclose=False)
231231
}
232232
return data
233233

0 commit comments

Comments
 (0)