10BC8 [css2] Takes into account HTML working config · CodeRedDigital/csswg-drafts@85517a2 · GitHub
Skip to content

Commit 85517a2

Browse files
committed
[css2] Takes into account HTML working config
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40156
1 parent 2783f6d commit 85517a2

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

css2/html2psrc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
@html2ps {
2+
paper {
3+
type: letter;
4+
}
5 8000 +
option {
6+
DSC: 1; /* DSC compliant PostScript */
7+
xref: 1; /* cross references a la [p 31] */
8+
duplex: 1; /* double sided */
9+
number: 1; /* have page numbers */
10+
}
211
header {
312
alternate: 1;
413
center: $T;
@@ -20,7 +29,7 @@
2029
file: hyphen.tex
2130
}
2231
}
23-
xref: 1;
32+
doc-sep: "<!--OddPage-->"; /* have every first page on the right */
2433
}
2534

2635
BODY {
@@ -60,6 +69,8 @@ P.toc-line {
6069
margin-bottom: 1em;
6170
text-indent: 0;
6271
}
63-
.navbar {
72+
/* the following doesn't work for now,
73+
instead we rely on a patched version of html2ps which has this built-in */
74+
DIV.navbar {
6475
display: none;
6576
}

0 commit comments

Comments
 (0)