diff options
Diffstat (limited to 'pnmmontage.html')
-rw-r--r-- | pnmmontage.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pnmmontage.html b/pnmmontage.html index 4fdfe2c3..0514d289 100644 --- a/pnmmontage.html +++ b/pnmmontage.html @@ -51,11 +51,11 @@ in machine-readable form the positions of the original images within the packed image. Here is an example: <pre> -<tt> +<span style="font-family: monospace"> :0:0:227:298 ../image1.ppm:0:0:227:149 ../image2.ppm:0:149:227:149 -</tt> +</span> </pre> @@ -86,7 +86,7 @@ specifies the total size of the montage image. <p>Here is an example: <pre> -<tt> +<code> #define OVERALLX 227 #define OVERALLY 298 @@ -99,7 +99,7 @@ specifies the total size of the montage image. #define Y 149 #define SZX 227 #define SZY 149 -</tt> +</code> </pre> <dt><b>-prefix</b> |