楼主:
sleeeve (赴美留学的日子...)
2015-06-15 16:50:57刚学Latex没多久,我在处理algorithm时,中间repeat的部分有点长,Latex会自动换行
但却没对齐上面一行,EX:
Solve (1), to find x1 and x2 (by Matlab)
结果显示出来是:
Solve (1), to find x1 and x2 (by
Matlab)
我希望是
Solve (1), to find x1 and x2 (by
Matlab)
请问该怎么处理呢?