@@ -670,8 +670,8 @@ def extended_code(c):
670670 MathCol ("angle_corank" , "av.fq.angle_rank" , "Angle corank" , default = False ),
671671 MathCol ("curve_count" , "av.fq.curve_point_counts" , r"$\mathbb{F}_q$ points on curve" , short_title = "Fq points on curve" , default = False ),
672672 MathCol ("curve_counts" , "av.fq.curve_point_counts" , r"$\mathbb{F}_{q^k}$ points on curve" , short_title = "Fq^k points on curve" , default = False ),
673- MathCol ("abvar_count" , "ag.fq.point_counts" , "$\mathbb{F}_q$ points on variety" , short_title = "Fq points on variety" , default = False ),
674- MathCol ("abvar_counts" , "ag.fq.point_counts" , "$\mathbb{F}_{q^k}$ points on variety" , short_title = "Fq^k points on variety" , default = False ),
673+ MathCol ("abvar_count" , "ag.fq.point_counts" , r "$\mathbb{F}_q$ points on variety" , short_title = "Fq points on variety" , default = False ),
674+ MathCol ("abvar_counts" , "ag.fq.point_counts" , r "$\mathbb{F}_{q^k}$ points on variety" , short_title = "Fq^k points on variety" , default = False ),
675675 MathCol ("jacobian_count" , "av.jacobian_count" , "Jacobians" , default = False ),
676676 MathCol ("hyp_count" , "av.hyperelliptic_count" , "Hyperelliptic Jacobians" , default = False ),
677677 MathCol ("twist_count" , "av.twist" , "Num. twists" , default = False ),
0 commit comments