Re: [問題]關於編號

看板LaTeX (論文排版)作者 (Myrmarachne)時間13年前 (2012/03/16 23:14), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
主要方法是利用 amsmath package 中的 subequations 環境。 \documentclass{article} \usepackage{amsmath} \begin{document} Lorem ipsum dolor sit amet. \begin{subequations} \begin{equation} \begin{aligned} & x1+y1=z1 \\ & \text{This is equation 1} \\ \end{aligned} \label{eq1} \end{equation} \begin{equation} \begin{aligned} & x2+y2=z2 \\ & \text{This is equation 2} \\ \end{aligned} \label{eq2} \end{equation} \end{subequations} Call \ref{eq1} or \ref{eq2}. \end{document} ※ 引述《cominx (中階小鼓手)》之銘言: : 在子公式的編碼裡 : 兩公式間需要插入一段文字敘述 : 呈現出來的型式是 : x1+y1=z1 (1.1a) : 這是公式一 : 主要說明....... : x2+y2=z2 (1.1b) : 這是公式二 : 主要說明....... : 以此類推 : 請教大大 : 是否有解決的方式 -- http://apansharing.blogspot.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.117.37.172
文章代碼(AID): #1FOrY_Hr (LaTeX)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #1FOrY_Hr (LaTeX)