-
Notifications
You must be signed in to change notification settings - Fork 708
/
Copy pathProject.cfg
66 lines (56 loc) · 1.64 KB
/
Project.cfg
1
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
# Configuration file for CSS2 spec project -*-ksh-*-
#
# This file contains the order of chapters,
# the style sheet to use,
# the name of the file with the ToC,
# the numbering styles for each chapter,
# and maybe more.
# To be processed by bin/mkchain, and maybe others.
# Quotes around values are optional, unless the
# value contains spaces.
#
# Bert Bos <bert@w3.org>
# $Id: Project.cfg,v 2.21 2010-02-11 16:32:00 bbos Exp $
@source-extension .src
@stylesheet style/default.css text/css
@stylesheet https://www.w3.org/StyleSheets/TR/W3C-_THE_STYLE_.css text/css
@contents "cover.html#minitoc"
# Additional links. If for navbar, then add a 3rd column
@link CSS-properties propidx.html "properties"
#@link CSS-descriptors descidx.html "descriptors"
@link index indexlist.html "index"
@link first cover.html
# Suppress all 6 levels of section numbers in the cover page
@format "" "" "" "" "" ""
@chapter cover.html
# Maximum of 3 levels of numbers in main body
@format "1" "1.1" "1.1.1" "1.1.1.1" "" ""
@chapter about.html
@chapter intro.html
@chapter conform.html
@chapter syndata.html
@chapter selector.html
@chapter cascade.html
@chapter media.html
@chapter box.html
@chapter visuren.html
@chapter visudet.html
@chapter visufx.html
@chapter generate.html
@chapter page.html
@chapter colors.html
@chapter fonts.html
@chapter text.html
@chapter tables.html
@chapter ui.html
# Number appendices with "Appendix A", B, C,...
@format "\Append\ix A." "A.1" "A.1.1" "" "" ""
@chapter aural.html
@chapter refs.html
@chapter changes.html
@chapter sample.html
@chapter zindex.html
@chapter propidx.html
@chapter grammar.html
@chapter leftblank.html
@chapter indexlist.html