Template:LaTeX mapping operators/doc: Difference between revisions

ArrowHead294 (talk | contribs)
Make documentation page
 
ArrowHead294 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{dochead}}
{{dochead}}
{{todo|inline=1| Documentation }}
{{{{ROOTPAGENAME}}|}}
=== Usage ===
[[Val]]s, [[monzo]]s, [[wedgie]]s, bimonzos, trimonzos, and dot products are supported.
 
{| class="wikitable"
|+ style="font-size: 105%;" | Pre-defined LaTeX control sequences for interval vectors
|-
! rowspan="2" | Operator
! colspan="2" | Example
|-
! You type
! You get
|-
| <code>\monzo{}</code>
| <code>\monzo{-4 & 4 & -1}</code>
| <math>\monzo{-4 & 4 & -1}</math>
|-
| <code>\val{}</code>
| <code>\val{12 & 19 & 28}</code>
| <math>\val{12 & 19 & 28}</math>
|-
| <code>\vmproduct{}</code>
| <code>\vmproduct{12 & 19 & 28}{-4 & 4 & -1}</code>
| <math>\vmproduct{12 & 19 & 28}{-4 & 4 & -1}</math>
|}