File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 2
2
% %--------------------------------------------------
3
3
% % Title page for the C++ Standard
4
4
5
+ \setlength {\fboxsep }{1em}
6
+ \newlength {\copyboxwidth }
7
+ \setlength {\copyboxwidth }{\textwidth }
8
+ \addtolength {\copyboxwidth }{-2\fboxsep }
9
+ \addtolength {\copyboxwidth }{-2\fboxrule }
5
10
6
11
\thispagestyle {empty}
7
12
{\raisebox {.35ex}{\smaller\copyright }}\, ISO 2017 --- All rights reserved
28
33
29
34
\vfill
30
35
31
- \begin {tabular }{|p{\hsize }|}
32
- \hline
36
+ \fbox {%
37
+ \begin {minipage }{\copyboxwidth }
38
+ \vspace {1ex}
33
39
\begin {center }
34
40
\textbf {Warning }
35
41
\end {center }
36
-
37
42
\vspace {2ex}
38
43
39
44
This document is not an ISO International Standard. It is distributed
40
45
for review and comment. It is subject to change without notice and may
41
- not be referred to as an International Standard.\\\\
46
+ not be referred to as an International Standard.\\ [1em]
42
47
43
48
Recipients of this draft are invited to submit, with their comments,
44
49
notification of any relevant patent rights of which they are aware
45
- and to provide supporting documentation.\\\\
46
- \hline
47
- \end {tabular }
50
+ and to provide supporting documentation.\\
51
+ \end {minipage }}
48
52
49
53
\vfill
50
54
\noindent
55
59
56
60
\thispagestyle {cpppage}
57
61
58
- \setlength {\fboxsep }{1em}
59
- \newlength {\copyboxwidth }
60
- \setlength {\copyboxwidth }{\textwidth }
61
- \addtolength {\copyboxwidth }{-2\fboxsep }
62
- \addtolength {\copyboxwidth }{-2\fboxrule }
63
62
\fbox {%
64
63
\begin {minipage }{\copyboxwidth }
65
64
\vspace {1ex}
You can’t perform that action at this time.
0 commit comments