mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fix compilation by changing newcommand->renewcommad
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
e5c5f914bd
commit
2a5e644101
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ property ``$e$ is a reference''. The result of assignment operator coincides wit
|
||||||
assigns 3 to both "\lstinline|x|" and "\lstinline|y|".
|
assigns 3 to both "\lstinline|x|" and "\lstinline|y|".
|
||||||
|
|
||||||
\begin{figure}[h]
|
\begin{figure}[h]
|
||||||
\newcommand{\Ref}[1]{\mathcal{R}\,({#1})}
|
\renewcommand{\Ref}[1]{\mathcal{R}\,({#1})}
|
||||||
\renewcommand{\arraystretch}{4}
|
\renewcommand{\arraystretch}{4}
|
||||||
\[
|
\[
|
||||||
\begin{array}{cc}
|
\begin{array}{cc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue