File tree Expand file tree Collapse file tree 4 files changed +17
-30
lines changed Expand file tree Collapse file tree 4 files changed +17
-30
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,23 @@ limitations under the License.
15
15
16
16
@page {
17
17
margin : 10% ;
18
- @top-left { content : "© ISO/IEC" ; font-size : 10pt ; }
19
- @top-right { content : string (docnum); font-weight : bold; font-size : 10pt ; }
20
- @bottom-left { content : string (current-section, last); font-size : 10pt ; }
18
+ }
19
+ @page : left {
20
+ @top-left { content : string (docname); font-weight : bold; font-size : 10pt ; }
21
+ @top-right { content : normal; }
22
+ @bottom-left { content : counter (page); font-size : 10pt ; }
23
+ @bottom-right { content : "© ISO/IEC " string (pubyear) " — All rights reserved" ;
24
+ font-size : 10pt ; }
25
+ }
26
+ @page : right {
27
+ @top-left { content : normal; }
28
+ @top-right { content : string (docname); font-weight : bold; font-size : 10pt ; }
29
+ @bottom-left { content : "© ISO/IEC " string (pubyear) " — All rights reserved" ;
30
+ font-size : 10pt ; }
21
31
@bottom-right { content : counter (page); font-size : 10pt ; }
22
32
}
23
33
@page : first {
24
- /* @top-left is defined by base.js. */
34
+ @top-left { content : normal; }
25
35
@top-right { content : normal; }
26
36
@bottom-left { content : normal; }
27
37
@bottom-right { content : normal; }
@@ -49,6 +59,8 @@ body { margin: 0; }
49
59
}
50
60
51
61
cxx-docnum { string-set : docnum content (); }
62
+ * / deep/ .docname { string-set : docname content (); }
63
+ * / deep/ .pubyear { string-set : pubyear content (); }
52
64
53
65
cxx-clause { page-break-before : always; }
54
66
@media screen {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 41
41
< link rel ="import " href ="codeblock.html "/>
42
42
< link rel ="import " href ="grammar.html "/>
43
43
< link rel ="import " href ="weak-break.html "/>
44
- < script src ="base.js "> </ script >
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ <h1>Working Draft, {{title}}</h1>
102
102
</ template >
103
103
</ template>
104
104
< template if ="{{stage == 'ts'}} ">
105
- < strong > ISO/IEC < content select ="cxx-project-number "> </ content > :{{pubyear}}</ strong > < br />
105
+ < strong class =" docname " > ISO/IEC < content select ="cxx-project-number "> </ content > :< span class =" pubyear " > {{pubyear}}</ span > </ strong > < br />
106
106
</ template >
107
107
ISO/IEC JTC1 SC22 WG21< br />
108
108
Secretariat: ANSI
You can’t perform that action at this time.
0 commit comments