有关“报告”章节编号和参考书目的一般帮助

有关“报告”章节编号和参考书目的一般帮助

我从另一个文档中“继承”了一个设置,但它现在的表现并不如我所愿……这是序言,

\documentclass[a4paper,11pt,twoside]{report}
\usepackage[left=2.5cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{amsmath}
\usepackage[nodayofweek]{datetime}
\longdate
\renewcommand{\ttdefault}{pcr}
\usepackage{titlesec}
\titleformat*{\section}{\Huge\bfseries}
\usepackage[left=2.5cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{mathtools}

\usepackage{float}
\usepackage{listings}
\lstset{frame=single,language=C++,captionpos=b,aboveskip=10pt,belowskip=0pt,basicstyle=\ttfamily\small,breaklines=true}

\floatstyle{plain} % optionally change the style of the new float
\newfloat{code}{H}{myc}

\usepackage{hyperref}
\usepackage{graphicx}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}

%\renewcommand\refname{Bibliography}

\title{\Huge{\textbf{blah blah blah blah}}}
\date{}
\author{me\\
       \{me\}@xyz.com\\ \\
}
\usepackage[nottoc,numbib]{tocbibind}

我想要的只是这种设置,

第1章

介绍

啦啦啦啦

1.1 新部分

ETC

我还希望参考书目不要像现在这样作为另一章出现。而是不编号……但出现在目录中。

相关内容