Skip to content

Commit 057da6c

Browse files
tocictkoeppe
authored andcommitted
[back, macros] Fix inconsistent hyphenation of "cross-reference"
1 parent bdd25a6 commit 057da6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/back.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ \chapter{Bibliography}
4545
\renewcommand{\glossitem}[4]{\hangpara{4em}{1}\realglossitem{#1}{#2}{#3}{#4}}
4646

4747
\clearpage
48-
\renewcommand{\glossaryname}{Cross references}
48+
\renewcommand{\glossaryname}{Cross-references}
4949
\renewcommand{\preglossaryhook}{Each clause and subclause label is listed below along with the
5050
corresponding clause or subclause number and page number, in alphabetical order by label.\\}
5151
\twocolglossary
@@ -57,7 +57,7 @@ \chapter{Bibliography}
5757

5858
\clearpage
5959
\input{xrefdelta}
60-
\renewcommand{\glossaryname}{Cross references from ISO \CppXX{}}
60+
\renewcommand{\glossaryname}{Cross-references from ISO \CppXX{}}
6161
\renewcommand{\preglossaryhook}{All clause and subclause labels from
6262
ISO \CppXX{} (ISO/IEC 14882:2020, \doccite{Programming Languages --- \Cpp{}})
6363
are present in this document, with the exceptions described below.\\}

source/macros.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
\def\stopindexescape#1\doneindexescape{}
6262

6363
%%--------------------------------------------------
64-
%% Cross references.
64+
%% Cross-references.
6565
%%--------------------------------------------------
6666
\newcommand{\addxref}[1]{%
6767
\glossary[xrefindex]{\indexescape{#1}}{(\ref{\indexescape{#1}})}%
@@ -358,7 +358,7 @@
358358
\newcommand{\ctype}{\Fundesc{Type}}
359359
\newcommand{\templalias}{\Fundesc{Alias template}}
360360

361-
%% Cross reference
361+
%% Cross-reference
362362
\newcommand{\xref}{\textsc{See also:}\space}
363363
\newcommand{\xrefc}[1]{\xref{} ISO C #1}
364364

0 commit comments

Comments
 (0)