We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4cb73 commit 1533887Copy full SHA for 1533887
experimental/ExteriorAlgebra/src/ExteriorAlgebra.jl
@@ -894,7 +894,7 @@ end
894
@attr ExteriorAlgebra{T} function _exterior_algebra(S::MPolyDecRing{T}) where {T}
895
@assert is_z_graded(S)
896
R = base_ring(S)
897
- new_symb = Symbol.([string(s)*" ̌" for s in symbols(S)])
+ new_symb = Symbol.([string(s)*(is_unicode_allowed() ? " ̌" : "'") for s in symbols(S)])
898
return ExteriorAlgebra(R, new_symb)
899
end
900
0 commit comments