Skip to content

Commit 6f44fe3

Browse files
committed
[foreword] Exclude mentions of library headers from the index.
It does not seem helpful to link into the mention of a header in the foreword, esp. since these links would use the Roman frontmatter page numbers.
1 parent 45e500c commit 6f44fe3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/preface.tex

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
%!TEX root = std.tex
2+
3+
\let\OldLibHeader\libheader
4+
\newcommand{\simplelibheader}[1]{\tcode{<#1>}}
5+
\let\libheader\simplelibheader
6+
27
\chapter{Foreword}
38

49
ISO (the International Organization for Standardization) and IEC (the
@@ -114,3 +119,5 @@ \chapter{Foreword}
114119
should be directed to the user's national standards body.
115120
A complete listing of these bodies can be found at
116121
\href{http://www.iso.org/members.html}{\tcode{www.iso.org/members.html}}.
122+
123+
\let\libheader\OldLibHeader

0 commit comments

Comments
 (0)