Skip to content

Commit f856c39

Browse files
committed
[css2] Now uses original Postscript images, if available (must be named .ps)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40182
1 parent 49288f9 commit f856c39

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/html2psrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
@html2ps {
2-
paper {
3-
type: letter;
4-
}
52
option {
63
DSC: 1; /* DSC compliant PostScript */
74
xref: 1; /* cross references a la [p 31] */
85
duplex: 1; /* double sided */
96
number: 1; /* have page numbers */
7+
original: 1; /* use original PostScript images */
108
}
119
header {
1210
alternate: 1;
@@ -16,6 +14,9 @@
1614
alternate: 1;
1715
left: $N;
1816
right: $D;
17+
center: "";
18+
odd-center: "";
19+
even-center: "";
1920
}
2021
paper {
2122
type: A4;

0 commit comments

Comments
 (0)