Re: text equation
- To: mathgroup at smc.vnet.net
- Subject: [mg72793] Re: text equation
- From: Peter Pein <petsie at dordos.net>
- Date: Sat, 20 Jan 2007 02:48:32 -0500 (EST)
- References: <eopmvr$ru4$1@smc.vnet.net>
dimitris schrieb: > I have the following text > > Cell[TextData[{ > > "\[CapitalEpsilon]\[Iota]\[Sigma]\[Alpha]\[Gamma]\[Omega]\[Gamma]\:03ae > \[Sigma]\[Tau]\[Omicron] ", > StyleBox["Mathematica", > FontSlant->"Italic"], > " " > }], "Text"] > > > It is a text expression whith Greek words. > (the translation is: Introduction to Mathematica) > > However, I can't find how to make the greek characters not appear in > italic format. > > Thanks in advance > Dimitris > Hi Dimitris, it _is_ plain! Compare the appearance with: Cell[TextData[{ StyleBox["\[CapitalEpsilon]\[Iota]\[Sigma]\[Alpha]\[Gamma]\[Omega]\[Gamma]\ \:03ae \[Sigma]\[Tau]\[Omicron] Mathematica", Rule[FontSlant, "Italic"]], " "}], "Text"] Peter