@@ -15,13 +15,23 @@ limitations under the License.
1515
1616@page {
1717margin : 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 ; }
2131@bottom-right {content : counter (page);font-size : 10pt ; }
2232}
2333@page : first {
24- /* @top-leftis defined by base.js. */
34+ @top-left { content : normal; }
2535@top-right {content : normal; }
2636@bottom-left {content : normal; }
2737@bottom-right {content : normal; }
@@ -49,6 +59,8 @@ body { margin: 0; }
4959}
5060
5161cxx-docnum {string-set : docnumcontent (); }
62+ * / deep/ .docname {string-set : docnamecontent (); }
63+ * / deep/ .pubyear {string-set : pubyearcontent (); }
5264
5365cxx-clause {page-break-before : always; }
5466@media screen {