lib/plurimath/math/function/bar.rb in plurimath-0.8.20 vs lib/plurimath/math/function/bar.rb in plurimath-0.8.21
- old
+ new
@@ -91,8 +91,10 @@
pos = Utility.ox_element("pos", namespace: "m", attributes: attrs)
ctrlp = Utility.pr_element("ctrl", true, namespace: "m")
Utility.update_nodes(barpr, [pos, ctrlp])
end
end
+
+ Overline = Bar
end
end
end