-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.tex
649 lines (555 loc) · 18.2 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
% press command+option+B to build, or change "Auto Build: Run" in Settings.
\documentclass{book}
\usepackage{xeCJK}
\usepackage{geometry}
\usepackage{underlin}
\usepackage{wrapfig}
\usepackage{caption}
\usepackage{graphicx}
\usepackage{psfrag}
\usepackage{subfig}
\usepackage{pdfpages}
\usepackage{multirow}%表格合并行列单元格
% 分栏并浮动图片
\usepackage{float}
\usepackage{multicol}
\usepackage[none]{hyphenat}
\usepackage{appendix}
% 数学
\usepackage{unicode-math}%正体希腊字母
\usepackage{pifont}%原书使用的特殊符号输入
%TODO 可以拿来输入整体希腊字母,但不清楚是否能拿来解决跟unicode-math冲突的问题
\usepackage{mathrsfs}
\usepackage{amsfonts}
\usepackage{bm}
\usepackage{bbm}
\usepackage{textcomp}
%代码抄录
\usepackage{listings}
% 设置图书版式
\usepackage{marginnote}%侧栏
\usepackage{fancyhdr}%页眉页脚页码
\usepackage{indentfirst}%首段空两格
\usepackage{mdframed}%加阴影
\usepackage{xcolor}%特殊字体颜色
\usepackage{setspace}%行距
\usepackage{hyperref}
\usepackage{xpatch}%设置verbatim前后间距
\usepackage{mflogo}%METAPOST和METAFONT logo
%行号
\usepackage{lineno}
%圆角边框
\usepackage{fancybox}
%首字下沉
\usepackage{lettrine}
%特殊字体
\usepackage{fontspec}
%页面奇偶性判断
\usepackage{ifthen}
\usepackage{chngpage}
%用于VerbatimInput等照抄情况
\usepackage{fancyvrb}
%附录用包
% \usepackage{tikz}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{psfrag}
\usepackage{minitoc}
\usepackage{calc}
\newcommand\codereplace[1]{%代码中的<可替换>部分
{\xeCJKsetup{CJKecglue={\hskip 0pt}}%
{\rm ⟨}\textsl{#1}{\rm ⟩}}}
\newcommand\wz[1]{%网址
{\ttfamily #1}}
\newcommand\jz[1]{%原书脚注
\footnote{#1}}
\newcommand\yz[1]{%译注
\footnote{\textsl{译注:}#1}}
\newcommand\dm[1]{%代码
\texttt{#1}}
\newcommand\dmh[1]{%代码行
{\xeCJKsetup{CJKecglue={\hskip 0pt}}%
\vspace{0.5em}\noindent\raisebox{-3.5mm}[0pt][0pt]{\rule[1ex]{1mm}{5.5mm}}\quad \fontencoding{T1}\fontfamily{ccr}\fontseries{m}\fontshape{n}\selectfont #1\vspace{0.5em}
}}
\newcommand\dmhmake[1]{%emacs指令行
{\xeCJKsetup{CJKecglue={\hskip 0pt}}%
\vspace{0.5em}\noindent\raisebox{-3.5mm}[0pt][0pt]{\rule[1ex]{1mm}{5.5mm}}\quad \fontencoding{T1}\fontfamily{phv}\fontseries{m}\fontshape{n}\selectfont #1\vspace{0.5em}
}}
\newcommand\celan[1]{%侧栏
\checkoddpage
\ifcpoddpage{
\footnotesize $\blacktriangleright$%
\marginpar{%
\footnotesize%
$\blacktriangleleft$ \textsf{#1}}}
\else{
\footnotesize $\blacktriangleleft$%
\marginpar{%
\hfill
\footnotesize%
$\blacktriangleright$ \textsf{#1}}}
\fi}
%bibtex logo
\def\bib{B\textsc{IB}\TeX}
%%% 以下为字体和特殊字符显示设置 %%%
%正文字体
\setCJKmainfont[
BoldFont={FandolSong-Bold}, % 破产宋 Bold
ItalicFont={FandolKai-Regular}, % 破产楷
SlantedFont={FandolFang-Regular}, % 破产仿宋
]{STSongti-SC-Regular} % 破产宋 Regular
\setCJKsansfont[
BoldFont={NotoSansCJKsc-Bold}, % 思源黑
ItalicFont={DingTalk-JinBuTi},% 钉钉进步体
SlantedFont={FandolFang-Regular}, % 破产仿宋
]{NotoSansCJKsc-DemiLight} % 思源黑半轻
\setCJKmonofont[
BoldFont={PingFangSC-Semibold}, % 苹方中黑
ItalicFont={HannotateSC-W7},% 手札体常规
SlantedFont={FandolFang-Regular}, % 破产仿宋
]{HYZhengYuan-EEW} % 汉仪正圆
% \setsansfont[
% BoldFont={NotoSansCJKsc-Bold}, % 思源黑
% ItalicFont={DingTalk-JinBuTi},% 钉钉进步体
% SlantedFont={FandolFang-Regular}, % 破产仿宋
% ]{} % 思源黑半轻
% \setmonofont[
% BoldFont={FiraCodeRoman-SemiBold},
% ItalicFont={JetBrainsMonoNL-Italic},
% ]{FiraCodeRoman-Regular}
%特殊字符的字体显示
\xeCJKDeclareSubCJKBlock{angleBracket}{
"27E8 -> "27E9, %〈〉半角括号
"25B4 %▴
}
\setCJKmainfont[angleBracket]{STIXTwoMath-Regular}
\xeCJKsetcharclass{"2580}{"259F}{1}%侧栏小方块示例
\xeCJKsetcharclass{"211A}{"211F}{1}%双钩R
\xeCJKsetcharclass{"0370}{"03FF}{1}%希腊字母
\xeCJKsetup{AutoFallBack=true}
\setCJKfallbackfamilyfont{\CJKrmdefault}{ArialUnicodeMS}
\setCJKfamilyfont{smileyHeiCJK}{SmileySans-Oblique}
\setfontfamily\smileyHei{SmileySans-Oblique}%得意黑排LaTeX logo的表现不佳,需单独替换
%% 以下为原书展示效果的复刻 %%%
%原书的书侧面标签
%NOTE 这个标签在各章最后一页的位置似乎有错误
\makeatletter
\DeclareFixedFont{\oongletfont}{T1}{phv}{b}{n}{20pt}
\newcounter{chapitre}
\renewcommand{\thechapitre}{\arabic{chapitre}}
\newlength{\oongletwidth}
\newlength{\oongletheight}
\newlength{\oongletvshift}
\newlength{\oongletvpos}
\newlength{\oongletdeltamp}
\setlength{\oongletdeltamp}{3.8mm}
% facteur de decalage entre les chapitre
\newcommand{\oongletsep}{0.84}
% dimension de la boite qui contient le numero du chapitre
\setlength{\oongletheight}{35pt}
% \setlength{\oongletwidth}{1.4cm}
\setlength{\oongletwidth}{2cm}
% position de la premiere etiquette
\setlength{\oongletvshift}{-1cm}
\newcommand{\grisonglet}{couleurfondonglet}
\newcommand{\noironglet}{couleuronglet}
% la couleur de fond de l'onglet
\definecolor{couleurfondonglet}{gray}{.8}
\definecolor{couleuronglet}{gray}{0.2}
\newcommand{\b@iteonglet}{%
\colorbox{\grisonglet}{%
\parbox[t][\oongletheight][s]{\oongletwidth}{%
\vfill%
\centering%
\ifthenelse{\isodd{\value{page}}}{%
\mbox{\oongletfont\color{\noironglet}\thechapter\qquad}}{%
\reflectbox{\oongletfont\color{\noironglet}\thechapter~~~\quad}}%
\vfill}}}
\newcommand{\oonglet}{%
\makebox[0pt][l]{%
\ifthenelse{\isodd{\value{page}}}{% page impaire
\hspace*{\oongletdeltamp}%
\hspace*{\marginparwidth}%
\hspace*{\marginparsep}%
\hspace*{-\oongletwidth}%
\hspace*{-2\fboxsep}%
}{%
\hspace*{-\oongletdeltamp}%
\hspace*{-\marginparwidth}%
\hspace*{-\marginparsep}}%
\setlength{\oongletvpos}{%
-\oongletvshift-\oongletheight*\real{\thechapitre}*\real{\oongletsep}}%
\raisebox{\oongletvpos}[0pt][0pt]{\b@iteonglet}}}
\let\ongletpaire\oonglet
\let\ongletimpaire\oonglet
\makeatother
% 章首环绕minitoc的titlebox
\newsavebox{\boitetitre}
\newlength{\tempdim}
\newlength{\largeurboitetitre}
\newlength{\hauteurboitetitre}
\newlength{\largeurtitre}
\newcommand{\espacetitre}{0.6}
\newcommand{\decalagetitreg}{1}
\newcommand{\decalagetitred}{5}
\newcommand{\traitressort}[2][1]{%
\leaders\hrule height#2\hskip0pt plus #1fill\relax}
\newcommand{\titlebox}[3][-0.5ex]{%
\begin{lrbox}{\boitetitre}\kern\fboxsep#3\kern\fboxsep\end{lrbox}%
\settowidth{\largeurboitetitre}{\usebox{\boitetitre}}%
\settowidth{\largeurtitre}{#2}%
\settoheight{\hauteurboitetitre}{\usebox{\boitetitre}}%
\settodepth{\tempdim}{\usebox{\boitetitre}}%
\addtolength{\hauteurboitetitre}{\tempdim+2\fboxrule+2\fboxsep}%
\parbox{\fboxrule}{%
\rule{\fboxrule}{\hauteurboitetitre}}%
\parbox{\largeurboitetitre}{%
\begin{flushleft}
\makebox[\largeurboitetitre]{%
\traitressort[\decalagetitreg]{\fboxrule}%
\raisebox{#1}[0pt][0pt]{%
\kern\espacetitre\fboxsep#2\kern\espacetitre\fboxsep}%
\traitressort[\decalagetitred]{\fboxrule}}\\[\fboxsep]\nointerlineskip
\usebox{\boitetitre}\\[\fboxsep]\nointerlineskip%
\rule{\largeurboitetitre}{\fboxrule}
\end{flushleft}}%
\parbox{\fboxrule}{%
\rule{\fboxrule}{\hauteurboitetitre}}}
% minitoc
%NOTE 原书minitoc太复杂了,主要是改字体、改各种间距,而且似乎没有给macOS的适配,这里放的是简化版本
\nomtcrule
\nomtcpagenumbers
\mtcsettitle{minitoc}{}
\setcounter{minitocdepth}{1}
\setlength{\mtcindent}{0pt}
\renewcommand{\mtcSfont}{\sffamily}
\dominitoc
% 原书章首格式
%NOTE 章首数字如果用\DeclareFixedFont{\chapnumfont}{T1}{phv}{b}{n}{112.8pt}这玩意来定义字体的话,会在第11章开始字号莫名其妙地缩小一圈,所以这里对于\thechapter就直接展开写了
\DeclareFixedFont{\chapchapfont}{T1}{phv}{b}{n}{22.56pt}
\makeatletter
\renewcommand{\@makechapterhead}[1]{%
\thispagestyle{empty}
\noindent
\begin{minipage}[t][6cm]{.65\linewidth}
\raisebox{-2cm}[0pt][0pt]{
\titlebox{\textsf{本章摘要}}{
\begin{minipage}{0.75\linewidth}
\minitoc
\end{minipage}}}
\end{minipage}%
\begin{minipage}[t]{.35\linewidth}
\begin{flushright}%
{\chapchapfont\chaptername}\\[1cm]
{%
\fontencoding{T1}%
\fontfamily{phv}%
\fontseries{b}%
\fontshape{n}%
\fontsize{112.8pt}{112.8pt}%
\selectfont%
\thechapter}
\end{flushright}
\end{minipage}%
\begin{flushright}
{\fontsize{35.12}{35.12}\selectfont\sffamily{\textbf {#1}}}
\end{flushright}
\vspace{1cm}
}
\renewcommand{\@makeschapterhead}[1]{%
\thispagestyle{empty}
\noindent
\vspace{3cm}
\begin{flushright}
{\fontsize{35.12}{35.12}\selectfont\sffamily{\textbf {#1}}}
\end{flushright}
\vspace{1cm}
}
%PART的新定义如果参数量设为[2]会导致页面后面以正文字体奇怪地重复一遍标题,目前把接受参数数量改到了4个,不确定是否有别的影响TODO
\renewcommand{\@part}[4]{%
\ifnum \c@secnumdepth >-2\relax
\refstepcounter{part}%
\addcontentsline{toc}{part}{\thepart\hspace{1em}#2}%
\else
\addcontentsline{toc}{part}{#2}%
\fi
\markboth{}{}%
\begin{flushright}
\thispagestyle{empty}
\interlinepenalty \@M
\ifnum \c@secnumdepth >-2\relax
\fontsize{30}{30}\selectfont\smileyHei{\partname~\thepart}
\par
\fi
\fontsize{50}{50}\selectfont \sffamily{\textbf{#2}}\par
\end{flushright}%
\@endpart}
\makeatother
% 原书的提示框
%NOTE 这几个环绕形式都会产生问题:要求内容至少占2行。法文篇幅比中文长,所以这种问题没有凸显出来。但到了译文中,这个问题是我们必须要注意的问题。目前采用的解决方案比较简单粗暴:如果译文没有占到2行,则手动添加一个空行。
\newlength{\larnota}
\newlength{\largligne}
\newlength{\padnota}
\newlength{\indnota}
\definecolor{LightPink}{RGB}{230,173,173}
\definecolor{LightBlue}{RGB}{173,216,230}
\newcommand\nota[1]{%
\setlength{\padnota}{5pt}%
\setlength{\larnota}{.9cm}%
\setlength{\indnota}{\larnota+\padnota}%
\setlength{\largligne}{\textwidth-\indnota}%
\sffamily%
\parshape=3%
\indnota\largligne%
\indnota\largligne%
0pt\textwidth\noindent%
\raisebox{-\larnota+2.2ex}[0pt][0pt]{%
\makebox[0pt][r]{%
\includegraphics[width=\larnota]{#1}%
\hspace*{\padnota}}}\ignorespaces}
% 原书的圆圈感叹号
\newenvironment{exclamation}{%
\begin{mdframed}[backgroundcolor=LightPink,%
hidealllines=true]%
\nota{img/fmb-important}}%
{%
\end{mdframed}%
}
% 原书的圆圈问号
\newenvironment{qquestion}{%
\begin{mdframed}[%
hidealllines=true]%
\nota{img/fmb-question}}{%
\end{mdframed}%
}
% 原书的圆圈i
\newenvironment{ii}{%
\begin{mdframed}[backgroundcolor=LightBlue,%
hidealllines=true]%
\nota{img/fmb-note}}{%
\end{mdframed}%
}
\newenvironment{dmd}{%代码段
\xeCJKsetup{CJKecglue={\hskip 0pt}}
\vspace{0.5em}
\ttfamily
\setlength{\parindent}{0pt}
}{
\rmfamily
\vspace{0.5em}
}
% 原书的代码清单
%NOTE 代码清单序号在翻译时进行了手动调整,跟原书有较大差别,不用自动计数为宜
\makeatletter
\newsavebox{\b@iteentree}
\newsavebox{\b@itesortie}
\newsavebox{\list@nb}
\newsavebox{\bitebxedminipage}
\newlength{\ltxexmargintdeborde}
\newlength{\ltxexmargextdeborde}
\setlength{\ltxexmargintdeborde}{5mm}
\setlength{\ltxexmargextdeborde}{10mm}
\newcommand{\ltxexoutputwidthpercent}{44}
\newcommand{\ltxexinputwidthpercent}{53}
\newcommand{\ltxexoutputwidthratio}{.\ltxexoutputwidthpercent}
\newcommand{\ltxexinputwidthratio}{.\ltxexinputwidthpercent}
\newenvironment{ltxexempleenv}{%
\noindent
}{}
\newlength{\hauteurdutrait}
\newlength{\tempodim}
\newcommand{\hauteurtotale}[2]{%
% 存储要测量的对象
\setbox\@tempboxa\hbox{{#2}}%
% 获取高度
\setlength{#1}{\ht\@tempboxa}%
% 在高度基础上加上深度
\addtolength{#1}{\dp\@tempboxa}%
% 排空临时字盒
\setbox\@tempboxa\box\voidb@x}%
\newenvironment{codelist}[2][N/A]{%
\setlength{\fboxsep}{.5pt}%
\savebox{\b@itesortie}{%
\begin{minipage}{\ltxexoutputwidthratio\linewidth}
\setlength{\parindent}{10pt}%
#2%把文件效果誊写进来
\end{minipage}}%
\savebox{\list@nb}{%
\raisebox{-1.7pt}[0pt][0pt]{%
\setlength{\fboxsep}{.7pt}%
\colorbox{black}{%
\makebox[16pt]{%
\color{white}%
\tiny\sffamily{\textbf{#1}}}}}%
}
\VerbatimEnvironment%
\begin{VerbatimOut}{\jobname.exa}}{
\end{VerbatimOut}%照抄到外面的文件
\begin{ltxexempleenv}%
\savebox{\b@iteentree}{%
\begin{minipage}{\ltxexinputwidthratio\linewidth}
\input{\jobname.exa}%\VerbatimInput{\jobname.exa}%照抄进来
\end{minipage}}%
% 测量入口字盒
\hauteurtotale{\tempodim}{\usebox{\b@iteentree}}%
% 测量出口字盒
\hauteurtotale{\hauteurdutrait}{\usebox{\b@itesortie}}%
% 取较大值
\ifthenelse{\hauteurdutrait<\tempodim}{%
\setlength{\hauteurdutrait}{\tempodim}}{}%
\addtolength{\hauteurdutrait}{-16pt}
%开始绘制
\usebox{\b@iteentree}%
\parbox{3pt}{%
\begin{center}%
\rule{2pt}{.7\hauteurdutrait}\\\nointerlineskip
\rotatebox{90}{\usebox{\list@nb}}\\\nointerlineskip
\rule{2pt}{.3\hauteurdutrait}%
\end{center}}%
\kern4pt%
\usebox{\b@itesortie}%
\end{ltxexempleenv}}%
\makeatother%
% 原书的各章首题记
\newsavebox{\nomepigraphe}
\newlength{\epigraphetopskip}
\newlength{\epigraphebottomskip}
\setlength{\epigraphetopskip}{-0.5cm}
\setlength{\epigraphebottomskip}{1cm}
\newenvironment{epigraphe}[1]{%
\vspace*{\epigraphetopskip}%
\small\sffamily%
\savebox{\nomepigraphe}{#1}%
\slshape%
\begin{flushright}}{%
\\[4pt]\usebox{\nomepigraphe}%
\end{flushright}\par%
\vspace*{\epigraphebottomskip}}
% 原书的引文
\newsavebox{\auteurcitation}
\newsavebox{\boitecitation}
\newboolean{auteurcitationpresent}
\definecolor{originalcitation}{rgb}{0.90,0.90,0.90}%
\newenvironment{origincitation}[1][]{%
\ifthenelse{\equal{#1}{}}{%
\setboolean{auteurcitationpresent}{false}}{%
\setboolean{auteurcitationpresent}{true}%
\savebox{\auteurcitation}{#1}}% on le sauve si nécessaire
\begin{lrbox}{\boitecitation}
\begin{minipage}{.8\linewidth}%
\setlength{\parindent}{10pt}%
\small\slshape«\ignorespaces}% on passe en petit et penché
{\unskip»
\ifthenelse{\boolean{auteurcitationpresent}}%
{\par\nopagebreak\hfill\usebox{\auteurcitation}}
{}% sinon on ne fait rien...
\end{minipage}
\end{lrbox}
\begin{center}
\setlength{\fboxsep}{10pt}%
\colorbox{originalcitation}{\usebox{\boitecitation}}
\end{center}}
%%% 原书内容的复刻完毕 %%%
%带跳转的内容颜色
\definecolor{MediumBlue}{RGB}{0,0,205}
\hypersetup{
colorlinks = true,
linkcolor = MediumBlue
}
\title{关于\LaTeX 的那些你想知道却从不敢问的问题\\或者说,如何在不会使用\LaTeX 的情况下使用\LaTeX}
\author{Vincent Lozano 著}
\begin{document}
\newgeometry{
inner = 0cm, outer = 0cm,
top = 0cm, bottom=0cm,
marginparwidth = 0cm
%, marginparsep = 0.5cm,
% includeheadfoot
}
\thispagestyle{empty}
\begin{center}
~\\
\vspace{\stretch{1}}
\includegraphics[width=0.75\linewidth]{img/transparentcover}
\vspace{\stretch{2}}
~\\
\end{center}
% \vspace{\stretch{1}}
%去除空白页页眉页脚
\makeatletter
\renewcommand{\cleardoublepage}{% 重定义该指令
\clearpage\ifodd\c@page\else
\hbox{}
\vspace*{\fill}
\thispagestyle{empty}% 添加此行
\newpage
\fi}
\makeatother
\maketitle
%正文版式
\newgeometry{
% inner = 2cm, outer = 4cm,
% top = 2.5cm, bottom=2.5cm,
marginparwidth = 3.1cm, marginparsep = 0.5cm,
% includeheadfoot
}
\pagestyle{fancy}
%页眉定义,默认开标签
\fancyhf{}
\fancyhead[LE]{\ongletpaire\bfseries\thepage}
\fancyhead[RO]{\bfseries\thepage\ongletimpaire}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\footrulewidth}{0pt}
%章首版式
\fancypagestyle{plain}{%
\fancyhf{}% 全部清空
\fancyfoot[C]{\thepage}% 页面底部的页码
% 清空所有线条
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}}
%verbatim设置为不特殊打断,会根据代码内容与\verb 和\texttt混用
\xpretocmd\verbatim{
\setlength{\topsep}{0pt}
\setlength{\partopsep}{0pt}
}{}{\fail}
\setstretch{1.2}
\frontmatter
%关标签
\fancyhead[LE]{\bfseries\thepage}
\fancyhead[RO]{\bfseries\thepage}
\input{introduction-0.tex}
\input{lucrece.tex}
\input{introduction.tex}
\tableofcontents
\mainmatter
%开标签
\fancyhead[LE]{\ongletpaire\bfseries\thepage}
\fancyhead[RO]{\bfseries\thepage\ongletimpaire}
\setcounter{chapitre}{1}
\input{chapitre1.tex}\stepcounter{chapitre}
\input{chapitre2.tex}\stepcounter{chapitre}
\input{chapitre3.tex}\stepcounter{chapitre}
\input{chapitre4.tex}\stepcounter{chapitre}
\input{chapitre5.tex}\stepcounter{chapitre}
\input{chapitre6.tex}\stepcounter{chapitre}
\input{chapitre7.tex}\stepcounter{chapitre}
\input{chapitre8.tex}
%下文关标签
\input{introduction2.tex}
\stepcounter{chapitre}
%下文开标签
\input{chapitre9.tex}\stepcounter{chapitre}
\input{chapitre10.tex}\stepcounter{chapitre}
\input{chapitre11.tex}\stepcounter{chapitre}
\input{chapitreA.tex}\stepcounter{chapitre}
\input{chapitreB.tex}\stepcounter{chapitre}
\input{chapitreC.tex}\stepcounter{chapitre}
\input{chapitreD.tex}
\backmatter
%关标签
\fancyhead[LE]{\bfseries\thepage}
\fancyhead[RO]{\bfseries\thepage}
\input{biliographie.tex}
\input{glossoire.tex}
\end{document}