We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4999e commit 432c5dcCopy full SHA for 432c5dc
2 files changed
chapters/Tips.tex
@@ -77,8 +77,8 @@ \subsection{Math Typesetting}%
77
\iota(t,r,\mathsf{\hat{x}}) \equiv \smash[t]{
78
\begin{dcases}
79
\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), \\
+ \bm{x}^{\shortminusone} & = \sqrt{\ell^{2} + r^{2}} \cos(t/\ell), \\
+ \bm{x}^{0} & = \sqrt{\ell^{2} + r^{2}} \sin(t/\ell), \\
82
\bm{x}^{i} & = r \mathsf{\hat{x}}^{i} \qq{for} i=1,\ldots,\spacedim
83
\end{aligned}
84
\end{dcases}
preamble/math/macros.tex
@@ -20,7 +20,6 @@
20
% }
21
22
%% Misc math macros
23
-\NewCommandCopy{\sq}{\sqrt}
24
\NewCommandCopy{\transpose}{\intercal}
25
\DeclareMathOperator{\sgn}{sgn}
26
\NewDocumentCommand{\Id}{}{\bm{1}}
0 commit comments