<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Yes.&nbsp; See instructions at <a class="moz-txt-link-freetext" href="http://climate.envsci.rutgers.edu/grads">http://climate.envsci.rutgers.edu/grads</a><br>
    <br>
    Use font.gs to show you all the characters in font 3, and then use
    them as instructed.<br>
    <br>
    <pre>ga-&gt; run font.gs 3</pre>
    <br>
    I repeat the script here:<br>
    <br>
    <pre>function font(arg)
if (arg='')
  arg = 1
endif

fch = '!"#$%&amp;''()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOP'
fch = fch % 'QRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'

'set font 1'
'set strsiz 0.3'
'set string 1 c 3'
'draw string 5.5 8.0 Font Set 'arg
x = 1.0
y = 7.0
i = 1
'set font 0'
'set strsiz 0.2'
'set string 1 c 1'
while (i&lt;95)
  'draw string 'x' 'y' 'substr(fch,i,1)' `'%arg%substr(fch,i,1)
  x = x + 1.5
  if (x&gt;10.5)
    x = 1.0
    y = y - 0.4
  endif
  i = i + 1
endwhile</pre>
    <br>
    <pre class="moz-signature" cols="72">   
Alan

[On sabbatical for current academic year.  The best way to contact me
is by email, <a class="moz-txt-link-abbreviated" href="mailto:robock@envsci.rutgers.edu">robock@envsci.rutgers.edu</a>, or at 732-881-1610 (cell).]

Alan Robock, Professor II (Distinguished Professor)
  Editor, Reviews of Geophysics
  Director, Meteorology Undergraduate Program
  Associate Director, Center for Environmental Prediction
Department of Environmental Sciences        Phone: +1-732-932-9800 x6222
Rutgers University                                  Fax: +1-732-932-8644
14 College Farm Road                   E-mail: <a class="moz-txt-link-abbreviated" href="mailto:robock@envsci.rutgers.edu">robock@envsci.rutgers.edu</a>
New Brunswick, NJ 08901-8551  USA      <a class="moz-txt-link-freetext" href="http://envsci.rutgers.edu/~robock">http://envsci.rutgers.edu/~robock</a>
</pre>
    <br>
    On 12/22/2011 9:00 AM, Wagner Galichio wrote:
    <blockquote
      cite="mid:1324573232.77919.YahooMailNeo@web110015.mail.gq1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt">
        <div>Hello,&nbsp;</div>
        <div><br>
        </div>
        <div>My name is Wagner, and I'm looking for some way to make the
          grads put greek characters in the title of my figures, such as
          Delta, Epsilon, Eta, etc...&nbsp;</div>
        <div><span style="font-size: 12pt; ">It is possible? Can someone
            help me with this?</span><br>
        </div>
        <div><span style="font-size: 12pt; "><br>
          </span></div>
        <div><span style="font-size: 12pt; ">thank you.&nbsp;</span></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gradsusr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
    </blockquote>
  </body>
</html>