凌宮数学の数式プラグイン eq で使用可能な$$ \text{\TeX} $$コマンド

  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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
\newcommand{\disp}[1]{{\displaystyle {#1}}}
%% Width Alignment
\newcommand{\spc}[2]{{\ooalign{{\hss{$#1$}\hss}\crcr{\phantom{\hss{$#2$}\hss}}}}}
\newcommand{\clap}[2]{{\ooalign{{\hss{$#1$}\hss}\crcr{\hss{$#2$}\hss}}}}
 
%% Bector
\renewcommand{\b}[1]{{\bm {#1}}}
\def\:#1{{\b#1}}
\def\bi{{\bm i}}
 
\newcommand{\sx}{ \mathbin{\bm \cdot}}                  % Dot    Product
\newcommand{\Sx}{ \mathbin{\spc{\bm \cdot}{\times}}}    % Dot    Product (Alignment as cross product)
\newcommand{\vx}{ \mathbin \times    }                  % Cross  Product
\newcommand{\wx}{ \mathbin \wedge    }                  % Widge  Product
\newcommand{\tx}{ \mathbin \otimes   }                  % Tensor Product
\newcommand{\wxv}{\mathbin{\clap{\wx}{{}_{{}_v}}}}      % Widge  Product of Macro vector
\newcommand{\wxb}{\mathbin{\clap{\wx}{{}_{{}_b}}}}      % Base Product
 
\newcommand{\grad }{\mathrm{grad}}
\newcommand{\rot  }{\mathrm{rot}}
\newcommand{\diver}{\mathrm{div}}
 
%%\newcommand{\yaku}{\approx}
\newcommand{\perct}{\%}
 
\newcommand{\pr}{\partial}
\newcommand{\dl}{\delta}
\newcommand{\Dl}{\varDelta}
 
\newcommand{\ff} [2]{\frac{\,{#1}\,}{\,{#2}\,}}
\newcommand{\dd} [2]{\frac{\,d{#1}\,}{\,d{#2}\,}}
\newcommand{\pp} [2]{\frac{\,\pr{#1}\,}{\,\pr{#2}\,}}
 
\newcommand{\ffd}[2]{\disp{\ff{\disp{#1}\mathstrut}{\disp{#2}\mathstrut}}}
\newcommand{\ddd}[2]{\disp{\dd{\disp{#1}\mathstrut}{\disp{#2}\mathstrut}}}
\newcommand{\ppd}[2]{\disp{\pp{\disp{#1}\mathstrut}{\disp{#2}\mathstrut}}}
 
\newcommand{\rt}[2][{\;\;}]{\sqrt[#1]{#2\,}}
\newcommand{\Inte}[2][]{\!\int_{#1}^{#2}}
\newcommand{\inte}[1][\,\,]{\!\int_{#1\!}}
\newcommand{\nte}[1][\,\,]{\!\!\int_{#1\!}}
 
\newcommand{\hindent}{\hspace{2em}}
 
\newcommand{\bs}[1]{{\scriptstyle(#1)}}
 
\newcommand{\fracstrut}{\vphantom{\frac{\mathstrut}{\mathstrut}}}
\newcommand{\ffdstrut}{\vphantom{\ffd{\mathstrut}{\mathstrut}}}
 
\renewcommand{\arraystretch}{1}
\newcommand{\arr}[2][c]{{}\!\begin{array}{#1}#2\end{array}\!{}}
\newcommand{\arrc}[2][c]{{}\!\left(\arr[#1]{#2}\right)\!{}}
\newcommand{\arrs}[2][c]{{}\!\left[\arr[#1]{#2}\right]\!{}}
\newcommand{\arrw}[2][c]{{}\!\left\{\arr[#1]{#2}\right\}\!{}}
\newcommand{\arrb}[2][c|c]{\!\left[{}\!\arr[#1]{#2}\right]\!\!{}}
 
\newcommand{\iro}[2][ak]{{\color{#1}#2}}
\newcommand{\clr}[2][red]{{\color{#1}#2}}
 
%%Itaric Greek Alphabet
\newcommand{\omicron   }{o}
 
\newcommand{\varAlpha  }{A}
\newcommand{\varBega   }{B}
\newcommand{\varEpsilon}{E}
\newcommand{\varZeta   }{Z}
\newcommand{\varEta    }{H}
\newcommand{\varIota   }{I}
\newcommand{\varKapper }{K}
\newcommand{\varMu     }{M}
\newcommand{\varNu     }{N}
\newcommand{\varOmicron}{O}
\newcommand{\varRho    }{P}
\newcommand{\varTau    }{T}
\newcommand{\varChi    }{X}
 
%%Itaric Greek Alphabet 3char
\newcommand{\gal}{\alpha     }
\newcommand{\gbt}{\beta      }
\newcommand{\ggm}{\gamma     }
\newcommand{\gdl}{\delta     }
\newcommand{\gep}{\varepsilon}
\newcommand{\gzt}{\zeta      }
\newcommand{\get}{\eta       }
\newcommand{\gth}{\theta     }
\newcommand{\gio}{\iota      }
\newcommand{\gkp}{\kappa     }
\newcommand{\glm}{\lambda    }
\newcommand{\gmu}{\mu        }
\newcommand{\gnu}{\nu        }
\newcommand{\gxi}{\xi        }
\newcommand{\gom}{ o         }
\newcommand{\gpi}{\pi        }
\newcommand{\grh}{\rho       }
\newcommand{\gsg}{\sigma     }
\newcommand{\gta}{\tau       }
\newcommand{\gup}{\upsilon   }
\newcommand{\gph}{\varphi    }
\newcommand{\gch}{\chi       }
\newcommand{\gps}{\psi       }
\newcommand{\goM}{\omega     }
\newcommand{\gks}{\xi        }
 
\newcommand{\gAl}{    A      }
\newcommand{\gBt}{    B      }
\newcommand{\gGm}{\varGamma  }
\newcommand{\gDl}{\varDelta  }
\newcommand{\gEp}{    E      }
\newcommand{\gZt}{    Z      }
\newcommand{\gEt}{    H      }
\newcommand{\gTh}{\varTheta  }
\newcommand{\gIo}{    I      }
\newcommand{\gKp}{    K      }
\newcommand{\gLm}{\varLambda }
\newcommand{\gMu}{    M      }
\newcommand{\gNu}{    N      }
\newcommand{\gXi}{\varXi     }
\newcommand{\gOm}{    O      }
\newcommand{\gPi}{\varPi     }
\newcommand{\gRh}{    P      }
\newcommand{\gSg}{\varSigma  }
\newcommand{\gTa}{    T      }
\newcommand{\gUp}{\varUpsilon}
\newcommand{\gPh}{\varPhi    }
\newcommand{\gCh}{    X      }
\newcommand{\gPs}{\varPsi    }
\newcommand{\gOM}{\varOmega  }
\newcommand{\gKs}{\varXi     }
 
%% alimented function
\newcommand{\wsin}{\spc{\sin}{\cos}}
\newcommand{\wcos}{\spc{\cos}{\cos}}
\newcommand{\wtan}{\spc{\tan}{\cos}}
 
%% colored function
\newcommand{\csin}{\spc{{\color{ak}\sin}}{\cos}}
\newcommand{\ccos}{\spc{{\color{ao}\cos}}{\cos}}
\newcommand{\ctan}{\spc{{\color{md}\tan}}{\cos}}
\newcommand{\ci}{\clr[ak]{\bm i}}  % i
 
%% undetermind operator 
%\newcommand{\ccossin}{\clr[mr]{\subarray{c} \displaystyle \cos \\ \displaystyle \sin \endsubarray}}
\newcommand{\tri}{\textrm{tri}}
\newcommand{\ctri}{\clr[mr]{\tri}}
\newcommand{\cpm}{\clr[mr]{\pm}}
\newcommand{\cmp}{\clr[mr]{\mp}}
 
%% unit 		%% cf http://www.kuee.kyoto-u.ac.jp/~eel/qty/node7.html
\def\u#1{{%
    \def\O{\textrm{O}}%
    \def\u{\textrm{u}}%
    \mathcode`\u=\mu
    \mathcode`\O=\Omega
\rm #1}}
 
%%http://www.biwako.shiga-u.ac.jp/sensei/kumazawa/tex/web0028.html
 
\newcommand{\overparenthesis}[2][3pt]%
{\mathop{\,\vbox{%
  \baselineskip0ex\lineskip#1\ialign{##%
    \crcr{\downparenthfill}%
    \crcr{$\!\displaystyle{#2}\!$}%
    \crcr%
  }%
}\,}\limits}%
\newcommand{\underparenthesis}[2][3.5pt]%
{\mathop{\,\vtop{%
  \baselineskip0ex\lineskip#1\ialign{##%
    \crcr{$\!\displaystyle{#2}\!$}%
    \crcr{\upparenthfill}%
    \crcr%
  }%
}\,}\limits}%
\newcommand{\overbracket}[2][3pt]%
{\mathop{\,\vbox{%
  \baselineskip0ex\lineskip#1\ialign{##%
    \crcr{\downbracketfill}%
    \crcr{$\!\displaystyle{#2}\!$}%
    \crcr%
  }%
}\,}\limits}%
\newcommand{\underbracket}[2][3.5pt]%
{\mathop{\,\vtop{%
  \baselineskip0ex\lineskip#1\ialign{##%
    \crcr{$\!\displaystyle{#2}\!$}%
    \crcr{\upbracketfill}%
    \crcr%
  }%
}\,}\limits}%
 
\def\downparenthfill{$\m@th\braceld\leaders\vrule\hfill\bracerd$}
 
\def\upparenthfill{$\m@th\bracelu\leaders\vrule\hfill\braceru$}
 
\def\upbracketfill{$\m@th\makesm@sh{\llap{\vrule\@height3\p@\@width.7\p@}}%
  \leaders\vrule\@height.7\p@\hfill
  \makesm@sh{\rlap{\vrule\@height3\p@\@width.7\p@}}$}
 
\def\downbracketfill{$\m@th
  \makesm@sh{\llap{\vrule\@height.7\p@\@depth2.3\p@\@width.7\p@}}%
  \leaders\vrule\@height.7\p@\hfill
  \makesm@sh{\rlap{\vrule\@height.7\p@\@depth2.3\p@\@width.7\p@}}$}
リロード   新規 編集 凍結 差分 添付 複製 改名   初基 一覧 検索 最新 バックアップ リンク元   ヘルプ   最終更新のRSS
Last-modified: 2013.0104 (金) 1810.5800 (4130d)