source: LMDZ5/trunk/tools/fcm/doc/etc/style.html2ps.css @ 2643

Last change on this file since 2643 was 1578, checked in by jghattas, 13 years ago
  • Add fcm in LMDZ5/tools directory

It is no longer needed to have fcm in your environement PATH variable.
Now makelmdz_fcm takes by default this fcm. It is still possible to use
another fcm, using -fcm_path argument in makelmdz_fcm.

File size: 300 bytes
Line 
1/* Configuration file for html2ps on the FCM user guide */
2
3h1 {
4  color: navy;
5  text-align: center;
6}
7
8h2 {
9  color: navy;
10}
11
12h3 {
13  color: #40668c;
14}
15
16h4 {
17  font-size: 12pt;
18}
19
20a:link {
21  color: blue;
22}
23
24@page {
25  margin-left: 2cm;
26  margin-right: 2cm;
27  margin-top: 2cm;
28  margin-bottom: 2cm;
29}
Note: See TracBrowser for help on using the repository browser.