Skip to content

Commit 052330e

Browse files
committed
[macros] Further spacing fixes and new non-italic-correcting versions
1 parent 421a2e2 commit 052330e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/macros.tex

+5-4
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@
379379
\newcommand{\unspec}{\UNSP{unspecified}}
380380
\newcommand{\unspecnc}{\UNSPnc{unspecified}}
381381
\newcommand{\unspecbool}{\UNSP{unspecified-bool-type}}
382-
\newcommand{\seebelow}{\UNSP{see below}}
383-
\newcommand{\seebelownc}{\UNSPnc{see below}}
382+
\newcommand{\seebelow}{\UNSP{see below}} % macro length: 0
383+
\newcommand{\seebelownc}{\UNSPnc{see below}} % macro length: 2
384384
\newcommand{\unspecuniqtype}{\UNSP{unspecified unique type}}
385385
\newcommand{\unspecalloctype}{\UNSP{unspecified allocator type}}
386386

@@ -424,8 +424,9 @@
424424
\newcommand{\deflibconcept}[1]{\cname{#1}\indexlibrary{\idxconcept{#1}}\indexconcept{\idxconcept{#1}|idxbfpage}}
425425
\newcommand{\exposconcept}[1]{\ecname{#1}\indexconcept{\idxexposconcept{#1}}}
426426
\newcommand{\exposconceptx}[2]{\ecname{#1}\indexconcept{\idxexposconcept{#2}}}
427-
\newcommand{\exposconceptnc}[1]{\indexconcept{\idxexposconcept{#1}}\ecname{#1\nocorr}}
428-
\newcommand{\defexposconcept}[1]{\ecname{#1}\indexconcept{\idxexposconcept{#1}|idxbfpage}}
427+
\newcommand{\exposconceptnc}[1]{\indexconcept{\idxexposconcept{#1}}\ecname{#1}\itcorr[-1]} % macro length: 15
428+
\newcommand{\defexposconcept}[1]{\ecname{#1}\indexconcept{\idxexposconcept{#1}|idxbfpage}} % macro length: 16
429+
\newcommand{\defexposconceptnc}[1]{\ecname{#1}\indexconcept{\idxexposconcept{#1}|idxbfpage}\itcorr[-1]} % macro length: 18
429430

430431
%% Ranges
431432
\newcommand{\Range}[4]{\tcode{#1#3,\penalty2000{} #4#2}}

0 commit comments

Comments
 (0)