Thanks, Miguel, for the info on labels.

It works as you say in Jmol app (and doesn't matter which command
goes
first),
but not so in the applet.
My commands go like this:
        labels off
        select c2:d.c6
        label 6         (repeated for several atoms)
        set fontsize 24
        color labels white
labels appear small and in each atom's color

If I put, following your suggestion,
        labels off
        set fontsize 24
        color labels white
        select c2:d.c6
        label 6         (repeated for several atoms)
the result is the same.

By the way, I read a posting of yours about the use of single quotes.
I'm
not sure what it
meant, but this is what I have found, in case it's useful:
        label 3'
works OK, shows the apostrophe.
In Chime, pairs of apostrophes or pairs of grave accents are
recognized
as delimiters, while in Jmol they are all printed:
label `  3'`
        prints   two spaces and 3'   in Chime
        prints as   `  3'`    in Jmol
label 'alpha'
        prints    alpha    in Chime
        prints    'alpha'    in Jmol


The additional commands for font type and style are much welcome,
they
also
look very good (Rasmol/Chime labels are pityful). And I see that
extended
characters can be included (accented letters) both in app and applet;
great! We'll
see if it shows up properly in Macs also (we always have problems
with
this matter in
javascript).

��������������������������������������������������������������������
 Angel Herraez  (Mr., Dr.)        [EMAIL PROTECTED]
 Dep. Bioquimica y Biologia Molecular, Universidad de Alcala
 E-28871 Alcala de Henares  (Madrid), Spain
 fax: +34-91 885 45 85
��������������������������������������������������������������������



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to