抱歉我的英语不好。您好,我想得到类似这样的信息:
Latex 我的水平还不够高,我尝试用下面的代码来做,但不确定是否有帮助。
他曾想过用titlesec来修改章节和目录与minitoc,但是不兼容。
\documentclass[a4paper]{book}
\usepackage[a4paper]{geometry}
%\usepackage{minitoc}
\usepackage{titlesec}
\titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter}{50pt}{\Huge\bfseries}
%\titlespacing*{\chapter}{0pt}{0pt}{30pt}
\begin{document}
%\dominitoc[n]\nomtcrule
\tableofcontents
\chapter{Prueba}
\rule{\linewidth}{1mm}
%\minitoc
\section{otra prueba}
\subsection{probando subseccion}
\end{document}