mimeTeX_peculiarity

다른 TeX 수식 출력 SW와 다른 점

Proper(?) supposed(?) LaTeX rendering mimeTeX rendering
\| ?.gif $ \| $
\left\|x\right\| $\left\|x\right\|$ 이건 잘 된다. left right에 붙을 때만 잘 되나? 하나만 쓸 땐 \parallel을 써야 하나?

표 만드는 것도 잘 안되니.. plain text로 목록만 나열

\vec{v}' 하면 $\vec{v}'$ 로 나온다.
임시방편으로
\vec{v}{}' 하면 $\vec{v}{}'$ 로 나온다.

\lb x 하니 $\lb x$ 로 나오는데 이게 뭐람?
\L => $\L$

\operatorname{det} 하니 $\operatorname{det}$ 나옴

안 나오는 것:
\| (is parallel with, norm 기호)
∤ (\nmid, 정수론 기호)
$x \not | y$ \not | 이건 안 좋게 나온다
$x \not\mid y$ \not\mid

$\centernot\mid$
이상하게/다르게 나오는 것:
\angle $\angle$ (expected: ∠)
\cong $\cong$ (expected:
\cong,\approxeq by local mimetex: $\cong,\approxeq$
\cong,\approxeq by codecogs:
http://latex.codecogs.com/png.image?%5Cdpi%7B110%7D%5Ccong%2C%5Capproxeq?.png

\mathfrak{ABCDEFGHI} $\mathfrak{ABCDEFGHI}$
\curl $\curl$
x^\frac12 $x^\frac12$ - 다음과 같이 써야 함. x^{\frac12} $x^{\frac12}$
\sqrt\frac\alpha\beta $\sqrt\frac\alpha\beta$ - 다음과 같이 써야 함. \sqrt{\frac\alpha\beta} $\sqrt{\frac\alpha\beta}$


지원하지 않는 것:
\iff $\iff$ (use \Leftrightarrow $ \Leftrightarrow $ )
\varnothing $\varnothing$ (use \emptyset $ \emptyset $ )
\implies $\implies$
\Box $\Box$ - Use the latexsym package to access this symbol
\mho $\mho$
\complement $\complement$
\backsimeq $\backsimeq$ (\simeq $\simeq$ 는 지원)
\boldsymbol $\boldsymbol{x}$
\leqq $\leqq$
\geqq $\geqq$
\tfrac
$\nexists$
$\because$ (\therefore, $\therefore$ 는 지원)
rotatebox를 써서 돌릴 수 있다.
\therefore{\rotatebox{180}\therefore} $\therefore{\rotatebox{180}\therefore}$
$\and \or \And \Or $
$\lvert \rvert \lVert \rVert $
$\Vert$
$\aleph \beth \gimel \daleth$
\mathit{0123456789} $\mathit{0123456789}$
숫자는 이탤릭이 안 됨이 보인다.
\mathsf{ABCDEFGHI} $\mathsf{ABCDEFGHI}$
sans-serif 지원 않음이 보인다.
\digamma \Digamma $\digamma \Digamma$
\sim $\sim$ 은 지원하는데 $\nsim$ ≁ 은 지원 안한다. \not\sim 을 써야 함.. => $\not\sim$

mimeTeX에서 기본 지원하는데 codecogs에서 지원 안하는 것

취소선(strikethrough, strike out) \sout{Hello} $\sout{Hello}$ 패키지 ulem이 있어야 됨.
https://www.codecogs.com/latex/eqneditor.php

maybe bugs?


code:
\underset{\uparrow\atop\textrm{normal}}{\nabla f} \cdot \underset{\uparrow\atop\textrm{tangent}}{\frac{d\vec{r}}{dt}}=0

mimetex:
$\underset{\uparrow\atop\textrm{normal}}{\nabla f} \cdot \underset{\uparrow\atop\textrm{tangent}}{\frac{d\vec{r}}{dt}}=0$

codecogs:
https://latex.codecogs.com/gif.latex?%5Cdpi%7B150%7D%20%5Cunderset%7B%5Cuparrow%5Catop%5Ctextrm%7Bnormal%7D%7D%7B%5Cnabla%20f%7D%20%5Ccdot%20%5Cunderset%7B%5Cuparrow%5Catop%5Ctextrm%7Btangent%7D%7D%7B%5Cfrac%7Bd%5Cvec%7Br%7D%7D%7Bdt%7D%7D%3D0?.gif


그래서 overset을 썼는데 이건 잘됨.
\overset{\textrm{normal}\atop\downarrow}{\nabla f} \cdot \overset{\textrm{tangent}\atop\downarrow}{\frac{d\vec{r}}{dt}}=0
$\overset{\textrm{normal}\atop\downarrow}{\nabla f} \cdot \overset{\textrm{tangent}\atop\downarrow}{\frac{d\vec{r}}{dt}}=0$

underbrace도 잘됨.
\underbrace{\nabla f}_{\uparrow\atop\textrm{normal}} \cdot \underbrace{\frac{d\vec{r}}{dt}}_{\uparrow\atop\textrm{tangent}}=0
$\underbrace{\nabla f}_{\uparrow\atop\textrm{normal}} \cdot \underbrace{\frac{d\vec{r}}{dt}}_{\uparrow\atop\textrm{tangent}}=0$

2021

2021-06-06 - 관계,relation 작성하다가.
\dom $\dom$ 지원안함.
\ran $\ran$ - 아마 rangle로 추측해서?

2022

야코비안,Jacobian작성하다가. 다음.
$J(u,v)=\begin{vmatrix}{\partial x\over \partial u}&{\partial x\over \partial v}\\{\partial y\over \partial u}&{\partial y\over \partial v}\end{vmatrix}={\partial x\over \partial u}{\partial y\over \partial v}-{\partial y\over \partial u}{\partial x\over \partial v}$

2023

편각,argument 추가하다가.
$\text{arg}(z_1 z_2) = \text{arg}z_1 + \text{arg}z_2, \; \text{arg}\left(z_1 \over z_2\right) = \text{arg}z_1 - \text{arg}z_2$

문제점

* 공식사이트 없어짐
* \begin{cases}에서 2개 -> 3개로 늘어날 때 갑자기 (왼쪽 중괄호 모양)이 확 굵어지는 것 - ex. see 함수,function#s-14 and s-15

mimeTeX 개조 시 추가할 것


Warning: fopen(./data/cache/backlinks/b/b1/b1123abbd84e7333ce4d8ea3d0c0c0a7) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/8/8b/8be6d21290e3590977ad20057b7767fe) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/a/a2/a21f76e28ee2c03cfe622e73422d84e3) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/6/60/605e102c3af3058ef0c8d175683d47bf) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/e/e1/e1e9f46c9f3dbcc21dae9d82e4dfa75c) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/8/89/89cc7ec86a389169d25f82cd41bef870) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277

Warning: fopen(./data/cache/backlinks/b/b6/b60fd19989d043fab87e3a5b51f9379b) [function.fopen]: failed to open stream: No such file or directory in /home1/tomoyo/public_html/123/lib/cache.text.php on line 277