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