转自:「 LaTex 」写论文,单双栏显示行号_Robot_Starscream的博客-CSDN博客_latex 双栏行号
单栏 - 行号位于最左侧
\usepackage{lineno}
\begin{document}
\linenumbers
\end{document}
双栏 - 左栏行号位于最左侧,右栏行号位于最右侧
\usepackage[switch]{lineno}
\begin{document}
\linenumbers
\end{document}
本文介绍了如何在LaTeX中为单栏和双栏布局设置行号,对于撰写论文非常实用。单栏文档可通过加载lineno包并使用linenumbers命令实现行号添加;双栏文档则需额外指定switch选项来分别在左右两栏正确显示行号。
转自:「 LaTex 」写论文,单双栏显示行号_Robot_Starscream的博客-CSDN博客_latex 双栏行号
单栏 - 行号位于最左侧
\usepackage{lineno}
\begin{document}
\linenumbers
\end{document}
双栏 - 左栏行号位于最左侧,右栏行号位于最右侧
\usepackage[switch]{lineno}
\begin{document}
\linenumbers
\end{document}

被折叠的 条评论
为什么被折叠?
