-
Notifications
You must be signed in to change notification settings - Fork 2
/
master.tex
133 lines (123 loc) · 4.11 KB
/
master.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
% !TEX program = xelatex
\documentclass[a4paper,titlepage,UTF8]{ctexbook}
%%%%%%%%%%%%
\usepackage{tikz}
\newcommand{\arr}{
\begin{tikzpicture}
\draw[white,fill=black] (0,0)--(.4em,0)--(-.18em,-.32em)--(0,0); %下方三角填充
\draw (0,0)--(-.18em,-.32em)--(.4em,0)--(-.18em,.32em)--(0,0); %边缘轮廓
\draw (0,0)--(.4em,0); %中间那条横线
\end{tikzpicture}}
\usepackage{enumitem} %个性化列表标签
%%%%%%%%%%%%%%%%%%%%%%%%%
% 导言区
\input{./global_setup/package}
\input{./global_setup/macros}
\input{./global_setup/setting}
\begin{document}
% 正文区(文稿区)
% 页眉页脚
\pagestyle{fancy}
\lhead{\includegraphics[scale=0.1]{logo}}
\renewcommand{\headrulewidth}{0.4pt}
\maketitle
\thispagestyle{empty}
\clearpage
\setcounter{page}{1}
\clearpage
% \newgeometry{top=0in}
\tableofcontents
% \restoregeometry
\clearpage
\setcounter{page}{1}
% 不输出标题编号
\specialsectioning
\include{./chapter/A/API_Design_Principles}
\include{./chapter/A/QAbstractAnimation}
\include{./chapter/A/QAbstractAudioDeviceInfo}
\include{./chapter/A/QAbstractAudioInput}
\include{./chapter/A/QAbstractAudioOutput}
\include{./chapter/A/QAbstractAxis}
\include{./chapter/A/QAbstractBarSeries}
\include{./chapter/A/QAbstractItemModel}
\include{./chapter/A/QAbstractSocket}
\include{./chapter/B/Best_Practice_Guides}
\include{./chapter/C/ContainerClasses}
\include{./chapter/C/QCoreApplication}
\include{./chapter/D/QDate}
\include{./chapter/F/QFile}
\include{./chapter/F/QFileInfo}
\include{./chapter/G/QGenericArgument}
\include{./chapter/G/QGenericReturnArgument}
\include{./chapter/H/const_iterator}
\include{./chapter/H/QHash}
\include{./chapter/H/qhash-key-iterator}
\include{./chapter/H/QHash-iterator}
\include{./chapter/H/QHashIterator}
\include{./chapter/P/QPaintEngine}
\include{./chapter/P/QPluginLoader}
\include{./chapter/P/QtPlugin}
\include{./chapter/Q/Qt_Overviews}
\include{./chapter/J/QJsonParseError}
\include{./chapter/K/QKeyValueIterator}
\include{./chapter/L/QLibrary}
\include{./chapter/L/QList}
\include{./chapter/L/QList_Const_Iterator}
\include{./chapter/M/ModelViewProgramming}
\include{./chapter/M/ModelViewTutorial}
\include{./chapter/M/MultithreadingTechnologiesInQt}
\include{./chapter/M/QMainWindow}
\include{./chapter/M/QMap}
\include{./chapter/M/QMapIterator}
\include{./chapter/M/QMetaClassInfo}
\include{./chapter/M/QMetaMethod}
\include{./chapter/M/QMetaObject}
\include{./chapter/M/QMetaObject_Connection}
\include{./chapter/M/QMetaProperty}
\include{./chapter/M/QMetaType}
\include{./chapter/M/QMultiHash}
\include{./chapter/M/QMultiMap}
\include{./chapter/M/QMutableHashIterator}
\include{./chapter/M/QMutableMapIterator}
\include{./chapter/M/QMutex}
\include{./chapter/M/QMutexLocker}
\include{./chapter/M/The_Meta-Object_System}
\include{./chapter/M/Why_Does_Qt_Use_Moc_for_Signals_and_Slots}
\include{./chapter/O/QOpenGLShaderProgram}
\include{./chapter/R/QReadLocker}
\include{./chapter/R/QReadWriteLock}
\include{./chapter/R/QRcursiveMutex}
\include{./chapter/R/ResourceCompilerRcc}
\include{./chapter/R/TheQtResourceSystem}
\include{./chapter/S/QSql}
\include{./chapter/S/QSqlDatabase}
\include{./chapter/S/QSctpServer}
\include{./chapter/S/QSctpSocket}
\include{./chapter/S/QSemaphore}
\include{./chapter/S/QSerialPort}
\include{./chapter/S/QSerialPortInfo}
\include{./chapter/S/QSsl}
\include{./chapter/S/QSslCertificate}
\include{./chapter/S/QSslCertificateExtension}
\include{./chapter/S/QSslCertificate_Obsolete}
\include{./chapter/S/QSslCipher}
\include{./chapter/S/QSslError}
\include{./chapter/S/QSslKey}
\include{./chapter/S/QSslSocket}
\include{./chapter/S/QStyledItemDelegate}
\include{./chapter/S/signals_and_slots}
\include{./chapter/S/SynchronizingThreads}
\include{./chapter/T/QTcpServer}
\include{./chapter/T/QTcpSocket}
\include{./chapter/T/QTimer}
\include{./chapter/T/QText2DEntity}
\include{./chapter/T/QTransform}
\include{./chapter/T/QTimeLine}
\include{./chapter/U/QUdpSocket}
\include{./chapter/W/QWaitCondition}
\include{./chapter/W/QWebEngineHistory}
\include{./chapter/W/QWebEngineHistoryItem}
\include{./chapter/W/QWebEngineView}
\include{./chapter/W/QWriteLocker}
\include{./chapter/X/QX11Info}
\end{document}