-
SubequationsStudy/LaTeX 2016. 5. 13. 20:18
수식 쓸때, numbering에 문자 추가하는 방법: subequations
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{subequations}
\label{equations}
\begin{align}
\label{eq:f}
f(x)&=ax + b \\
\label{eq:g}
g(x)&=cx^2 + dx + e
\end{align}
\end{subequations}
For example, see \eqref{equations}.
Or see equations \eqref{eq:f} and \eqref{eq:g}.
\end{document}
f(x) = ax+b (1a)
g(x) = cx^2+dx + e (1b)
http://tex.stackexchange.com/questions/38716/adding-letters-to-equation-numbers
'Study > LaTeX' 카테고리의 다른 글
[LaTeX] Math mode에서 공백 넣기(spacing) (0) 2014.08.27 [LaTeX] 글자에 색깔 넣기 (0) 2013.11.25 [LaTeX] WinEdt 자동 줄바꿈 (0) 2012.12.03 [LaTeX] WinEdt + Acrobat X 연동시 Acro-DDE Service Error (0) 2012.05.30 IEEE PDF eXpress 통과하는 법 (0) 2012.03.31