@@ -9,31 +9,30 @@ void printman(FILE * f, char * exename){
99 \n\
1010 OPTIONS:\n\
1111 \n\
12- vib:%%d force to show geometries (0) / vibrations (1) \n\
13- bonds:0 disable bonds\n\
14- bmax:%%lf max. length of a bond to display\n\
15- bohr:1 assume input files are in Bohr (default is Å)\n\
16- dt:%%lf delay between frames in seconds (default %g)\n\
17- symtol:%%lf tolerance for symmetry determination in Å (default %g) \n\
18- z:%%d,%%d,%%d,%%d,%%d show an internal coordinate: \n\
19- 1,i,j,0,0 - distance i-j\n\
20- 2,i,j,k,0 - angle i-j-k\n\
21- 3,i,j,k,l - torsion i-j-k-l\n\
22- rot:%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf rotation matrix to start with (default identity matrix)\n\
23- frame:%%d frame to start with (default 1)\n\
24- font:%%s font (xlfd) \n\
25- colors:%%s colorscheme (\"v\" (default) or \"cpk\") \n\n\
26- cell:b%%lf,%%lf,%%lf cuboid size in a.u. \n\
27- cell:%%lf,%%lf,%%lf cuboid size in Å \n\
28- cell:b%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf cell parameters in a.u. \n\
29- cell:%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf cell parameters in Å \n\
30- shell:b%%lf,%%lf spheres radii in a.u. \n\
31- shell:%%lf,%%lf spheres radii in Å \n\
32- center:%%d origin is geometric center (1, default) / center of mass (2) / as is (0) \n\
33- inertia:%%d if rotate molecules wrt axis of inertia (1) or not (0, default) \n\n\
34- gui:%%d normal (1) / headless (0) mode \n\
35- com:%%s command sequence for gui:0 \n\
36- exitcom:%%s command sequence to run on exit (same as for gui:0) \n\
12+ vib:%%d force to show geometries (0) / vibrations (1) \n\
13+ bonds:0 disable bonds\n\
14+ bmax:%%lf max. length of a bond to display\n\
15+ bohr:1 assume input files are in Bohr (default is Å)\n\
16+ dt:%%lf delay between frames in seconds (default %g)\n\
17+ symtol:%%lf tolerance for symmetry determination in Å (default %g) \n\
18+ z:%%d,%%d,%%d,%%d,%%d show an internal coordinate: \n\
19+ 1,i,j,0,0 - distance i-j\n\
20+ 2,i,j,k,0 - angle i-j-k\n\
21+ 3,i,j,k,l - torsion i-j-k-l\n\
22+ rot:%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf rotation matrix to start with (default identity matrix)\n\
23+ frame:%%d frame to start with (default 1)\n\
24+ font:%%s font (xlfd) \n\
25+ colors:%%s colorscheme (\"v\" (default) or \"cpk\") \n\n\
26+ cell:0 disable PBC from the extended xyz file header \n\
27+ cell:b%%lf[,%%lf,%%lf[,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf]] cubic / orthogonal / non-orhogonal cell parameters in a.u. \n\
28+ cell:%%lf[,%%lf,%%lf[,%%lf,%%lf,%%lf,%%lf,%%lf,%%lf]] cubic / orthogonal / non-orhogonal cell parameters in Å \n\
29+ shell:b%%lf[,%%lf] sphere(s) radii in a.u. \n\
30+ shell:%%lf[,%%lf] sphere(s) radii in Å \n\
31+ center:%%d origin is geometric center (1, default) / center of mass (2) / as is (0) \n\
32+ inertia:%%d if rotate molecules wrt axis of inertia (1) or not (0, default) \n\n\
33+ gui:%%d normal (1, default) / headless (0) mode \n\
34+ com:%%s command sequence for gui:0 \n\
35+ exitcom:%%s command sequence to run on exit (same as for gui:0) \n\
3736 \n\
3837 KEYBOARD REFERENCE:\n\
3938 \n\
@@ -44,7 +43,8 @@ void printman(FILE * f, char * exename){
4443 0 go to the first point \n\
4544 = go to the last point \n\
4645 enter/backspace next/previous point \n\
47- ins play forwards / stop (vibration mode: animate selected normal mode / stop)\n\
46+ ins play forwards / stop \n\
47+ vibration mode: animate selected normal mode / stop\n\
4848 del play backwards / stop \n\
4949 \n\
5050 home/end zoom in/out \n\
@@ -63,9 +63,10 @@ void printman(FILE * f, char * exename){
6363 x print molecule (Priroda input + bonds) \n\
6464 z print molecule (.xyz) \n\
6565 p print molecule (input for an .svg generator) \n\
66- u print current rotation matrix \n\
66+ u print the current rotation matrix \n\
6767 m save the current frame (.xpm format)\n\
68- f save all frames (vibration mode: save all frames to animate the selected normal mode)\n\
68+ f save all frames starting from the current one \n\
69+ vibration mode: save all frames to animate the selected normal mode) \n\
6970 \n\
7071 j jump to a frame (will be prompted)\n\
7172 \n\
0 commit comments