다른 문서의 설정을 약간 '상속'했는데 지금은 원하는 대로 작동하지 않습니다. 여기에 서문이 있습니다.
\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 새로운 섹션
등
또한 참고문헌이 지금 보이는 것처럼 다른 장으로 표시되지 않기를 바랍니다. 하지만 번호는 없지만... 목차에는 표시됩니다.