Skip to content

Commit

Permalink
\mathtt{A \verb!^! B} works for both Github and Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Mar 30, 2024
1 parent 9c8facc commit ddf95fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Overloaded Python operators for basic GA operations:
A+B &= \texttt{A+B} \\
A-B &= \texttt{A-B} \\
AB &= \texttt{A*B} \\
A \wedge B &= \texttt{A \^{} B} \\
A \wedge B &= \mathtt{A \verb!^! B} \\
A \cdot B &= \texttt{A|B} \\
A \rfloor B &= \texttt{A<B} \\
A \lfloor B &= \texttt{A>B} \\
Expand All @@ -74,8 +74,8 @@ The various derivatives of a multivector function is accomplished by multiplying
\begin{aligned}
\nabla F &= \texttt{grad*F} \\
F \bar{\nabla} &= \texttt{F*rgrad} \\
\nabla {\wedge}F &= \texttt{grad \^{} F} \\
F {\wedge}\bar{\nabla} &= \texttt{F \^{} rgrad} \\
\nabla {\wedge}F &= \mathtt{grad \verb!^! F} \\
F {\wedge}\bar{\nabla} &= \mathtt{F \verb!^! rgrad} \\
\nabla \cdot F &= \texttt{grad|F} \\
F \cdot \bar{\nabla} &= \texttt{F|rgrad} \\
\nabla \rfloor F &= \texttt{grad<F} \\
Expand All @@ -89,8 +89,8 @@ The various derivatives of a multivector function is accomplished by multiplying
\begin{aligned}
F \nabla &= \texttt{F*grad} \\
\bar{\nabla} F &= \texttt{rgrad*F} \\
F {\wedge}\nabla &= \texttt{F \^{} grad} \\
\bar{\nabla} {\wedge}F &= \texttt{rgrad \^{} F} \\
F {\wedge}\nabla &= \mathtt{F \verb!^! grad} \\
\bar{\nabla} {\wedge}F &= \mathtt{rgrad \verb!^! F} \\
F \cdot \nabla &= \texttt{F|grad} \\
\bar{\nabla}\cdot F &= \texttt{rgrad|F} \\
F \rfloor \nabla &= \texttt{F<grad} \\
Expand Down

0 comments on commit ddf95fb

Please sign in to comment.