Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2449
Closed
Open
Issue created Jun 03, 2020 by Administrator@rootContributor

physics extension missing macros

Created by: 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>
Assignee
Assign to
Time tracking