我已使用\counterwithout{table}{chapter}
从表格编号中删除章节编号前缀,但文档中唯一的表格仍显示为“2”
\counterwithout{table}{chapter}
我刚刚做了一点调试,看来一旦在序言中声明了目录,它就会被包含在表格计数中。
chngcntr
这些是我正在使用的序言中的包和命令。
\usepackage[square, numbers, comma, sort&compress]{natbib}
\usepackage[english]{babel}
\usepackage{array}
\usepackage{mathtools}
\usepackage{float}
\usepackage{placeins}
\usepackage{wrapfig}
\usepackage{chngcntr}
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
\lstset{numberbychapter=false}
\renewcommand{\lstlistingname}{Code}
\renewcommand{\lstlistlistingname}{List of Code}
\hypersetup{urlcolor=blue, colorlinks=true}
\title{\ttitle}
我也在用。当我使用 时,\frontmatter
这会造成麻烦吗?chngcntr
\counterwithout{table}{chapter}