Skip to content

physics extension missing macros #2449

@bdtc

Description

@bdtc

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions