作者moch2 (1973)
看板LaTeX
標題[問題] 方程式編號問題
時間Fri Apr 22 13:10:04 2011
我使用article模式
所以最上層是section
使用align打方程式
但是方程式的編號會是 舉例
1 Section
ax^2+by^2=1 (1)
cx^2-dy^2=1 (2)
2 Section
ax^2+by^2=1 (3)
cx^2-dy^2=1 (4)
但是我想要得是
1. title
ax^2+by^2=1 (1.1)
cx^2-dy^2=1 (1.2)
2. title
ax^2+by^2=1 (2.1)
cx^2-dy^2=1 (2.2)
不知道問題出在哪裡
如果我改成report環境
使用chapter的話 就可以像我想的那樣
但假設我使用 report+chapter 每章會出現一個大大的Chapter N
但是我不想要那個Chapter 所以就陷入困難了
希望版友們幫幫忙
謝謝!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.113.22.7
1F:推 building:在設定的地方加上:\numberwithin{equation}{section} 04/22 14:06
2F:→ lovinlover:試試eqnarray 印象中這個好像是類似的編號 04/22 14:06
3F:→ andrew43:用report的話可用titlesec調整header樣式. 04/22 15:00
4F:→ moch2:building大的方式有用! 感謝 也謝謝其他給予意見的版友 04/22 22:25
5F:推 rqkxx:雖然很久以前,但被幫助推 11/15 12:11
6F:推 asdftyuiop:被幫助了+1。 大家都好厲害噢~ 01/31 14:14