File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ %!TEX root = std.tex
1
2
% Definitions and redefinitions of special commands
2
3
3
4
% %--------------------------------------------------
11
12
\begin {comment }
12
13
\renewcommand {\changed }[2]{\removed {#1}\added {#2}}
13
14
\end {comment }
14
- \newcommand {\changed }[2]{\removed {#1}\added {#2}}
15
15
16
16
\newcommand {\nbc }[1]{[#1]\ }
17
17
\newcommand {\addednb }[2]{\added {\nbc {#1}#2}}
107
107
\newcommand {\defn }[1]{\defnx {#1}{#1}}
108
108
\newcommand {\term }[1]{\textit {#1 }\xspace }
109
109
\newcommand {\grammarterm }[1]{\textit {#1 }\xspace }
110
+ \newcommand {\placeholder }[1]{\textit {#1 }\xspace }
110
111
111
112
% %--------------------------------------------------
112
113
% % allow line break if needed for justification
128
129
\newcommand {\exor }{\^ {}}
129
130
\newcommand {\bigoh }[1]{\ensuremath {\mathscr {O}(#1)}}
130
131
% \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 }
132
135
133
136
% %--------------------------------------------------
134
137
% % States and operators
197
200
% % Code annotations
198
201
\newcommand {\EXPO }[1]{\textit {#1 }}
199
202
\newcommand {\expos }{\EXPO {exposition only}}
200
- \newcommand {\exposr }{\expos }
201
- \newcommand {\exposrc }{\expos }
202
203
\newcommand {\impdef }{\EXPO {implementation-defined}}
203
204
\newcommand {\impdefx }[1]{\indeximpldef {#1}\EXPO {implementation-defined}}
204
205
\newcommand {\notdef }{\EXPO {not defined}}
You can’t perform that action at this time.
0 commit comments