Thesis Template for IIT Kanpur (PhD/MS/MTech etc.)
- Build:
make
- Generates a single
.tex
filefinal.tex
combiningpreamble
,prelude
andchapters
- Compiles
final.tex
intothesis.pdf
(using-jobname=thesis
)
- Generates a single
- Build:
make synopsis
- Generates a single
.tex
filefinal_synopsis.tex
combiningpreamble
,prelude_synopsis
andsynopsis
- Compiles
final_synopsis.tex
intosynopsis.pdf
(using-jobname=synopsis
)
- Generates a single
- Clean:
make clean
- Remove all auxiliary files (retains
final*.tex
and*.pdf
)
- Remove all auxiliary files (retains
- Clear:
make clear
- Remove all generated files, including auxiliary and final
prelude.tex
-- personal informationprelude_synopsis.tex
-- personal information for synopsiscitation.bib
-- bibliographypublications.bib
-- own publications (used to displayPublications
page)prelude/*.tex
-- prelude for thesis (title
,abstract
,dedication
,acknowledgments
)preamble/*.tex
-- preamble formain.tex
(packages
,format
,macros
,shortcuts
)chapters/*.tex
-- chaptersgraphics/*
-- graphics to be included (images, pdfs)main.tex
-- main filemain_synopsis.tex
-- main file for synopsisMakefile
-- makefile (make
,make synopsis
,make clean
,make clear
)
latexpand
-- to create a single.tex
latexmk
-- easy latex compilation (handle bibliography etc. issues)
- Built by improving and restructuring the original template from https://www.overleaf.com/latex/templates/indian-institute-of-technology-kanpur-thesis-template/jxphypgkqdmh