From 4f9f9f63296d9fe61460b2149bb2f1beef35354b Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 14 Jul 2020 22:56:33 +0200 Subject: [PATCH] Replace em-dash...comma by em-dash...em-dash when mentioning shorthand notation --- chapters/glossary.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/glossary.tex b/chapters/glossary.tex index c16ab6bc7..38820dc60 100644 --- a/chapters/glossary.tex +++ b/chapters/glossary.tex @@ -20,7 +20,7 @@ \chapter{Glossary}\doublelabel{glossary} and vector (n=1). Integer indices start with 1, not zero. (See \autoref{arrays}.) \glossaryitem{array constructor}: an array can be built using the -array-function -- with the shorthand \{a, b, \ldots{}\}, and can also +\lstinline!array! function --- with the shorthand \{a, b, \ldots{}\} --- and can also include an iterator to build an array of expressions. (See \autoref{vector-matrix-and-array-constructors}.) \glossaryitem{array element}: a component contained in an array. An array