我目前正在尝试用 LaTeX 对章节和小节进行如下编号。
1 节 1.1 子节 1.1.1 子子节,
但是,似乎只能对我的部分进行编号。
我在文章课上,已经把
\setcounter{secnumdepth}{5}
在我的序言中,但似乎无法使其正确编号。
我对此还很陌生,因此如果我没有提供足够的细节,请原谅。
我的序言是这样的
\documentclass[twocolumn,prl,nobalancelastpage,aps,10pt]{article}
%\documentclass[rmp,preprint]{revtex4-1}
\setcounter{tocdepth}{5}
\setcounter{secnumdepth}{5}
\usepackage{graphicx,bm,times}
\usepackage{booktabs, tabularx}
\usepackage{appendix}
\def\bibsection{\section*{\refname}}
\usepackage{titling}
\usepackage{appendix}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{textcomp}
\usepackage{circledsteps}
\usepackage{xcolor}
\usepackage{float}
\usepackage{titlesec}
\usepackage{caption}
\DeclareCaptionFormat{myformat}{#1#2#3\hrulefill}
\captionsetup[figure]{format=myformat}
\setlength{\droptitle}{-8em}
\begin{document}
\section{Introduction}
\subsection{Motivation behind the work}
\end{document}
我的“简介”部分编号为 1,但子部分没有 1 这个数字......