summaryrefslogtreecommitdiffstats
path: root/src/kile/symbols/operators.tex
blob: 1531d20b7e772bd6f597e25815b149acab2ff43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[T1]{fontenc}
\usepackage{color}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Author: Thomas Braun
% begin: Sun 9 april 2006
% last edit: Mon 9 april 2007
% License: GPLv2 or later
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\iffalse
\newcommand{\begin{neededpkgs}}[2][]{}
\newcommand{\pkgs}[2][]{}
\fi

\input{definitions}

\begin{document}
 
\mathcommand{\pm}
\mathcommand{\mp}
\mathcommand{\times}
\mathcommand{\div}
\mathcommand{\ast}
\mathcommand{\star}
\mathcommand{\circ}
\mathcommand{\bullet}
\begin{neededpkgs}{amssymb}
\mathcommand{\divideontimes}
\mathcommand{\ltimes}
\mathcommand{\rtimes}
\end{neededpkgs}
\mathcommand{\cdot}
\begin{neededpkgs}{amssymb}
\mathcommand{\dotplus}
\mathcommand{\leftthreetimes}
\mathcommand{\rightthreetimes}
\end{neededpkgs}
\mathcommand{\amalg}
\mathcommand{\otimes}
\mathcommand{\oplus}
\mathcommand{\ominus}
\mathcommand{\oslash}
\mathcommand{\odot}
\begin{neededpkgs}{amssymb}
\mathcommand{\circledcirc}
\mathcommand{\circleddash}
\mathcommand{\circledast}
\end{neededpkgs}
\mathcommand{\bigcirc}
\mathcommand{\boxdot}
\mathcommand{\boxminus}
\mathcommand{\boxplus}
\mathcommand{\boxtimes}
\mathcommand{\diamond}
\mathcommand{\bigtriangleup}
\mathcommand{\bigtriangledown}
\mathcommand{\triangleleft}
\mathcommand{\triangleright}
\begin{neededpkgs}{amssymb}
\mathcommand{\lhd}
\mathcommand{\rhd}
\mathcommand{\unlhd}
\mathcommand{\unrhd}
\end{neededpkgs}
\mathcommand{\cup}
\mathcommand{\cap}
\mathcommand{\uplus}
\begin{neededpkgs}{amssymb}
\mathcommand{\Cup}
\mathcommand{\Cap}
\end{neededpkgs}
\mathcommand{\wr}
\mathcommand{\setminus}
\pkgs{amssymb}\mathcommand{\smallsetminus}
\mathcommand{\sqcap}
\mathcommand{\sqcup}
\mathcommand{\wedge}
\mathcommand{\vee}
\begin{neededpkgs}{amssymb}
\mathcommand{\barwedge}
\mathcommand{\veebar}
\mathcommand{\doublebarwedge}
\mathcommand{\curlywedge}
\mathcommand{\curlyvee}
\mathcommand{\dagger}
\mathcommand{\ddagger}
\mathcommand{\intercal}
\end{neededpkgs}
\mathcommand{\bigcap}
\mathcommand{\bigcup}
\mathcommand{\biguplus}
\mathcommand{\bigsqcup}
\mathcommand{\prod}
\mathcommand{\coprod}
\mathcommand{\bigwedge}
\mathcommand{\bigvee}
\mathcommand{\bigodot}
\mathcommand{\bigoplus}
\mathcommand{\bigotimes}
\mathcommand{\sum}
\mathcommand{\int}
\mathcommand{\oint}
\begin{neededpkgs}{amsmath}
\mathcommand{\iint}
\mathcommand{\iiint}
\mathcommand{\iiiint}
\mathcommand{\idotsint}
\end{neededpkgs}

\mathcommand{\arccos}
\mathcommand{\arcsin}
\mathcommand{\arctan}
\mathcommand{\arg}
\mathcommand{\cos}
\mathcommand{\cosh}
\mathcommand{\cot}
\mathcommand{\coth}
\mathcommand{\csc}
\mathcommand{\deg}
\mathcommand{\det}
\mathcommand{\dim}
\mathcommand{\exp}
\mathcommand{\gcd}
\mathcommand{\hom}
\mathcommand{\inf}
\mathcommand{\ker}
\mathcommand{\lg}
\mathcommand{\lim}
\mathcommand{\liminf}
\mathcommand{\limsup}
\mathcommand{\ln}
\mathcommand{\log}
\mathcommand{\max}
\mathcommand{\min}
\mathcommand{\Pr}
\pkgs{amsmath}\mathcommand{\projlim}
\mathcommand{\sec}
\mathcommand{\sin}
\mathcommand{\sinh}
\mathcommand{\sup}
\mathcommand{\tan}
\mathcommand{\tanh}
\begin{neededpkgs}{}
\mathcommand{\varlimsup}
\mathcommand{\varliminf}
\mathcommand{\varinjlim}
\mathcommand{\varprojlim}
\end{neededpkgs}

\end{document}