Skip to content

Commit 3305e66

Browse files
committed
[css2] Allowed hyphenation. Indented PRE.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401101
1 parent 1f678ec commit 3305e66

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css2/html2psrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
duplex: 1; /* double sided */
99
number: 1; /* have page numbers */
1010
original: 1; /* use original PostScript images */
11+
hyphenate: 1; /* hyphenation on */
12+
language: "en"; /* hyphenate for English */
1113
}
1214
xref {
1315
text: "[p. $N]"; /* avoid line breaks before page no. */
@@ -66,7 +68,7 @@ P {
6668
PRE {
6769
font-family: monospace;
6870
margin-left: 2em;
69-
font-size: 90%
71+
/* font-size: 90% */
7072
}
7173

7274
ADDRESS {
@@ -103,7 +105,7 @@ A.descdef-title {
103105
background: green
104106
}
105107

106-
TABLE { text-align:center}
108+
TABLE { text-align:center; margin-left: 1em}
107109

108110
div.example { color: maroon }
109111
pre.example { color: maroon }

0 commit comments

Comments
 (0)