File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed
M2/Macaulay2/packages/Macaulay2Doc Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 34
34
Example
35
35
{1, 2 } ** {10, 20 , 30 }
36
36
///
37
+
38
+ doc ///
39
+ Key
40
+ symbol ⊠
41
+ Headline
42
+ a binary operator, usually used for external product
43
+ Description
44
+ Text
45
+ To insert this character in Emacs, you may press @KBD " C-x 8 RET" @
46
+ or @KBD " M-x insert-char" @ and then enter " squared times" in the
47
+ minibuffer.
48
+
49
+ Alternatively, you may press @KBD " C-x RET C-\\" @ or
50
+ @KBD " M-x set-input-method" @ and then enter " TeX" in the minibuffer.
51
+ Afterwards, typing " \boxtimes" will input the ⊠ character. You may then
52
+ toggle the input method using @KBD " C-\\" @ or
53
+ @KBD " M-x toggle-input-method" @.
54
+ ///
55
+
56
+ doc ///
57
+ Key
58
+ symbol ⧢
59
+ Headline
60
+ a binary operator, usually used for shuffle product
61
+ Description
62
+ Text
63
+ To insert this character in Emacs, you may press @KBD " C-x 8 RET" @
64
+ or @KBD " M-x insert-char" @ and then enter " shuffle product" in the
65
+ minibuffer.
66
+ ///
Original file line number Diff line number Diff line change @@ -196,3 +196,21 @@ document {
196
196
},
197
197
SeeAlso => {(degree ,Matrix ),degrees }
198
198
}
199
+
200
+ doc ///
201
+ Key
202
+ symbol ·
203
+ Headline
204
+ a binary operator, usually used for dot product
205
+ Description
206
+ Text
207
+ To insert this character in Emacs, you may press @KBD " C-x 8 RET" @
208
+ or @KBD " M-x insert-char" @ and then enter " middle dot" in the
209
+ minibuffer.
210
+
211
+ Alternatively, you may press @KBD " C-x RET C-\\" @ or
212
+ @KBD " M-x set-input-method" @ and then enter " TeX" in the minibuffer.
213
+ Afterwards, typing " \cdot" will input the · character. You may then
214
+ toggle the input method using @KBD " C-\\" @ or
215
+ @KBD " M-x toggle-input-method" @.
216
+ ///
Original file line number Diff line number Diff line change @@ -1065,6 +1065,7 @@ document {
1065
1065
TO symbol + ,
1066
1066
TO symbol - ,
1067
1067
TO symbol * ,
1068
+ TO symbol · ,
1068
1069
TO symbol / ,
1069
1070
TO symbol // ,
1070
1071
TO symbol % ,
@@ -1073,6 +1074,8 @@ document {
1073
1074
TO symbol ++ ,
1074
1075
TO symbol ** ,
1075
1076
TO symbol ^** ,
1077
+ TO symbol ⊠ ,
1078
+ TO symbol ⧢ ,
1076
1079
TO symbol ~ ,
1077
1080
TO symbol (* ) ,
1078
1081
TO symbol : ,
You can’t perform that action at this time.
0 commit comments