Skip to content

Commit b2375c4

Browse files
committed
[macros] Add space into \range and remove preposterous linebreaks.
1 parent 63f4e81 commit b2375c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
\newcommand{\mname}[1]{\tcode{\unun\ungap#1\ungap\unun}}
235235

236236
%% Ranges
237-
\newcommand{\Range}[4]{\tcode{#1\brk{}#3,\brk{}#4\brk{}#2}\xspace}
237+
\newcommand{\Range}[4]{\tcode{#1#3,~\brk{}#4#2}\xspace}
238238
\newcommand{\crange}[2]{\Range{[}{]}{#1}{#2}}
239239
\newcommand{\brange}[2]{\Range{(}{]}{#1}{#2}}
240240
\newcommand{\orange}[2]{\Range{(}{)}{#1}{#2}}

0 commit comments

Comments
 (0)