Changeset 6141 for trunk/TOOLS/arb_a2ps.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/TOOLS/arb_a2ps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/arb_a2ps.c
r5390 r6141 1254 1254 * M-c for ascii codes > 0x3f 1255 1255 * - prefix parents and backslash ['(', ')', '\'] by backslash 1256 * (escape character in post cript)1256 * (escape character in postscript) 1257 1257 */ 1258 1258 /* Form feed */ … … 1802 1802 page_width = (double)(WIDTH - MARGIN) * PIXELS_INCH; 1803 1803 1804 /* Post cript prologue printing */1804 /* Postscript prologue printing */ 1805 1805 print_prologue(); 1806 1806
