-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamFixedTest Neededv3v3.2
Milestone
Description
v3 physics extension:
Missing the macros: \Bqty
, \Residue
, \ip
.
(\Residue
is in the style file, but not mentioned in the physics package documentation.)
It would be nice to have a way to request the equivalent to the options italicdiff
and arrowdel
.
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<script
id="MathJax-script"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
></script>
</head>
<body>
<div class="hidden" >
\(\require {physics}\)
</div>
<p>
<kbd>\pqty</kbd>: \(\pqty {a}\) <kbd>\vqty</kbd>: \(\vqty {a}\) <kbd>\bqty</kbd>: \(\bqty {a}\) <kbd>\Bqty</kbd>: \(\Bqty {a}\)
</p>
<p>
<kbd>\Residue</kbd>: \(\Residue [f(z)]\)
</p>
<p>
<kbd>\innerproduct</kbd>: \(\ip {\frac {A}{B}} \quad \ip {\frac {A}{B}}{b}\)
</p>
<p>
<kbd>\innerproduct*</kbd>: \(\ip *{\frac {A}{B}} \quad \ip *{\frac {A}{B}}{b}\)
</p>
</body>
</html>
Metadata
Metadata
Assignees
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamFixedTest Neededv3v3.2