Turn on justification and hyphenation by default for print output.
This commit is contained in:
parent
104285ddd1
commit
d79e4c4fad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10137
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.42 2001/07/24 23:09:25 chern Exp $ -->
|
||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.43 2001/07/27 21:16:55 murray Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
|
@ -205,6 +205,12 @@
|
|||
(define withpgpkeys
|
||||
#f)
|
||||
|
||||
(define %default-quadding%
|
||||
'justify)
|
||||
|
||||
(define %hyphenation%
|
||||
#t)
|
||||
|
||||
;; If a link is entered as "file://localhost/usr/ports" in the docs
|
||||
;; then we only want to display "/usr/ports" in printed form.
|
||||
|
||||
|
|
Loading…
Reference in a new issue