提问于:
浏览数:
2545
1 回答
0
`algorithm2e` 中有行号计数器 AlgoLine
具体可以运行下面这个示例
```
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[linesnumbered,ruled]{algorithm2e}
\begin{document}
\begin{algorithm}
\caption{ceshi}
code
code
code
\setcounter{AlgoLine}{6}
code
code
\end{document}
```
-
非常感谢! – 子时 2021-01-28 08:46 回复
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。