From 3a6e71669d70d019f6f34e6fa040e1e11fb7eb0f Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Mon, 1 Sep 2025 10:47:56 +0200 Subject: [PATCH] [basic.fundamental] Change placeholder to math font --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 589c16ed89..c4540cb050 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5318,7 +5318,7 @@ \defnadjx{signed integer}{types}{type}. The range of representable values for a signed integer type is $-2^{N-1}$ to $2^{N-1}-1$ (inclusive), -where \placeholder{N} is called the \defn{width} of the type. +where $N$ is called the \defn{width} of the type. \indextext{integral type!implementation-defined \tcode{sizeof}}% \begin{note} Plain \tcode{int}s are intended to have