## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux Tex发行版 * [x ] TexLive `2020` * [ ] MikTeX `版本号` * [ ] CTeX ## 我的问题 比如插入的代码是完整源码中的某一片段,但是又希望保留该片段源码在完整源码中的行号(如附件所示),要怎么做?
所插入的代码的行号不从 1 开始编号.pdf
137KB

1 回答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 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。