Skip to content

Commit 9520752

Browse files
committed
Improved synchronization with WG21 original
(at least some version)
1 parent c1a6d59 commit 9520752

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

macros.tex

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%!TEX root = std.tex
12
% Definitions and redefinitions of special commands
23

34
%%--------------------------------------------------
@@ -11,7 +12,6 @@
1112
\begin{comment}
1213
\renewcommand{\changed}[2]{\removed{#1}\added{#2}}
1314
\end{comment}
14-
\newcommand{\changed}[2]{\removed{#1}\added{#2}}
1515

1616
\newcommand{\nbc}[1]{[#1]\ }
1717
\newcommand{\addednb}[2]{\added{\nbc{#1}#2}}
@@ -107,6 +107,7 @@
107107
\newcommand{\defn}[1]{\defnx{#1}{#1}}
108108
\newcommand{\term}[1]{\textit{#1}\xspace}
109109
\newcommand{\grammarterm}[1]{\textit{#1}\xspace}
110+
\newcommand{\placeholder}[1]{\textit{#1}\xspace}
110111

111112
%%--------------------------------------------------
112113
%% allow line break if needed for justification
@@ -128,7 +129,9 @@
128129
\newcommand{\exor}{\^{}}
129130
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
130131
% \renewcommand{\tilde}{{\smaller\ensuremath{\sim}}} % extra level of braces is necessary
131-
% \renewcommand{\tilde}{\protect\raisebox{-.5ex}{\larger\textasciitilde}}
132+
\begin{comment}
133+
\renewcommand{\tilde}{\protect\raisebox{-.5ex}{\larger\textasciitilde}}
134+
\end{comment}
132135

133136
%%--------------------------------------------------
134137
%% States and operators
@@ -197,8 +200,6 @@
197200
%% Code annotations
198201
\newcommand{\EXPO}[1]{\textit{#1}}
199202
\newcommand{\expos}{\EXPO{exposition only}}
200-
\newcommand{\exposr}{\expos}
201-
\newcommand{\exposrc}{\expos}
202203
\newcommand{\impdef}{\EXPO{implementation-defined}}
203204
\newcommand{\impdefx}[1]{\indeximpldef{#1}\EXPO{implementation-defined}}
204205
\newcommand{\notdef}{\EXPO{not defined}}

0 commit comments

Comments
 (0)