Skip to content

Commit 8434aa1

Browse files
committed
[cover-reg] Fit copyright box in the column
Simplfies the markup to produce the framed box. Also styles email and web addresses in code font and makes the web URL a hyperlink.
1 parent ede640e commit 8434aa1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

source/cover-reg.tex

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,17 @@
5555

5656
\thispagestyle{cpppage}
5757

58-
\begin{tabular}{|p{\hsize}|}
59-
\hline
58+
\setlength{\fboxsep}{1em}
59+
\newlength{\copyboxwidth}
60+
\setlength{\copyboxwidth}{\textwidth}
61+
\addtolength{\copyboxwidth}{-2\fboxsep}
62+
\addtolength{\copyboxwidth}{-2\fboxrule}
63+
\fbox{%
64+
\begin{minipage}{\copyboxwidth}
65+
\vspace{1ex}
6066
\begin{center}
6167
\textbf{Copyright notice}
6268
\end{center}
63-
6469
\vspace{2ex}
6570

6671
All rights reserved. Unless otherwise specified,
@@ -73,19 +78,15 @@
7378
from either ISO at the address below
7479
or ISO's member body in the country of the requester.\\\\
7580

76-
\begin{minipage}{\hsize}
7781
\begin{indented}
7882
\microtypesetup{activate=false}%
7983
ISO copyright office\\
8084
Case postale 56, CH-1211 Geneva 20\\
8185
\rlap{Tel.}\hphantom{Fax} + 41 22 749 01 11\\
8286
Fax + 41 22 749 09 47\\
83-
E-mail copyright@iso.org\\
84-
Web www.iso.org
87+
E-mail \texttt{copyright@iso.org}\\
88+
Web \url{www.iso.org}
8589
\end{indented}
86-
\end{minipage}
87-
\\\\
88-
\hline
89-
\end{tabular}
90+
\end{minipage}}
9091

9192
\newpage

0 commit comments

Comments
 (0)