<div id="comment:0"></div> ``` sage: K.<phi> = NumberField(x^2-x-1) sage: a = phi sage: E = EllipticCurve([0,0,a,27*a-43,-80*a+128]) sage: latex(E) y^2 + \phiy = x^3 + \left(27 \phi - 43\right)x + \left(-80 \phi + 128\right) ``` See the `\phiy`. Not good Component: **elliptic curves** Keywords: **latex, sd51** Author: **Frédéric Chapoton** Reviewer: **Alex Ghitza** Merged: **sage-5.12.beta2** _Issue created by migration from https://trac.sagemath.org/ticket/12524_