-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathThesis-Chapter-ChapAbbr.tex
552 lines (481 loc) · 15.6 KB
/
Thesis-Chapter-ChapAbbr.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
\chapter{Insert Chapter Title Here}
\label{Section:ChapAbbr}
\BlankFootnote{Insert chapter footnote here.
The chapter footnote could include citations to related publications by the author (``The material in this chapter was presented in part in ....'').}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\label{Section:ChapAbbr:Introduction}
Insert chapter introduction here.
\lipsum[1-2]
\mbox{\textit{Related Work:}}
Our work is related to \cite{Examples:Conference01, Examples:Journal01, Examples:Conference02, Examples:Journal02, Examples:Conference03}.
\lipsum[3-4]
\mbox{\textit{Our Contribution:}}
\lipsum[5-6]
Proofs of theorems are deferred to \Section~\sref{Section:ChapAbbr:ProofsOfTheorems}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Some Examples}
\label{Section:ChapAbbr:SomeExamples}
\lipsum[7]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Examples of Figures and Tables}
\label{Section:ChapAbbr:SomeExamples:FiguresTables}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FIGURE: CHAPABBR: FIGURE EXAMPLE A
\begin{figure}
\centering\CaptionFontSize
\includegraphics[height=15em]
{Figure-ChapAbbr-FigureExampleA}
\caption[Insert an abbreviated caption here to show in the List of Figures (optional)]
{Insert the full caption here for this floating figure.}
\label{Figure:ChapAbbr:FigureExampleA}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is a reference to \Figure~\fref{Figure:ChapAbbr:FigureExampleA}.
\lipsum[8]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FIGURE: CHAPABBR: FIGURE EXAMPLE B
\begin{sidewaysfigure*}
\centering\CaptionFontSize
\includegraphics[height=30em]
{Figure-ChapAbbr-FigureExampleB}
\caption[Insert an abbreviated caption here to show in the List of Figures (optional)]
{Insert the full caption here for this floating figure.
The caption should provide sufficient context to interpret the figure.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis.
Curabitur dictum gravida mauris.}
\label{Figure:ChapAbbr:FigureExampleB}
\end{sidewaysfigure*}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Here we say something about \Figures~\fref{Figure:ChapAbbr:FigureExampleA} and~\fref{Figure:ChapAbbr:FigureExampleB}.
Note how the effect in \Figure~\fref{Figure:ChapAbbr:FigureExampleB} is stronger that in \Figure~\fref{Figure:ChapAbbr:FigureExampleA}.
\lipsum[9]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TABLE: CHAPABBR: EXAMPLE A
\begin{table}
\caption[Insert an abbreviated caption here to show in the List of Tables (optional)]
{Insert the full caption here for this floating table.}
\label{Table:ChapAbbr:TableExampleA}
\centering\CaptionFontSize
\begin{tabular}{c@{\hspace{1em}}l}
\toprule
Symbol & Definition
\\
\midrule
$\alpha$ & insert definition of $\alpha$ here, $\alpha\geq 1$
\\
$\beta$ & insert definition of $\beta$ here, $\beta\geq 2$
\\
$\gamma$ & insert definition of $\gamma$ here, $\gamma\geq 3$
\\
$\delta$ & insert definition of $\delta$ here, $\delta\geq 4$
\\
\bottomrule
\end{tabular}
\end{table}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
We summarize our notation in \Table~\tref{Table:ChapAbbr:TableExampleA}.
\lipsum[10]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TABLE: CHAPABBR: EXAMPLE B
\begin{table}
\caption[Insert an abbreviated caption here to show in the List of Tables (optional)]
{Insert the full caption here for this floating table.
The caption should provide sufficient context to interpret the table.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis.
Curabitur dictum gravida mauris.}
\label{Table:ChapAbbr:TableExampleB}
\centering\CaptionFontSize
\begin{tabular}{c@{\hspace{1em}}c@{\hspace{1em}}c}
\toprule
Variable & Initial Value & Value at $t=100$
\\
\midrule
$c$ & $0.012$ & $3.456$
\\
$\delta$ & $0.312$ & $1.416$
\\
$\gamma$ & $0.042$ & $3.252$
\\
$h$ & $0.012$ & $3.353$
\\
$c$ & $0.012$ & $4.446$
\\
$\delta$ & $0.015$ & $3.556$
\\
$\gamma$ & $0.612$ & $6.656$
\\
$h$ & $0.072$ & $7.456$
\\
$c$ & $0.018$ & $8.756$
\\
$\delta$ & $0.912$ & $9.456$
\\
$\gamma$ & $0.092$ & $5.956$
\\
$h$ & $0.012$ & $2.326$
\\
\bottomrule
\end{tabular}
\end{table}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Table~\tref{Table:ChapAbbr:TableExampleB} summarizes our simulation results.
\lipsum[11]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TABLE: CHAPABBR: EXAMPLE C (using longtable)
\begin{small}
\begin{longtable}{c@{\hspace{1em}}c@{\hspace{1em}}c@{\hspace{1em}}c}
\caption[Insert an abbreviated caption here to show in the List of Tables (optional)]
{Example of a \texttt{longtable}.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis.
Curabitur dictum gravida mauris.}
\label{Table:ChapAbbr:TableExampleC}
\\
\toprule
Index & Variable & Initial Value & Value at $t=100$
\\
\midrule
\endfirsthead
\caption[]{(continued)}
\\
\toprule
Index & Variable & Initial Value & Value at $t=100$
\\
\midrule
\endhead
\endfoot
\bottomrule
\endlastfoot
1 & $c$ & $0.012$ & $3.456$
\\
2 & $\delta$ & $0.312$ & $1.416$
\\
3 & $\gamma$ & $0.042$ & $3.252$
\\
4 & $h$ & $0.012$ & $3.353$
\\
5 & $c$ & $0.012$ & $4.446$
\\
6 & $\delta$ & $0.015$ & $3.556$
\\
7 & $\gamma$ & $0.612$ & $6.656$
\\
8 & $h$ & $0.072$ & $7.456$
\\
9 & $c$ & $0.018$ & $8.756$
\\
10 & $\delta$ & $0.015$ & $3.556$
\\
11 & $\gamma$ & $0.612$ & $6.656$
\\
12 & $h$ & $0.072$ & $7.456$
\\
13 & $c$ & $0.018$ & $8.756$
\\
14 & $\delta$ & $0.912$ & $9.456$
\\
15 & $\gamma$ & $0.092$ & $5.956$
\\
16 & $h$ & $0.012$ & $2.326$
\\
17 & $c$ & $0.012$ & $3.456$
\\
18 & $\delta$ & $0.312$ & $1.416$
\\
19 & $\gamma$ & $0.042$ & $3.252$
\\
20 & $h$ & $0.012$ & $3.353$
\\
21 & $c$ & $0.012$ & $4.446$
\\
22 & $\delta$ & $0.015$ & $3.556$
\\
23 & $\gamma$ & $0.612$ & $6.656$
\\
24 & $h$ & $0.072$ & $7.456$
\\
25 & $c$ & $0.018$ & $8.756$
\\
26 & $\delta$ & $0.912$ & $9.456$
\\
27 & $\gamma$ & $0.092$ & $5.956$
\\
28 & $h$ & $0.012$ & $2.326$
\\
29 & $c$ & $0.012$ & $3.456$
\\
30 & $\delta$ & $0.312$ & $1.416$
\\
31 & $\gamma$ & $0.042$ & $3.252$
\\
32 & $h$ & $0.012$ & $3.353$
\\
33 & $c$ & $0.012$ & $4.446$
\\
34 & $\delta$ & $0.015$ & $3.556$
\\
35 & $\gamma$ & $0.612$ & $6.656$
\\
36 & $h$ & $0.072$ & $7.456$
\\
37 & $c$ & $0.018$ & $8.756$
\\
38 & $\delta$ & $0.912$ & $9.456$
\\
39 & $\gamma$ & $0.092$ & $5.956$
\\
40 & $h$ & $0.012$ & $2.326$
\\
41 & $c$ & $0.012$ & $3.456$
\\
42 & $\delta$ & $0.312$ & $1.416$
\\
43 & $\gamma$ & $0.042$ & $3.252$
\\
44 & $h$ & $0.012$ & $3.353$
\\
45 & $c$ & $0.012$ & $4.446$
\\
46 & $\delta$ & $0.015$ & $3.556$
\\
47 & $\gamma$ & $0.612$ & $6.656$
\\
48 & $h$ & $0.072$ & $7.456$
\\
49 & $c$ & $0.018$ & $8.756$
\\
50 & $\delta$ & $0.912$ & $9.456$
\\
51 & $\gamma$ & $0.092$ & $5.956$
\\
52 & $h$ & $0.012$ & $2.326$
\\
\end{longtable}
\end{small}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Table~\tref{Table:ChapAbbr:TableExampleC}, which uses a \texttt{longtable}, shows the full details of our simulation.
\lipsum[6]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Examples of Enumerated and Itemized Lists}
\label{Section:ChapAbbr:SomeExamples:Lists}
Here are some citations \cite{Examples:Conference03, Examples:Journal03, Examples:Conference04, Examples:Journal04, Examples:Conference05, Examples:Journal05}.
The following is an enumerated list, or numbered list, with multiple levels:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{enumerate}
\item
\label{Item:ChapAbbr:ItemExampleA}
First level item
\item
First level item
\begin{enumerate}
\item
Second level item
\item
Second level item
\begin{enumerate}
\item
Third level item
\begin{enumerate}
\item
Fourth level item
\item
Fourth level item
\end{enumerate}
\item
Third level item
\end{enumerate}
\item
Second level item
\end{enumerate}
\item
\label{Item:ChapAbbr:ItemExampleB}
First level item
\end{enumerate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
We draw your attention to items \ref{Item:ChapAbbr:ItemExampleA} and \ref{Item:ChapAbbr:ItemExampleB} in particular because they are very important in our study.
The following is an itemized list, or unnumbered list, with multiple levels:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{itemize}
\item
First level item
\item
First level item
\begin{itemize}
\item
Second level item
\item
Second level item
\begin{itemize}
\item
Third level item
\begin{itemize}
\item
Fourth level item
\item
Fourth level item
\end{itemize}
\item
Third level item
\end{itemize}
\item
Second level item
\end{itemize}
\item
First level item
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Some More Examples}
\label{Section:ChapAbbr:SomeMoreExamples}
According to~\cite{IEEEexample:book_typical}, this behavior can be explained this way.
\lipsum[12]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Examples of Mathematical Expressions, Definitions, and Theorems}
\label{Section:ChapAbbr:SomeMoreExamples:Math}
We have the following unnumbered mathematical equation:
\[
E=mc^2.
\]
On the other hand, the following is a numbered mathematical inequality:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{align}
x \leq
\frac{\displaystyle\sum_{i=1}^{n} y^2 \cdot \one{y > 1}}
{\displaystyle\int_{-\infty}^{\infty} x^3 \;\text{d}z \cdot
\binom{\alpha}{\beta} \frac{\floor{\frac{a}{b}}}{\ceil{\frac{c}{d}}}}.
\label{Eq:ChapAbbr:EqExampleA}
\end{align}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Inequality~\eqref{Eq:ChapAbbr:EqExampleA} will be applied multiple times to prove our theorems, in a manner similar to \cite{IEEEexample:article_typical, IEEEexample:conf_typical}.
We now introduce the following definition:
\begin{Thm:Definition}[Name of Term Being Defined]
This is the definition of the term, along with relevant conditions, trivial cases, exceptions, etc.
\end{Thm:Definition}
We can rewrite the result of \cite[Theorem~2.5]{IEEEexample:conf_typical} in the following convenient form for our problem:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{Thm:Proposition}
For all \mbox{$a,b,c\in\ZZ^+$}, we have
\label{Thm:Proposition:ChapAbbr:PropositionExample}
\[
a^2+b^3\leq c^4.
\]
\end{Thm:Proposition}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Based on our numerical observations, we make the following conjecture about the upper bound:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{Thm:Conjecture}
If \mbox{$x\geq 3$} and \mbox{$0<y<x^2$}, then for all \mbox{$n\in\ZZ^+$},
\[
\sum_{i=1}^{n} x_i
= x_1 + x_2 + \cdots + x_n
\leq T_{\textup{all}}.
\]
\end{Thm:Conjecture}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Here is a lemma that will be quite useful in deriving our results:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{Thm:Lemma}
[Name of Lemma if any]
\label{Thm:Lemma:ChapAbbr:LemmaExampleA}
If \mbox{$x,y,z\in\ZZ^+_0$}, then \mbox{$f(x+y+z) = 1$}.
\end{Thm:Lemma}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Applying \Lemma~\mref{Thm:Lemma:ChapAbbr:LemmaExampleA} to \cite[Theorem~4.2]{IEEEexample:book_typical} produces the following theorem:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{Thm:Theorem}
[Name of Theorem if any]
\label{Thm:Theorem:ChapAbbr:TheoremExample}
If \mbox{$x+y\geq z$}, then
\begin{align*}
\sum_{i=x}^{y} f(i) \leq z.
\end{align*}
\end{Thm:Theorem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
As a special case of \Theorem~\mref{Thm:Theorem:ChapAbbr:TheoremExample}, we have the following corollary:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{Thm:Corollary}
If \mbox{$x=4$} and \mbox{$y=z$}, then \mbox{$\sum_{i=x}^{y} f(i) = 5$}.
\end{Thm:Corollary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lipsum[13]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Conclusion and Future Work}
\label{Section:ChapAbbr:Conclusion}
\lipsum[14-15]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Proofs of Theorems}
\label{Section:ChapAbbr:ProofsOfTheorems}
\noindent
{\color{red}%
Remember to manually disable (and re-enable) updates to the table of contents (TOC), using
\[
\verb|\DisableTOCUpdates|
\text{ and }
\verb|\EnableTOCUpdates|,
\]
if you want to omit subsections, tables, figures, etc., from the table of contents.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DisableTOCUpdates
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Proof of Lemma~\ref{Thm:Lemma:ChapAbbr:LemmaExampleA}}
\lipsum[16-17]
\qedmarker
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Proof of Theorem~\ref{Thm:Theorem:ChapAbbr:TheoremExample}}
\lipsum[18]
The following lemma will be quite useful in deriving the theorem:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{Thm:Lemma}
\label{Thm:Lemma:ChapAbbr:LemmaExampleB}
If \mbox{$a,b,c\in\ZZ$}, then \mbox{$g(a\cdot b\cdot c) \leq -1$}.
\end{Thm:Lemma}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{proof}
[Proof of Lemma~\ref{Thm:Lemma:ChapAbbr:LemmaExampleB}]
\lipsum[19-20]
\end{proof}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lipsum[21]
Applying \Lemma~\mref{Thm:Lemma:ChapAbbr:LemmaExampleB} yields the following:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{align}
& A + B + C + D + E + F
+ \alpha + \beta + \gamma + \delta + \Gamma
\notag
\\
&\hspace{5em}
\leq
\Omega + \Sigma + \omega + \sigma + \Theta + \theta + \epsilon
+ S + T + U + V + W + X + Y + Z.
\label{Eq:ChapAbbr:EqExampleB}
\end{align}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Finally, the desired result is obtained by substituting \mbox{$A=b$} into \eqref{Eq:ChapAbbr:EqExampleB}.
\qedmarker
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\EnableTOCUpdates
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Acknowledgment}
\label{Section:ChapAbbr:Acknowledgment}
Insert chapter acknowledgment here.
\lipsum[22]