Skip to content

Commit 432c5dc

Browse files
committed
fix(math): just use \sqrt
Signed-off-by: Jonas Dujava <[email protected]>
1 parent 9f4999e commit 432c5dc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

chapters/Tips.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ \subsection{Math Typesetting}%
7777
\iota(t,r,\mathsf{\hat{x}}) \equiv \smash[t]{
7878
\begin{dcases}
7979
\begin{aligned}
80-
\bm{x}^{\shortminusone} & = \sq{\ell^{2} + r^{2}} \cos(t/\ell), \\
81-
\bm{x}^{0} & = \sq{\ell^{2} + r^{2}} \sin(t/\ell), \\
80+
\bm{x}^{\shortminusone} & = \sqrt{\ell^{2} + r^{2}} \cos(t/\ell), \\
81+
\bm{x}^{0} & = \sqrt{\ell^{2} + r^{2}} \sin(t/\ell), \\
8282
\bm{x}^{i} & = r \mathsf{\hat{x}}^{i} \qq{for} i=1,\ldots,\spacedim
8383
\end{aligned}
8484
\end{dcases}

preamble/math/macros.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
% }
2121

2222
%% Misc math macros
23-
\NewCommandCopy{\sq}{\sqrt}
2423
\NewCommandCopy{\transpose}{\intercal}
2524
\DeclareMathOperator{\sgn}{sgn}
2625
\NewDocumentCommand{\Id}{}{\bm{1}}

0 commit comments

Comments
 (0)