programing/Web

[Web] 웹에서 수학 수식 사용하기

Einere 2019. 8. 15. 17:39

LaTeX 공식 홈페이지

https://www.latex-project.org/

 

LaTeX - A document preparation system

LaTeX – A document preparation system LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific

www.latex-project.org

 

LaTeX 문법

http://www.icl.utk.edu/~mgates3/docs/latex.pdf

불러오는 중입니다...

수학

등식

$$\begin{equation} \label{x1}
x = a + b.
\end{equation}$$

\begin{equation} \label{x1} x = a + b. \end{equation}

 

$$\begin{gather}
x = a + b, \label{x2} \\
y = c + d + e + f. \label{y2}
\end{gather}$$

\begin{gather} x = a + b, \label{x2} \\ y = c + d + e + f. \label{y2} \end{gather}

윗첨자

$$x^{1}$$

x^{1}

 

아래첨자

$$x_{1}$$

x_{1}

 

분수

$$\frac{1}{2}$$

\frac{1}{2}

 

이항계수

$$\binom{n}{k}$$

\binom{n}{k}

 

함수들

삼각함수

\sin \cos \tan \sec \csc \cot

\sinh \cosh \tanh \coth

\arcsin \arccos \arctan

 

지수 로그

\exp \lg \ln \log

 

최소 최대 극한

\min \max \arg

\inf \sup

\liminf \limsup \lim

 

최대공약수 최소공배수 기타 등등

\det \ker \dim

\gcd \deg \hom \Pr

 

관계

 

연산자

루트는 \sqrt[3]{10} 

Letter 2.0 스킨에서 사용법

달러 기호 두개($$) 사이에 LaTex문법을 넣으면 된다.

$$x=1$$

 

달러기호 한개($) 사이에 넣으면 인라인으로 적용된다. 

수식$x=1$입니다