-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManitSynopsis.cls
More file actions
392 lines (334 loc) · 14.3 KB
/
Copy pathManitSynopsis.cls
File metadata and controls
392 lines (334 loc) · 14.3 KB
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MANIT Synopsis Template
% LaTeX Class File
% Version 2.0 (27/11/2024)
%
% Template Repository:
% https://github.com/ResearchInfuser/manit-pre-thesis
%
% Author:
% Prashant Kumar Nag
% Email: [email protected]
%
% Institution:
% Maulana Azad National Institute of Technology, Bhopal
% An Institute of National Importance
%
% Description:
% This class file defines the structure and layout for Synopsis
% submissions at MANIT. It provides a complete Quarto-based template with
% instructional chapters demonstrating proper formatting for:
% - Text formatting, sections, and cross-references
% - Citations and bibliography management (IEEE style)
% - Figures, tables, equations, and algorithms
% - Research methodology and results presentation
% - Publication lists and references
%
% Features:
% - LuaLaTeX engine for robust compilation
% - Customizable TOC spacing with tocloft
% - Professional algorithm formatting (algorithm/algorithmic packages)
% - Mermaid diagram support for workflow visualization
% - IEEE bibliography style with BibLaTeX
% - MANIT institutional branding and footer
% - Tutorial-style chapters for easy customization
%
% Usage:
% This template is designed for use with Quarto. Students should:
% 1. Update _quarto.yml with personal information
% 2. Replace tutorial content with actual research content
% 3. Add references to references.bib
% 4. Build using: quarto render --to manit-pre-thesis-synopsis-pdf
%
% Notes:
% 1) This class file should not be edited under normal circumstances.
% 2) All customization should be done through _quarto.yml metadata.
% 3) For major changes, create a new version and document modifications.
%
% Class License:
% LPPL v1.3c (http://www.latex-project.org/lppl)
%
% Acknowledgments:
% Based on LaTeXTemplates.com thesis class structure
% Adapted for MANIT Pre-Thesis Synopsis requirements
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% CLASS DEFINITION AND PARAMETERS
%----------------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
\newcommand{\classname}{ManitSynopsis}
\ProvidesClass{\classname}[2017/08/27 v1.6 LaTeXTemplates.com]
\providecommand{\baseclass}{book}
\RequirePackage{etoolbox}
\RequirePackage{xparse}
\newbool{nolistspace}
\newbool{chapteroneline}
\newbool{listtoc}
\newbool{toctoc}
\newbool{parskip}
\newbool{hyperrefsupport}
\booltrue{hyperrefsupport}
\newbool{headsepline}
\newbool{consistentlayout}
\DeclareOption{nohyperref}{\boolfalse{hyperrefsupport}}
\DeclareOption{nolistspacing}{\booltrue{nolistspace}}
\DeclareOption{liststotoc}{\booltrue{listtoc}}
\DeclareOption{chapterinoneline}{\booltrue{chapteroneline}}
\DeclareOption{toctotoc}{\booltrue{toctoc}}
\DeclareOption{parskip}{\booltrue{parskip}}
\DeclareOption{headsepline}{\booltrue{headsepline}}
\DeclareOption{consistentlayout}{\booltrue{consistentlayout}}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{\baseclass}}
\ProcessOptions\relax
\LoadClass[oneside]{\baseclass}
% Simple interface for the user to customize the chapter titles
\ProvideDocumentCommand{\abovechapterskip}{}{\vspace*{2pt}}
\ProvideDocumentCommand{\chapterbelowskip}{}{\vspace*{2pt}}
\ProvideDocumentCommand{\chapterinbetweenskip}{}{\vspace*{2pt}}
\ProvideDocumentCommand{\autodot}{}{}
\ProvideDocumentCommand{\mdtChapapp}{}{}
\ProvideDocumentCommand{\chapteralign}{}{\raggedright}
\ProvideDocumentCommand{\chapterfont}{}{\LARGE\bfseries}
\ProvideDocumentCommand{\chapterprefixfont}{}{\large\bfseries}
% \ProvideDocumentCommand{\chapterfont}{}{\fontsize{16}{18}\selectfont\bfseries}
% \ProvideDocumentCommand{\chapterprefixfont}{}{\fontsize{14}{16}\selectfont\bfseries}
\DeclareDocumentCommand{\@makechapterhead}{ m }{%
\abovechapterskip
{\parindent \z@ \chapteralign \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\ifbool{chapteroneline}{%
\chapterfont \mdtChapapp\thechapter\autodot\enspace
}{%
\chapterprefixfont \@chapapp\space \thechapter
\par\nobreak
\chapterinbetweenskip
}%
\fi
\fi
\interlinepenalty\@M%
\chapterfont #1\par\nobreak
\chapterbelowskip
}
\thispagestyle{\chapter@p@gestyle}
}
\def\@makeschapterhead#1{%
\abovechapterskip
{\parindent \z@ \chapteralign
\normalfont
\interlinepenalty\@M
\chapterfont #1\par\nobreak
\chapterbelowskip
}
\thispagestyle{\chapter@p@gestyle}
}
% Addchap provides unnumbered chapters with an entry in the table of contents as well as an updated header
\ProvideDocumentCommand{\addchap}{ s o m }{%
\chapter*{#3}%
\markboth{}{}%
\IfBooleanTF{#1}{%
}{%
\IfNoValueTF{#2}{%
\addchaptertocentry{#3}%
\markboth{\MakeMarkcase{#3}}{\MakeMarkcase{#3}}%
}{%
\addchaptertocentry{#2}%
\markboth{\MakeMarkcase{#2}}{\MakeMarkcase{#2}}%
}%
}%
}%
\ProvideDocumentCommand{\addsec}{ s o m }{%
\section*{#3}%
\markright{}%
\IfBooleanTF{#1}{%
}{%
\IfNoValueTF{#2}{%
\addcontentsline{toc}{section}{#3}%
\markright{\MakeMarkcase{#3}}%%
}{%
\addcontentsline{toc}{section}{#2}%
\markright{\MakeMarkcase{#2}}%
}%
}%
}%
%----------------------------------------------------------------------------------------
% CLASS OPTIONS
%----------------------------------------------------------------------------------------
\ifbool{parskip}{\RequirePackage{parskip}} % If the parskip option is passed to the class, require the parskip package
\ifbool{listtoc}{% If the liststotoc option has been passed to the class, add the lists to the table of contents
\patchcmd{\listoftables}{\@starttoc{lot}}{%
\addchaptertocentry{\listtablename}\@starttoc{lot}%
}{}{}%
\patchcmd{\listoffigures}{\@starttoc{lof}}{%
\addchaptertocentry{\listfigurename}\@starttoc{lof}%
}{}{}%
}
% \ifbool{toctoc}{% If the toctotoc options has been passed to the class, add the table of contents to the table of contents
% \patchcmd{\tableofcontents}{\@starttoc{toc}%
% }{%
% \addchaptertocentry{\contentsname}\@starttoc{toc}}{}{}%
% }
% Table of Contents configuration - use default behavior like ManitThesis.cls
\patchcmd{\tableofcontents}{\MakeUppercase}{\MakeMarkcase}{}{}
\patchcmd{\tableofcontents}{\MakeUppercase}{\MakeMarkcase}{}{}
\patchcmd{\listoffigures}{\MakeUppercase}{\MakeMarkcase}{}{}
\patchcmd{\listoffigures}{\MakeUppercase}{\MakeMarkcase}{}{}
\patchcmd{\listoftables}{\MakeUppercase}{\MakeMarkcase}{}{}
\patchcmd{\listoftables}{\MakeUppercase}{\MakeMarkcase}{}{}
% If the option `nolistspacing' is given, the spacing in the different lists is reduced to single spacing. This option is only useful, if the spacing of the document has been changed to onehalfspacing or doublespacing.
\ifbool{nolistspace}{
\patchcmd{\listoffigures}{%
\@starttoc{lof}
}{%
\begingroup%
\singlespace\@starttoc{lof}\endgroup%
}{}{}%
\patchcmd{\listoftables}{%
\@starttoc{lot}
}{%
\begingroup%
\singlespace\@starttoc{lot}\endgroup%
}{}{}%
\patchcmd{\tableofcontents}{%
\@starttoc{toc}
}{%
\begingroup%
\singlespace\@starttoc{toc}\endgroup%
}{}{}%
}{}
%----------------------------------------------------------------------------------------
% REQUIRED PACKAGES
%----------------------------------------------------------------------------------------
% \RequirePackage{babel} % Required for automatically changing names of document elements to languages besides english
\RequirePackage{scrbase} % Required for handling language-dependent names of sections/document elements
\RequirePackage{scrhack} % Loads fixes for various packages
\RequirePackage{setspace} % Required for changing line spacing
% Table of Contents spacing control
\RequirePackage{tocloft} % Required for customizing TOC spacing
\setlength{\cftbeforechapskip}{6pt} % Reduce space before chapter entries
\setlength{\cftbeforesecskip}{3pt} % Reduce space before section entries
\setlength{\cftbeforesubsecskip}{2pt} % Reduce space before subsection entries
\RequirePackage{longtable} % Required for tables that span multiple pages (used in the symbols, abbreviations and physical constants pages)
%\RequirePackage{siunitx} % Required for \SI commands
\RequirePackage{graphicx} % Required to include images
\graphicspath{{Figures/}{./}} % Specifies where to look for included images
\RequirePackage{booktabs} % Required for better table rules
\RequirePackage{caption} % Required for customising the captions
\captionsetup{justification=centerlast,font=small,labelfont=sc,margin=50pt}
%----------------------------------------------------------------------------------------
% DEFINE CUSTOM THESIS INFORMATION COMMANDS
%----------------------------------------------------------------------------------------
% -------------------------------------
% Thesis Information
% -------------------------------------
\NewDocumentCommand{\thesistitle} { o m }{%
\IfValueTF{#1}{\def\shorttitle{#1}}{\def\shorttitle{#2}}%
\def\@title{#2}%
\def\ttitle{#2}%
}
\DeclareDocumentCommand{\author}{m}{\newcommand{\authorName}{#1}\renewcommand{\@author}{#1}}
\NewDocumentCommand{\department}{m}{\newcommand{\Department}{#1}}
\NewDocumentCommand{\institute}{m}{\newcommand{\Institute}{#1}}
\NewDocumentCommand{\scholarid}{m}{\newcommand{\scholarID}{#1}}
\NewDocumentCommand{\phdstart}{m}{\newcommand{\phdStartDate}{#1}}
\NewDocumentCommand{\phdend}{m}{\newcommand{\phdEndDate}{#1}}
% -------------------------------------
% University Information
% -------------------------------------
\NewDocumentCommand{\university}{m}{\newcommand{\universityName}{#1}}
\NewDocumentCommand{\universitylineone}{m}{\newcommand{\universityLineOne}{#1}}
\NewDocumentCommand{\universitylinetwo}{m}{\newcommand{\universityLineTwo}{#1}}
\NewDocumentCommand{\universitylocation}{m}{\newcommand{\universityLocation}{#1}}
% -------------------------------------
% Examiner, Degree, and Address Information
% -------------------------------------
\NewDocumentCommand{\examiner}{m}{\newcommand{\examinerName}{#1}}
\NewDocumentCommand{\degree}{m}{\newcommand{\degreeName}{#1}}
\NewDocumentCommand{\addresses}{m}{\newcommand{\thesisAddress}{#1}}
% -------------------------------------
% Research Group, Faculty, and Keywords
% -------------------------------------
\NewDocumentCommand{\group}{m}{\newcommand{\researchGroup}{#1}}
\NewDocumentCommand{\faculty}{m}{\newcommand{\facultyName}{#1}}
\NewDocumentCommand{\subject}{m}{\newcommand{\researchSubject}{#1}}
\NewDocumentCommand{\keywordnames}{m}{\newcommand{\thesisKeywords}{#1}}
% -------------------------------------
% Supervisor Information (Primary Supervisor)
% -------------------------------------
\NewDocumentCommand{\supervisor}{m}{\newcommand{\supervisorName}{#1}}
\NewDocumentCommand{\supdesignation}{m}{\newcommand{\supervisorDesignation}{#1}}
\NewDocumentCommand{\supdepartment}{m}{\newcommand{\supervisorDepartment}{#1}}
\NewDocumentCommand{\supinstitute}{m}{\newcommand{\supervisorInstitute}{#1}}
% -------------------------------------
% Co-Supervisor Information (Secondary Supervisor)
% -------------------------------------
\NewDocumentCommand{\cosupervisor}{m}{\newcommand{\cosupervisorName}{#1}}
\NewDocumentCommand{\cosupdesignation}{m}{\newcommand{\cosupervisorDesignation}{#1}}
\NewDocumentCommand{\cosupdepartment}{m}{\newcommand{\cosupervisorDepartment}{#1}}
\NewDocumentCommand{\cosupinstitute}{m}{\newcommand{\cosupervisorInstitute}{#1}}
\newcommand{\checktoopen}{% New command to move content to the next page which prints to the next odd page if twosided mode is active
\if@openright\cleardoublepage\else\clearpage\fi
\ifdef{\phantomsection}{\phantomsection}{}% The \phantomsection command is necessary for hyperref to jump to the correct page
}
\NewDocumentCommand{\bhrule}{}{\typeout{--------------------}}
\NewDocumentCommand{\tttypeout}{m}{\bhrule\typeout{\space #1}\bhrule}
\newcommand{\HRule}{\rule{.9\linewidth}{.6pt}} % New command to make the lines in the title page
\newcommand{\decoRule}{\rule{.8\textwidth}{.4pt}} % New command for a rule to be used under figures
\ProvideDocumentCommand{\addchaptertocentry}{ m }{%
\addcontentsline{toc}{chapter}{#1}%
}
%----------------------------------------------------------------------------------------
% COLOURS
%----------------------------------------------------------------------------------------
\usepackage{xcolor} % Required for specifying custom colours
\colorlet{mdtRed}{red!50!black}
%----------------------------------------------------------------------------------------
% PENALTIES
%----------------------------------------------------------------------------------------
\doublehyphendemerits=10000 % No consecutive line hyphens
\brokenpenalty=10000 % No broken words across columns/pages
\widowpenalty=9999 % Almost no widows at bottom of page
\clubpenalty=9999 % Almost no orphans at top of page
\interfootnotelinepenalty=9999 % Almost never break footnotes
%----------------------------------------------------------------------------------------
% HEADERS AND FOOTERS - DISABLED (Simple page numbers only)
%----------------------------------------------------------------------------------------
% Use plain pagestyle with no headers, just page numbers at bottom center
\pagestyle{plain}
\newcommand{\blank@p@gestyle}{empty}
\newcommand{\chapter@p@gestyle}{plain}
\NewDocumentCommand{\blankpagestyle}{ m }{%
\ClassWarning{\classname}{\string\blankpagestyle\space is
obsolete,\MessageBreak use \string\setblankpagestyle \space instead}\renewcommand{\blank@p@gestyle}{}{#1}
}
\NewDocumentCommand{\setblankpagestyle}{ m }{\renewcommand{\blank@p@gestyle}{#1}}
\NewDocumentCommand{\setchapterpagestyle}{ m }{\renewcommand{\chapter@p@gestyle}{#1}}
\DeclareDocumentCommand\cleardoublepage{}{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}
\thispagestyle{\blank@p@gestyle}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi%
}
%----------------------------------------------------------------------------------------
% HYPERREF SETUP
%----------------------------------------------------------------------------------------
\ifbool{hyperrefsupport}{% If the nohyperref class option has not been specified
\AtEndPreamble{\RequirePackage{hyperref}
\hypersetup{pdfpagemode={UseOutlines},
bookmarksopen=true,
bookmarksopenlevel=0,
hypertexnames=false,
pdfstartview={FitV},
unicode,
breaklinks=true,
}
\pdfstringdefDisableCommands{% If there is an explicit linebreak in a section heading (or anything printed to the pdf-bookmarks), it is replaced by a space
\let\\\space%
}
}
}{%nothing
}
%----------------------------------------------------------------------------------------
\endinput
% lazyLizardTracer