OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [pkgconf/] [ssletter.dsl] - Blame information for rev 856

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2
 
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 
53
54
 
55
56
57
58
59
60
]]>
61
62
63
64
]]>
65
]>
66
 
67
68
69
70
 
71
;; ====================
72
;; customize the print (PDF) US letter stylesheet
73
;; ====================
74
 
75
;; Set the paper parameters as per other eCos documentation
76
(define %page-width%   8.5in)
77
(define %page-height%  11in)
78
(define %left-margin%  0.75in)
79
(define %right-margin% 0.75in)
80
 
81
;; Assume that we are only producing books, a reasonable assumption
82
;; given the primary author :-)
83
(define %two-side% #t)
84
 
85
;; Use 12pt
86
;;(define %visual-acuity% "presbyopic")
87
 
88
;; Do not use graphics in admonitions, our documentation is supposed
89
;; to look boring :-(
90
(define %admon-graphics% #f)
91
 
92
;; Justified text please.
93
(define %default-quadding% 'justify)
94
 
95
;; A separate page for each man page please.
96
(define %refentry-new-page% #t)
97
 
98
;; The component writer's guide man pages do not describe functions
99
(define %refentry-functions% #f)
100
 
101
;; Program listings should use smaller font to fit on page width
102
(define %verbatim-size-factor% 0.87)
103
 
104
 
105
106
107
108
109
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.