tip/editing

LaTeX - "subequations"

esudoz 2015. 12. 30. 15:37

Equations들을 한 그룹으로 묶고 싶을때 사용!


즉,


처럼 하고 싶을때 말임.



간단함.

\begin{subequations}

\begin{equation}

f(x)=x,

\end{equation}

\begin{equation}

g(x)=x^2

\end{equation}

\end{subequations}


이게 다임.



심지어,

\end{equation} 

\begin{equation}

사이에 글도 추가 가능함. 그리고 그 곳은 equation이 끝난 부분이라 latex의 text부분임.


ex)

\begin{subequations}

\begin{equation}

f(x)=x,

\end{equation}

here!!

\begin{equation}

g(x)=x^2

\end{equation}

\end{subequations}

의 결과는 다음과 같음