changed reading hint
[gromacs/adressmacs.git] / share / html / online / m2p.html
blobceb0df1eb82bf82e8f4d390f346661ac4a284044
1 <title>m2p file format</title>
2 <body>
3 <h1>m2p file format</h1>
4 The m2p file format contains input options for the
5 <a href="xpm2ps.html">xpm2ps</a> program. All of these options
6 are very easy to comprehend when you look at the PosScript(tm) output
7 from <a href="xpm2ps.html">xpm2ps</a>.
8 <pre>
9 ; Command line options of xpm2ps override the parameters in this file
10 black&white = no ; Obsolete
11 titlefont = Times-Roman ; A PostScript Font
12 titlefontsize = 20 ; Font size (pt)
13 legend = yes ; Show the legend
14 legendfont = Times-Roman ; A PostScript Font
15 legendlabel = ; Used when there is none in the .xpm
16 legend2label = ; Used when merging two xpm's
17 legendfontsize = 14 ; Font size (pt)
18 xbox = 2.0 ; x-size of a matrix element
19 ybox = 2.0 ; y-size of a matrix element
20 matrixspacing = 20.0 ; Space between 2 matrices
21 xoffset = 0.0 ; Between matrix and bounding box
22 yoffset = 0.0 ; Between matrix and bounding box
23 x-major = 20 ; Major ticks on x axis every .. frames
24 x-minor = 5 ; Id. Minor ticks
25 x-firstmajor = 0 ; First frame for major tick
26 x-majorat0 = no ; Major tick at first frame
27 x-majorticklen = 8.0 ; x-majorticklength
28 x-minorticklen = 4.0 ; x-minorticklength
29 x-label = ; Used when there is none in the .xpm
30 x-fontsize = 16 ; Font size (pt)
31 x-font = Times-Roman ; A PostScript Font
32 x-tickfontsize = 10 ; Font size (pt)
33 x-tickfont = Helvetica ; A PostScript Font
34 y-major = 20
35 y-minor = 5
36 y-firstmajor = 0
37 y-majorat0 = no
38 y-majorticklen = 8.0
39 y-minorticklen = 4.0
40 y-label =
41 y-fontsize = 16
42 y-font = Times-Roman
43 y-tickfontsize = 10
44 y-tickfont = Helvetica
45 </pre>
46 </body>