열렬히.뛰기

LaTex - 텍스트

Language > 마크업 / 스타일링 / 표현식 > LaTex > LaTex - 텍스트

텍스트와 특수문자

기본 텍스트

latex
\text{"안녕 잘 지내니"}
\text{"안녕 잘 지내니"}

띄어쓰기와 칸 띄우기

latex
hello~world \\
hello \kern{10pt} world
hello~world \\ hello \kern{10pt} world

스타일

  • displaystyle : 가장 큰 글씨체
  • textstyle :

정렬하기

  • \begin{align*}\end{align*} 이라는 녀석을 사용해야 한다.
  • align 뒤에 별을 붙이면 몇 번째 줄인지를 표기하는 숫자가 안 생긴다.
  • & 기호 : 기준을 맞추는 역할
latex
\begin{align*} 
x^2 &+ 2x = 4 \\
-sin(y) &+ f^{\prime}(x) = 5
\end{align*}
\begin{align*} x^2 &+ 2x = 4 \\ -sin(y) &+ f^{\prime}(x) = 5 \end{align*}

그리스 문자

latex

집합과 명제

latex