File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 126
126
\newcommand {\dcr }{-{-}}
127
127
\newcommand {\exor }{\^ {}}
128
128
\newcommand {\bigoh }[1]{\ensuremath {\mathscr {O}(#1)}}
129
- % \renewcommand{\tilde}{{\smaller\ensuremath{\sim}}} % extra level of braces is necessary
130
- \renewcommand {\tilde }{\protect\raisebox {-.5ex}{\larger\textasciitilde }}
129
+
130
+ % Make all tildes a little larger to avoid visual similarity with hyphens.
131
+ % FIXME: Remove \tilde in favour of \~.
132
+ \renewcommand {\tilde }{\textasciitilde }
133
+ \renewcommand {\~ }{\textasciitilde }
134
+ \let\OldTextAsciiTilde\textasciitilde
135
+ \renewcommand {\textasciitilde }{\protect\raisebox {-0.17ex}{\larger\OldTextAsciiTilde }}
131
136
132
137
% %--------------------------------------------------
133
138
% % States and operators
You can’t perform that action at this time.
0 commit comments