latex⾃动⽣成中⽂⽬录_如何调整⽬录格式?
更改 如下
```tex
% ⽤ xelatex 编译
\documentclass[UTF8,openright]{ctexbook}
\usepackage{pdfpages}
\newcommand{\RELESE}{} % ⾮盲审版本
\newcommand{\NOMARK}{} % 删除⾃⽤标记
\newcommand{\SIGNED}{} % 声明页前⾯
\ifdefined\RELESE
\newcommand{\ssinfo}[1]{#1}
\else
\newcommand{\ssinfo}[1]{}
\fi
% 论⽂版⾯要求:
% 统⼀按 word 格式A4纸(页⾯设置按word默认值)编排、打印、制作。
% 正⽂内容字体为宋体;字号为⼩4号;字符间距为标准;⾏距为25磅(约0.88175cm)。
% 页⾯设置
\usepackage[a4paper,top=2.54cm,bottom=2.54cm,left=3.17cm,right=3.17cm,includehead,includefoot]{geometry} \setlength{\parindent}{2em}
\setlength{\parskip}{0.5em}
% 章节 标题 设置
\ctexset{
contentsname={\centerline{⽬\ 录}},
listfigurename={\centerline{插\ 图}},
listtablename={\centerline{表\ 格}},
bibname={},
chapter={
name={第,章},
number=\chinese{chapter},
nameformat={\zihao{3}\bfseries},
titleformat={\zihao{3}\bfseries},
beforeskip={-10pt},
afterskip={20pt}
},
section={
format=\raggedright,
nameformat={\zihao{4}\bfseries},
titleformat={\zihao{4}\bfseries},
西贝尔跑车afterskip={1ex plus 0.2ex}
},
subsection={
format=\raggedright,
nameformat={\zihao{-4}\bfseries},
titleformat={\zihao{-4}\bfseries},
afterskip={0.5ex plus 0.1ex}
}
}
% 中英⽂字体
\setmainfont{Times New Roman}
\setCJKfamilyfont{STSong}{STZhongsong}\newcommand{\STSong}{\CJKfamily{STSong}} \setCJKmonofont{STKaiti}% mac 下⾯仿宋是坏的
\}
% 浮动图表的标题
\usepackage[margin=2em,labelsep=space,skip=0.5em,font=normalfont]{caption}
\DeclareCaptionFormat{mycaption}{{\heiti\color{blue} #1}#2{\kaishu #3}}
\captionsetup{format=mycaption,tablewithin=chapter,figurewithin=chapter}
\renewcommand{\thefigure}{\arabic{chapter}-\arabic{figure}}
\renewcommand{\cftfigpresnum}{图 }
\renewcommand{\cftfigaftersnum}{}
\newlength{\extralen}
\settowidth{\extralen}{\cftfigpresnum\cftfigaftersnum}
\addtolength{\cftfignumwidth}{\extralen}
% 其他
\usepackage{ulem}
\usepackage{caption}
\usepackage{mathrsfs}
\usepackage{multirow}
\usepackage{url}
\def\ULthickness{1pt}
\begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 在编译前替换掉 u0008 字符%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ifmacosx
\immediate\write18{sh u0008.sh}
\fi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% ===== 格式
\input{}
\zihao{-4}
%------------------ 盲审敏感信息 ------------------------
\ifdefined\RELESE
\csupervisor{xx}
九的部首是什么\cauthor{xx}
\def\ccauthor{xx}
\studentid{xx}
\esupervisor{xx}
\eauthor{xx}
\else
\csupervisor{}
\cauthor{}
\def\ccauthor{}
\studentid{}
\esupervisor{}
全球十大强国排名\eauthor{}
\fi
%-------------------------------------------------------
% 中⽂封⾯信息
\graduateyear{2020} % 毕业年份
% \class{O175.29; TP311.1} % 分类号
\class{} % 分类号
\ctitle{\uline{xx}}
\def\cctitle{xx} % 在原创性声明中使⽤, 不能出现⼿⼯换⾏
\caffil{xx}
\cmajor{xx} % 计算数学
\cdirection{xx} % 数值代数
\cdate{2020 年 5 ⽉}
% 英⽂封⾯信息
\etitle{xx}
\eaffil{xx}
\emajor{xx}
\edirection{xx}
\edate{May, 2020}
% ⽣成封⾯
%\newgeometry{top=2.0cm,bottom=2.0cm,left=2.5cm,right=2.5cm} %{
%\renewcommand{\baselinestretch}{1.6}
%\makecover
%}
% % 原创性声明与著作权使⽤声明
% \ifdefined \SIGNED
% \includepdf{fig/signed.pdf}
% \else
% \include{info/Declaration}
% \fi
% \clearpage{\pagestyle{empty}\cleardoublepage}
% % 答辩委员会成员
% \include{info/Committee}
% \clearpage{\pagestyle{empty}\cleardoublepage}
%\frontmatter
%% 中⽂摘要
%\thispagestyle{plain}
%\include{info/abs_cn}
%\clearpage
%元旦寄语
%% 英⽂摘要
%\thispagestyle{plain}
%\include{info/abs_en}
美白面膜排行榜%\clearpage\cleardoublepage
%
{
\hypersetup{linkcolor=black}
% ⽣成⽬录
\newpage
\setcounter{tocdepth}{1}
\phantomsection
\addcontentsline{toc}{chapter}{⽬录}
\tableofcontents
\newpage
\phantomsection
\addcontentsline{toc}{chapter}{图⽬录}
{
% \renewcommand{\addvspace}[1]{}% 可以删除章节空隙\listoffigures
}
\newpage
\phantomsection
\addcontentsline{toc}{chapter}{表⽬录}
{
% \renewcommand{\addvspace}[1]{}% 可以删除章节空隙\listoftables
}
}
% 正⽂部分
\mainmatter
盆栽\linespread{1.4}\selectfont
%\setlength{\baselineskip}{0.88175cm}
\chapter{AA}
\section{A}
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论