Skip to content

Instantly share code, notes, and snippets.

@hongyangqin
Created January 5, 2018 11:29
Show Gist options
  • Select an option

  • Save hongyangqin/1a9d3c76267fc9018d34fe707c8c87a3 to your computer and use it in GitHub Desktop.

Select an option

Save hongyangqin/1a9d3c76267fc9018d34fe707c8c87a3 to your computer and use it in GitHub Desktop.
[ latex ] 用 LaTeX 写文档,如何使 \section 的编号数字从 1 开始?

用 LaTeX 写文档,如何使 \section 的编号数字从 1 开始?

from : https://www.zhihu.com/question/20200256

在前面加这个语句,章节序号就可以统一自动加1(经评论区指正,答案已修改)

\setcounter{section}{1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment