Skip to content

Commit 07a945e

Browse files
committed
[std] Use numbered bibliography references throughout the standard
1 parent cbbb9bd commit 07a945e

File tree

5 files changed

+53
-51
lines changed

5 files changed

+53
-51
lines changed

source/back.tex

+16-19
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,66 @@
11
%!TEX root = std.tex
22

3-
\chapter{Bibliography}
4-
5-
\begin{itemize}
6-
\renewcommand{\labelitemi}{---}
3+
\begin{thebibliography}{99}
74
% ISO documents in numerical order.
8-
\item
5+
\bibitem{iso4217}
96
ISO 4217:2015,
107
\doccite{Codes for the representation of currencies}
11-
\item
8+
\bibitem{iso10967-1}
129
ISO/IEC 10967-1:2012,
1310
\doccite{Information technology --- Language independent arithmetic ---
1411
Part 1: Integer and floating point arithmetic}
15-
\item
12+
\bibitem{iso18661-3}
1613
ISO/IEC TS 18661-3:2015,
1714
\doccite{Information Technology ---
1815
Programming languages, their environments, and system software interfaces ---
1916
Floating-point extensions for C --- Part 3: Interchange and extended types}
2017
% Other international standards.
21-
\item
18+
\bibitem{iana-charset}
2219
IANA Character Sets Database.
2320
Available from:\newline
2421
\url{https://www.iana.org/assignments/character-sets/}, 2021-04-01
25-
\item
22+
\bibitem{iana-tz}
2623
IANA Time Zone Database.
2724
Available from: \url{https://www.iana.org/time-zones}
28-
\item
25+
\bibitem{unicode-charmap}
2926
Unicode Character Mapping Markup Language [online].
3027
Edited by Mark Davis and Markus Scherer. Revision 5.0.1; 2017-05-31
3128
Available from: \url{http://www.unicode.org/reports/tr22/tr22-8.html}
3229
% Literature references.
33-
\item
30+
\bibitem{cpp-r}
3431
Bjarne Stroustrup,
3532
\doccite{The \Cpp{} Programming Language, second edition}, Chapter R\@.
3633
Addison-Wesley Publishing Company, ISBN 0-201-53992-6, copyright \copyright 1991 AT\&T
37-
\item
34+
\bibitem{kr}
3835
Brian W.\ Kernighan and Dennis M. Ritchie,
3936
\doccite{The C Programming Language}, Appendix A\@.
4037
Prentice-Hall, 1978, ISBN 0-13-110163-3, copyright \copyright 1978 AT\&T
41-
\item
38+
\bibitem{cpp-lib}
4239
P.J.\ Plauger,
4340
\doccite{The Draft Standard \Cpp{} Library}.
4441
Prentice-Hall, ISBN 0-13-117003-1, copyright \copyright 1995 P.J.\ Plauger
45-
\item
42+
\bibitem{linalg-stable}
4643
J.\ Demmel, I.\ Dumitriu, and O.\ Holtz,
4744
\doccite{Fast linear algebra is stable},
4845
Numerische Mathematik 108 (59-91), 2007.
49-
\item
46+
\bibitem{blas1}
5047
C.\,L.\ Lawson, R.\,J.\ Hanson, D.\ Kincaid, and F.\,T.\ Krogh,
5148
\doccite{Basic linear algebra subprograms for Fortran usage}.
5249
ACM Trans. Math. Soft., 5 (1979), pp. 308-323.
53-
\item
50+
\bibitem{blas2}
5451
Jack J.\ Dongarra, Jeremy Du Croz, Sven Hammarling, and Richard J. Hanson,
5552
\doccite{An Extended Set of FORTRAN Basic Linear Algebra Subprograms}.
5653
ACM Trans. Math. Soft., Vol. 14, No. 1, pp. 1 - 17, Mar. 1988.
57-
\item
54+
\bibitem{blas3}
5855
Jack J.\ Dongarra, Jeremy Du Croz, Sven Hammarling, and Iain Duff,
5956
\doccite{A Set of Level 3 Basic Linear Algebra Subprograms}.
6057
ACM Trans. Math. Soft., Vol. 16, No. 1, pp. 1 - 17, Mar. 1990.
61-
\item
58+
\bibitem{lapack}
6259
E.\ Anderson, Z.\ Bai, C.\ Bischof, S.\ Blackford, J.\ Demmel, J.\ Dongarra,
6360
J.\ Du Croz, A.\ Greenbaum, S.\ Hammarling, A.\ McKenney, D.\ Sorensen
6461
\doccite{LAPACK Users' Guide, Third Edition}.
6562
SIAM, Philadelphia, PA, USA, 1999.
66-
\end{itemize}
63+
\end{thebibliography}
6764

6865
The arithmetic specification described in ISO/IEC 10967-1:2012 is
6966
called \defn{LIA-1} in this document.

source/locales.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -4296,7 +4296,8 @@
42964296
\begin{note}
42974297
For specializations where the second template parameter is \tcode{true},
42984298
this is typically four characters long:
4299-
a three-letter code as specified by ISO 4217 followed by a space.
4299+
a three-letter code as specified by ISO 4217\supercite{iso4217}
4300+
followed by a space.
43004301
\end{note}
43014302
\end{itemdescr}
43024303

@@ -4676,7 +4677,7 @@
46764677

46774678
\pnum
46784679
The class \tcode{text_encoding} describes an interface
4679-
for accessing the IANA Character Sets registry.
4680+
for accessing the IANA Character Sets registry\supercite{iana-charset}.
46804681

46814682
\indexlibraryglobal{text_encoding}%
46824683
\begin{codeblock}
@@ -5002,7 +5003,7 @@
50025003
\begin{note}
50035004
This comparison is identical to
50045005
the ``Charset Alias Matching'' algorithm
5005-
described in the Unicode Technical Standard 22.
5006+
described in the Unicode Technical Standard 22\supercite{unicode-charmap}.
50065007
\end{note}
50075008

50085009
\begin{example}

source/macros.tex

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
\addtocounter{SectionDepth}{\value{SectionDepthBase}}
121121
\Sec{\arabic{SectionDepth}}[#2]{#3}}
122122

123+
%%--------------------------------------------------
124+
% Bibliography
125+
%%--------------------------------------------------
126+
\newcommand{\supercite}[1]{\textsuperscript{\cite{#1}}}
127+
123128
%%--------------------------------------------------
124129
% Indexing
125130
%%--------------------------------------------------

source/numerics.tex

+27-28
Original file line numberDiff line numberDiff line change
@@ -11405,7 +11405,7 @@
1140511405
the function satisfies the complexity requirements; and
1140611406
\item
1140711407
the function is logarithmically stable,
11408-
as defined in Demmel 2007.
11408+
as defined in Demmel 2007\supercite{linalg-stable}.
1140911409
Strassen's algorithm for matrix-matrix multiply
1141011410
is an example of a logarithmically stable algorithm.
1141111411
\end{itemize}
@@ -12784,7 +12784,6 @@
1278412784

1278512785
\rSec3[linalg.algs.blas1.givens]{Givens rotations}
1278612786

12787-
1278812787
\rSec4[linalg.algs.blas1.givens.lartg]{Compute Givens rotation}
1278912788

1279012789
\begin{itemdecl}
@@ -12826,7 +12825,7 @@
1282612825
whose first component $r$ is the Euclidean norm of the input vector, and
1282712826
whose second component is zero.
1282812827
\begin{note}
12829-
These functions correspond to the LAPACK function \tcode{xLARTG}.
12828+
These functions correspond to the LAPACK function \tcode{xLARTG}\supercite{lapack}.
1283012829
\end{note}
1283112830

1283212831
\pnum
@@ -12855,7 +12854,7 @@
1285512854

1285612855
\begin{itemdescr}
1285712856
\begin{note}
12858-
These functions correspond to the BLAS function \tcode{xROT}.
12857+
These functions correspond to the BLAS function \tcode{xROT}\supercite{blas1}.
1285912858
\end{note}
1286012859

1286112860
\pnum
@@ -12886,7 +12885,7 @@
1288612885

1288712886
\begin{itemdescr}
1288812887
\begin{note}
12889-
These functions correspond to the BLAS function \tcode{xSWAP}.
12888+
These functions correspond to the BLAS function \tcode{xSWAP}\supercite{blas1}.
1289012889
\end{note}
1289112890

1289212891
\pnum
@@ -12921,7 +12920,7 @@
1292112920

1292212921
\begin{itemdescr}
1292312922
\begin{note}
12924-
These functions correspond to the BLAS function \tcode{xSCAL}.
12923+
These functions correspond to the BLAS function \tcode{xSCAL}\supercite{blas1}.
1292512924
\end{note}
1292612925

1292712926
\pnum
@@ -12942,7 +12941,7 @@
1294212941

1294312942
\begin{itemdescr}
1294412943
\begin{note}
12945-
These functions correspond to the BLAS function \tcode{xCOPY}.
12944+
These functions correspond to the BLAS function \tcode{xCOPY\supercite{blas1}}.
1294612945
\end{note}
1294712946

1294812947
\pnum
@@ -12978,7 +12977,7 @@
1297812977

1297912978
\begin{itemdescr}
1298012979
\begin{note}
12981-
These functions correspond to the BLAS function \tcode{xAXPY}.
12980+
These functions correspond to the BLAS function \tcode{xAXPY}\supercite{blas1}.
1298212981
\end{note}
1298312982

1298412983
\pnum
@@ -13006,7 +13005,7 @@
1300613005

1300713006
\begin{note}
1300813007
The functions in this section correspond to the BLAS
13009-
functions \tcode{xDOT}, \tcode{xDOTU}, and \tcode{xDOTC}.
13008+
functions \tcode{xDOT}, \tcode{xDOTU}, and \tcode{xDOTC}\supercite{blas1}.
1301013009
\end{note}
1301113010

1301213011
\pnum
@@ -13159,7 +13158,7 @@
1315913158

1316013159
\begin{itemdescr}
1316113160
\begin{note}
13162-
These functions correspond to the LAPACK function \tcode{xLASSQ}.
13161+
These functions correspond to the LAPACK function \tcode{xLASSQ}\supercite{lapack}.
1316313162
\end{note}
1316413163

1316513164
\pnum
@@ -13205,7 +13204,7 @@
1320513204

1320613205
\begin{itemdescr}
1320713206
\begin{note}
13208-
These functions correspond to the BLAS function \tcode{xNRM2}.
13207+
These functions correspond to the BLAS function \tcode{xNRM2}\supercite{blas1}.
1320913208
\end{note}
1321013209

1321113210
\pnum
@@ -13277,7 +13276,7 @@
1327713276
\begin{itemdescr}
1327813277
\begin{note}
1327913278
These functions correspond to the BLAS functions
13280-
\tcode{SASUM}, \tcode{DASUM}, \tcode{SCASUM}, and \tcode{DZASUM}.
13279+
\tcode{SASUM}, \tcode{DASUM}, \tcode{SCASUM}, and \tcode{DZASUM}\supercite{blas1}.
1328113280
\end{note}
1328213281

1328313282
\pnum
@@ -13356,7 +13355,7 @@
1335613355

1335713356
\begin{itemdescr}
1335813357
\begin{note}
13359-
These functions correspond to the BLAS function \tcode{IxAMAX}.
13358+
These functions correspond to the BLAS function \tcode{IxAMAX}\supercite{blas1}.
1336013359
\end{note}
1336113360

1336213361
\pnum
@@ -13708,7 +13707,7 @@
1370813707

1370913708
\begin{note}
1371013709
These functions correspond to the BLAS functions
13711-
\tcode{xSYMV} and \tcode{xSPMV}.
13710+
\tcode{xSYMV} and \tcode{xSPMV}\supercite{blas2}.
1371213711
\end{note}
1371313712

1371413713
\pnum
@@ -13796,7 +13795,7 @@
1379613795

1379713796
\begin{note}
1379813797
These functions correspond to the BLAS functions
13799-
\tcode{xHEMV} and \tcode{xHPMV}.
13798+
\tcode{xHEMV} and \tcode{xHPMV}\supercite{blas2}.
1380013799
\end{note}
1380113800

1380213801
\pnum
@@ -13883,7 +13882,7 @@
1388313882

1388413883
\begin{note}
1388513884
These functions correspond to the BLAS functions
13886-
\tcode{xTRMV} and \tcode{xTPMV}.
13885+
\tcode{xTRMV} and \tcode{xTPMV}\supercite{blas2}.
1388713886
\end{note}
1388813887

1388913888
\pnum
@@ -14017,7 +14016,7 @@
1401714016

1401814017
\begin{note}
1401914018
These functions correspond to the BLAS functions
14020-
\tcode{xTRSV} and \tcode{xTPSV}.
14019+
\tcode{xTRSV} and \tcode{xTPSV}\supercite{blas2}.
1402114020
\end{note}
1402214021

1402314022
\pnum
@@ -14198,7 +14197,7 @@
1419814197
\begin{note}
1419914198
These functions correspond to the BLAS functions
1420014199
\tcode{xGER} (for real element types) and
14201-
\tcode{xGERU} (for complex element types).
14200+
\tcode{xGERU} (for complex element types)\supercite{blas2}.
1420214201
\end{note}
1420314202

1420414203
\pnum
@@ -14233,7 +14232,7 @@
1423314232
\begin{note}
1423414233
These functions correspond to the BLAS functions
1423514234
\tcode{xGER} (for real element types) and
14236-
\tcode{xGERC} (for complex element types).
14235+
\tcode{xGERC} (for complex element types)\supercite{blas2}.
1423714236
\end{note}
1423814237

1423914238
\pnum
@@ -14258,7 +14257,7 @@
1425814257
\pnum
1425914258
\begin{note}
1426014259
These functions correspond to the BLAS functions
14261-
\tcode{xSYR}, \tcode{xSPR}, \tcode{xHER}, and \tcode{xHPR}.
14260+
\tcode{xSYR}, \tcode{xSPR}, \tcode{xHER}, and \tcode{xHPR}\supercite{blas2}.
1426214261
They have overloads taking a scaling factor \tcode{alpha},
1426314262
because it would be impossible to express the update
1426414263
$A = A - x x^T$ otherwise.
@@ -14387,7 +14386,7 @@
1438714386

1438814387
\begin{note}
1438914388
These functions correspond to the BLAS functions
14390-
\tcode{xSYR2},\tcode{xSPR2}, \tcode{xHER2} and \tcode{xHPR2}.
14389+
\tcode{xSYR2},\tcode{xSPR2}, \tcode{xHER2} and \tcode{xHPR2}\supercite{blas2}.
1439114390
\end{note}
1439214391

1439314392
\pnum
@@ -14472,7 +14471,7 @@
1447214471
\rSec3[linalg.algs.blas3.gemm]{General matrix-matrix product}
1447314472

1447414473
\begin{note}
14475-
These functions correspond to the BLAS function \tcode{xGEMM}.
14474+
These functions correspond to the BLAS function \tcode{xGEMM}\supercite{blas3}.
1447614475
\end{note}
1447714476

1447814477
\pnum
@@ -14536,7 +14535,7 @@
1453614535

1453714536
\begin{note}
1453814537
These functions correspond to the BLAS functions
14539-
\tcode{xSYMM}, \tcode{xHEMM}, and \tcode{xTRMM}.
14538+
\tcode{xSYMM}, \tcode{xHEMM}, and \tcode{xTRMM}\supercite{blas3}.
1454014539
\end{note}
1454114540

1454214541
\pnum
@@ -14803,7 +14802,7 @@
1480314802
the \tcode{Triangle} and \tcode{Diagonal\-Storage} parameters
1480414803
that apply to the triangular matrix \tcode{A}\iref{linalg.general}.
1480514804
\begin{note}
14806-
These functions correspond to the BLAS function \tcode{xTRMM}.
14805+
These functions correspond to the BLAS function \tcode{xTRMM}\supercite{blas3}.
1480714806
\end{note}
1480814807

1480914808
\begin{itemdecl}
@@ -14896,7 +14895,7 @@
1489614895

1489714896
\begin{note}
1489814897
These functions correspond to the BLAS functions
14899-
\tcode{xSYRK} and \tcode{xHERK}.
14898+
\tcode{xSYRK} and \tcode{xHERK}\supercite{blas3}.
1490014899
\end{note}
1490114900

1490214901
\pnum
@@ -15005,7 +15004,7 @@
1500515004

1500615005
\begin{note}
1500715006
These functions correspond to the BLAS functions
15008-
\tcode{xSYR2K} and \tcode{xHER2K}.
15007+
\tcode{xSYR2K} and \tcode{xHER2K}\supercite{blas3}.
1500915008
\end{note}
1501015009

1501115010
\pnum
@@ -15077,7 +15076,7 @@
1507715076
\rSec3[linalg.algs.blas3.trsm]{Solve multiple triangular linear systems}
1507815077

1507915078
\begin{note}
15080-
These functions correspond to the BLAS function \tcode{xTRSM}.
15079+
These functions correspond to the BLAS function \tcode{xTRSM}\supercite{blas3}.
1508115080
\end{note}
1508215081

1508315082
\begin{itemdecl}
@@ -15278,7 +15277,7 @@
1527815277
\rSec3[linalg.algs.blas3.inplacetrsm]{Solve multiple triangular linear systems in-place}
1527915278

1528015279
\begin{note}
15281-
These functions correspond to the BLAS function \tcode{xTRSM}.
15280+
These functions correspond to the BLAS function \tcode{xTRSM}\supercite{blas3}.
1528215281
\end{note}
1528315282

1528415283
\begin{itemdecl}

source/time.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8736,7 +8736,7 @@
87368736

87378737
\pnum
87388738
\ref{time.zone} describes an interface for accessing
8739-
the IANA Time Zone Database
8739+
the IANA Time Zone Database\supercite{iana-tz}
87408740
that interoperates with \tcode{sys_time} and \tcode{local_time}.
87418741
This interface provides time zone support to
87428742
both the civil calendar types\iref{time.cal}

0 commit comments

Comments
 (0)