Skip to content

Commit 0059794

Browse files
committed
Front matter: remove "Contents" entry from itself. Remove list of tables
and list of figures. Reorder cross-reference bullets in "Terms and definitions". As requested by ISO Central Secretariat.
1 parent 8b76797 commit 0059794

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

source/front.tex

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% \input{cover-reg}
44

55
%%--------------------------------------------------
6-
%% The table of contents, list of tables, and list of figures
6+
%% The table of contents
77
\markboth{\contentsname}{}
88

99
%%--------------------------------------------------
@@ -12,9 +12,11 @@
1212
\renewcommand\@pnumwidth{2.5em}
1313
\makeatother
1414

15-
\tableofcontents
15+
%% Include table of contents. Do not list "Contents"
16+
%% within it (per ISO request) but do include a
17+
%% bookmark for it in the PDF.
18+
\phantomsection
19+
\pdfbookmark{\contentsname}{toctarget}
20+
\hypertarget{toctarget}{\tableofcontents*}
21+
1622
\setcounter{tocdepth}{5}
17-
\newpage
18-
\listoftables
19-
\newpage
20-
\listoffigures

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
for use in standardization
8484
at the following addresses:
8585
\begin{itemize}
86-
\item IEC Electropedia: available at \url{http://www.electropedia.org/}
8786
\item ISO Online browsing platform: available at \url{http://www.iso.org/obp}
87+
\item IEC Electropedia: available at \url{http://www.electropedia.org/}
8888
\end{itemize}
8989

9090
\pnum

0 commit comments

Comments
 (0)