请问怎么对代码加行号# TeX - TeX电子排版系统
y*g
1 楼
就是插入一段代码,保存缩进和换行
如
#include
int main()
{
printf("hello,world!");
}
在前面加入行号变成
1 #include
2 int main()
3 {
4 printf("hello,world!");
5 }
应该怎么做呢?
谢谢
如
#include
int main()
{
printf("hello,world!");
}
在前面加入行号变成
1 #include
2 int main()
3 {
4 printf("hello,world!");
5 }
应该怎么做呢?
谢谢