MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

strikethrough eps

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73320] strikethrough eps
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Mon, 12 Feb 2007 05:01:33 -0500 (EST)

Is anyone able to Export as EPS a symbol that prints as a
strikethrough character? I tried this on my Linux and Windows
computers, and it didn't work for EPS. A workaround would be
appreciated.

Demo:

MakeBoxes[volume,_]=StyleBox["V",FontVariations->{"StrikeThrough"->True}]
volume
Export["C:\\volume.eps",volume]
Export["C:\\volume.png",volume]

-- 
http://chris.chiasson.name/


  • Prev by Date: Re: Eigensystem
  • Next by Date: 3D plot problem with CSV file
  • Previous by thread: Re: RandomArray from user defined distribution?
  • Next by thread: 3D plot problem with CSV file