Lines 93-98
Link Here
|
93 |
(concat "--center-title=" name) |
93 |
(concat "--center-title=" name) |
94 |
(concat "--footer=" (concat name " Emacs buffer")) |
94 |
(concat "--footer=" (concat name " Emacs buffer")) |
95 |
(concat "--pretty-print=" filetype) |
95 |
(concat "--pretty-print=" filetype) |
|
|
96 |
(concat "-d") |
96 |
;Uncommenting the following gives a print preview (only): |
97 |
;Uncommenting the following gives a print preview (only): |
97 |
; (concat "--output=/tmp/foo.ps") |
98 |
; (concat "--output=/tmp/foo.ps") |
98 |
) |
99 |
) |