IIT Bombay Unofficial LaTeX Ph.D. Thesis Template

IIT Bombay Unofficial LaTeX Ph.D. Thesis Template

Buďte v kontaktu

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

Email: 

Facebook logo

central-library-2

  • IITB-Repository
  • Faculty Profiles
  • Digital Archive
  • Search Books (OPAC)

iitb thesis format latex

Book Suggestion Form

  • Circulation
  • Collections
  • Membership Form

Library New

India, Raj and Empire

Sage research method (trial access), quillbot (trial access), hstalks- the business & management collection (trial access).

Library

Book Claim/Renew

Book Lost Declaration Form

Standards Suggestion Form

LIBRARY HOURS

09:00 am-11:00 pm, sat, sun & holidays, 10:00 am-05:00 pm, 24x7 reading hall.

Electronic Thesis Dissertation:

From 1999 January, PhD and M.Tech students of IIT Bombay are required to submit an online version of their thesis/dissertation along with abstract.

Guidelines for  Supervisor

Guidelines for  Students

ETD Submission Link:  https://etd.library.iitb.ac.in

IIT Bombay Guidelines for Preparation of Theses/Dissertations/Reports

(Accessing from outside IIT Bombay campus use  VPN  service)

Search Here

  • You and Your Research -- Dr. Richard Hamming
  • How to read a paper --S. Keshav
  • How to write a good report -- Bhaskaran Raman
  • The Elements of Style by Strunk and White
  • IIT Bombay Thesis Template
  • The Not So Short Introduction to LaTeX
  • The Comprehensive LaTeX Symbol List
  • LaTeX Math Mode
  • LaTeX Templates
  • Share LaTeX
  • Plotting: GnuPlot , QtiPlot , Origin
  • Graphics: XFig , Ipe , Inkscape

Latex Resources

  • IEOR Latex workshop by D. Bijulal
  • IEOR Latex workshop, notes, manuals and references by Sundaravalli
  • Getting Started with LATEX by David R. Wilkin
  • Mathmode by Herbert Vos
  • http://en.wikibooks.org/wiki/LaTeX
  • http://tug.org/begin.html
  • http://math.kangwon.ac.kr/~yhpark/tex/packages.html
  • http://moudgalya.org/
  • http://www.tug.org/tutorials/tugindia/
  • Latex templates
  • IEOR department style files and cover pages are here . You may need to use 'Latex' and then 'dvi-to-pdf' command to create the pdf output.
  • IEOR department thesis approval sheet are available at here .
  • How to convert latex to odt (Open office) or doc (MS office)

Latex Editors

  • For Windows : MikTex + TexMaker/WinEdit/Texnic Center/LED/Kile
  • For GNU/Linux: Texlive + TexMaker/Kile/Emacs
  • To manage bibliography: JabRef /KBibtex (Linux)
  • A PSTricks drawing tool: LaTexDraw/Dia

The download links (as on 24-03-10) for these softwares are:

  • Instructions to install MikTex
  • MikTex packages
  • Those having GNU/Linux (Ubuntu is preferred), use the distribution's package repository to install TexLive and Texmaker/Kile.

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications You must be signed in to change notification settings

IITBombay PhD Thesis latex source files

dipankar05/IITBombay-thesis-latex

Folders and files.

NameName
9 Commits

Repository files navigation

Iitbombay-thesis-latex.

IITBombay PhD Thesis and synopsis report latex source files

IITBombay PhD Thesis latex source files These files generate a template for PhD thesis of Indian Institute of Technology Bombay, India.

Master file: thesis.tex

Reference: Reference/mybibfile.bib

t generates (Author, year) style citations and follows elsarticle-harv.bst files.

Figures: Images can be directed from this folder.

Uday Khedker

Professor department of computer science & engg., iit bombay, latex resources.

  • The Indian TeX Users Group provides excellent resources.
  • The Definitive Guide for LaTeX  : LaTeX User's Guide and Reference Manual : Leslie Lamport. Addison Wesley Publications. 1994. (Indian reprint available under Pearson Education Asia).
  • Alternative guides for LaTeX.
  • The LaTeX Companion : Goosens, Mittelbach, and Samarin. Addison Wesley Publications. 1994.
  • The LaTeX Graphics Companion : Goosens, Rahtz, and Mittelbach. Addison Wesley Publications.
  • The Comprehensive TeX Archive Network (CTAN)
  • Almost all packages available in common Linux distributions.
  • Two excellent tutorials on beamer: tutorial by Rouben Rostamian , and slides by Charles Batts .
  • ps2eps and ps2epsi are useful converters. (I have added extension "txt" to "ps2epsi" so that the broswer preseves line breaks.)
  • Slides used in the lecture :   Source file and the generated pdf file. These slides use package pst-rel-points along with the default pstricks package.
  • Slides by Charles Batts that we used to illustrate the creation of overlays.
  • Some sample source files: sample_text1.tex , sample_graph1.tex .
  • The TeX cookbook containing a list of math and common commands and hints for typesetting math formulae.
  • The latex font catalogue . A collection of many not-so-common but very useful fonts.
  • There are two versions of pstricks manuals and they are by the same author :-). This earlier version is a logically complete version but it does not have commands for trees.  This other version seems to have additional commands for trees but some other pages are missing .
  • Package pst-rel-points for relative coordinates in pstricks . (Hoping to make a short manual available soon.) Here's a two-pager.
  • Package flexiprogram for formatting programs
  • Package pst-chem-formula for typesetting chemical formulae.  And here's two-pager.
  • A document illustrating some finer aspects of typeseeting using LaTeX. (Written by Prof. Soumen Chakrabarty .)

Sample Latex Files :

I am distributing sample Latex files for the Report, Slides and Paper in one column and two column format. It will help you in your documentation in Latex .

  • Latex files for Report writing:

                    For writing reports, we can make a latex file can be considered as main file which takes input from other files. The format of this Latex file is given here ( Download ). It takes inputs from various files like for an Abstract , it will take input from file abstract.tex . For chapters it will take input from different Latex files meant for that chapter only. For an example, the command \input{Algorithm.tex} will take input from file Algorithm.tex . For taking input from files, there is a command included in main Latex file. This command may be either \input{File_Name.tex} or \include{File_Name} . For an examplem, my Latex main file takes abstract.tex , Introduction.tex , Parallel.tex , Implementation_Details.tex , Performance.tex , Algorithm.tex , FutureWork.tex , acknow.tex and ref.tex . These Latex files need some other files like figures ( fig1.ps , fig2.ps , fig3.ps , fig4.ps , fig5.ps , fig6.ps , fig7.ps , arch.ps , lgrain.ps and iitlogo1.ps ) and other files ( iitblogo.mf and iitblogo.tfm ).  The main Latex file (here in this case is Report.tex ) can be compiled by giving following command:

                     latex Main_file_name.tex

and it generates a file named as Main_file_name.dvi . By using this, we can produce postscript file by giving the following command on the command prompt:

                    dvips -o Main_file_name.ps Main_file_name.dvi

For my files, I issued the command latex Report.tex . It generated a file named as Report.dvi . Using this file, a postscript file Report.ps was produced by using following command:

                    dvips -o Report.ps Report.dvi

Thus, I generated the postscript file of my report using the above given procedure. For an example purpose, I am giving postscript file of my report ( Download ).

NOTE : Please compile latex file two times so that the list of figures, list of tables and table of content can be appeared in main postscript file.

For beginners : Copy all the Latex files (having an extension tex ) and files having extensions tfm and mf  in a directory. Now, change the text of the Latex files at all the places you want. Now compile it using the above defined procedure and generate postscript file. You can view this postscript file using Ghostview in the following way:

                    gv File_Name.ps

    e.g. gv Report.ps

You can also view the file having an extension dvi by using xdvi shown below:

                    xdvi File_Name.dvi

    e.g. xdvi Report.dvi

  • Latex file for Slides Preparation

                      For preparing slides for the presentation, one can use and modify the sample template file ( Download ). During compilation of this template Latex file, it is required to have these files also ( fig1.ps , fig2.ps , fig3.ps , fig4.ps , fig5.ps , fig6.ps , fig7.ps , arch.ps , lgrain.ps and iitlogo1.ps ). The final postscript file look like this one ( Download ). Compilation method is same as that described in previous section. For generating colour slides in postscript format, a sample template file ( Download ) is given. One can study this and change it according to one's need. The files needed during compilation of this colour template file are  iitlogo1.ps , Multidec.ps , original.ps , part.ps , part1.ps and part2.ps . You can compile the template file with the files needed and then view the postscript file using GhostView. You are also suggested to do some experiments with the template file to understand the usage of commands.

  • Latex file for writing article in one column format

                    For writing an article in one column format, one can use and modify the sample template file ( Download ). It requires Multidecomp.ps and fig6.ps during compilation. The title page of the article is also given ( Download ). The postscripts of the article ( Download ) and title page ( Download ) are also given. One can study the template file of the article and know about how to prepare an article in one column format.

  • Latex file for writing article in two column format

                    For writing an article in two column format, one can use and modify the sample template file ( Download ). It requires Multidecomp.ps and fig6.ps during compilation. The postscripts of the article ( Download ) is also given. One can study the template file of the article and know about how to prepare an article in two column format. It may be asked when writing an article in two column format that the two columns on the last page should be of equal length. How to do this? One can do this by modifying the last Latex file fed to the main Latex file or the last section in an article. Here in this template file, the last section used is References. Thus, I made changes in the section References . I used Bibtex to generate bibliography. Thus, I did changes in file name having an extension bbl . Here it is hpcPaper2Col.bbl . The modified file is hpcPaper2ColMod.bbl . The changes introduced to the hpcPaper2Col.bbl file is putting \vspace*{6.5in} and \ pagebreak at the appropriate place. Here it is noted that the size field ( 6.5in ) in \vspace*{6.5in} command can be changed according to the need. You can adjust size field parameter in the way you want. If there is only one Latex file having all the documentation then these commands can be put in between the text of the last section at an appropriate place.

                        In two column format, page wide figures and page wide tables can also be incorporated using the \begin{figure*} and \begin{table*} invironment. A detailed help is given in the section Online Help .

please enter email

please enter password

'Independence day offer' on 15th and 16th August - Register for any course at discounted fees

Extended Discount ends on 17 Aug @12:00 noon. Register Soon!!!

Course registration date for All Self Paced courses has been extended till 30 September 2021 . Register today!

Latex for students, engineers, and scientists:, 3d visualization and animation program:, first semester courses:, koha for library staff:, latex for students, engineers, and scientists, educational services for outreach at scale (esos), august 2nd, 2021 to november 21st, 2021.

--> -->

click to download the brochure

click to download the Schedule

Programme Overview

Course registration date for All Self Paced courses has been extended till 15 September 2021. Register today!

LaTeX, a document preparation system, is widely used for publishing in many scientific fields like mathematics, statistics, computer science, engineering, chemistry, physics, economics, linguistics, etc.. It is a powerful and open-source system that provides numerous facilities for automating typesetting of the document: i.e. structuring page layout, listing and auto-numbering of sections, tables, figures, generating a table of contents, managing cross-referencing, citing, and indexing.

Unlike other WYSIWYG editors, the content is written in plain text along with appropriate commands, thus, allowing the user to concentrate on the content rather than the aesthetics (the way it looks). The TeX typesetting program which LaTeX uses, was designed such that anyone can create good quality material with less efforts.

This course introduces the basic concepts of LaTeX. Participants taking this course will be able to create and design documents in LaTeX and presentations in Beamer with confidence.

Course content

In this course you will learn to:

  • Handle different types of documents
  • Organize documents into different sections, subsections, etc..
  • Formatting pages (margins, header, footer, orientation)
  • Formatting text
  • Write complex mathematical formulae
  • Include tables and images
  • Cross-referencing, bibliography, and Indexing
  • Read error messages as and when required
  • Create presentations using Beamer

The detailed description is given below:

Topic 1: Introduction

This topic introduces the learner to LaTeX, its installation, and different IDEs. The learner creates the first document using LaTeX, organizes content into sections using articles and book class of LaTeX.

Topic 2: Styling Pages

In this topic, the session starts by reviewing different paper sizes, examines packages, formats the page by setting margins, customizing header and footer, changing the page orientation, dividing the document into multiple columns. The topic ends with reading different types of error messages.

Topic 3: Formatting Content

This topic concentrates on formatting text (styles, size, alignment), adding colors to text and entire page, and adding bullets and numbered items. It concludes by explaining the process of writing complex mathematics.

Topic 4: Tables and Images

The topic starts by creating basic tables, adding simple and dashed borders, merging rows and columns, and handling situations where a table exceeds the size of a page. The sessions then continue to add an image, explore different properties like rotate, scale, etc..

Topic 5: Referencing and Indexing

In this topic, the learner learns to add cross-referencing (refer to sections, table, images), add bibliography (references), and create back index.

Topic 6: Presentation using Beamer

Introduction to creating slides, adding frames, dividing the slide into multiple columns, adding different blocks, etc..

Teaching Faculty

Prof. Deepak B Phatak, Professor Emeritus , Dept. of CSE, IIT Bombay

Ms. Firuza Karmali (Aibara) , Project Manager,Dept. of CSE, IIT Bombay

Mr. Nagesh Karmali ,  Sr. Manager (Research), Dept. of CSE, IIT Bombay

Duration and Venue

June 28, 2021

August 15, 2021

August 2, 2021

November 21, 2021

6 weeks

This course will be conducted in a self-paced mode, i.e. all the lecture videos, slides, reading material, activities, and graded assignments will be released when the course starts. There will be recommended deadlines that you are encouraged to follow but ultimately you have the flexibility of progressing and completing the graded assignments at your own pace. However, you will need to complete them before the course ends.

Who Should Attend

There are no prerequisites for this course, except knowledge of editing text. The course can be taken by any learner who wants to create documents using LaTeX but especially for those who need to write articles or books, create project reports, submit papers to national/international conferences, etc..

Course Fee and Certification

The registration fee for the course is Rs. 450/-. However, register before 30 July 2021 for Rs. 400/- only to avail an early bird registration discount.

Important Payment Instruction:

Please note that the registration fee once paid is neither refundable nor adjustable under any circumstances. While making a payment for the course, (i) If you receive a transaction failure message and your amount is NOT debited, please pay again by logging in to IITBombayX-LAKSHYA programme( https://www.it.iitb.ac.in/lakshya ) website. (ii) If your amount is debited and you still receive a transaction failure message, please DO NOT make another payment. Send a mail to [email protected] with cc to Eoutreach [email protected] with a subject "Transaction failure but amount debited". Also, provide the transaction details in the mail. You will soon receive a reply from us on the same.

Honor Code e-Certificates will be issued on successful completion of the course based on the grading policy mentioned in the course. Please note that all e-certificates will be issued online after the course ends on 21 November 2021. No hard copies will be given.

How to Apply

Enrollment will be strictly online, and no other mode of application will be entertained. The online registration is available from 28 June 2021 till  15 August 2021 .

Course registration steps for the IITBombayX-Lakshya portal: 

  • Once you select the course of your interest from the homepage. A page will open where Click on the link “Click here for registration form” to get enrolled for this course.
  • You will be prompted to enter your email address.
  • If you have already registered in our earlier courses : Use your existing email id and password to get enrolled.
  • If you are here for the first time : A form will open where you have to enter the OTP (received in the entered email), password and other required details and press SUBMIT button (for your account creation).
  • You will be routed to Registration form of this course and select your appropriate ‘Audience type’, (if not selected earlier) and Press on ‘Pay Now’ button.
  • Once the payment is successful , you will receive an automated email. Also, your name will be listed in the ‘List of Participants’ page in Course page.
  • Register on IITBombayX site ( https://courses.iitbombayx.in/register ) using the same email id to access the course content (if already registered in IITBombayX site with same email, then you may skip this step).
  • You will be mapped in IITBombayX of this course within 2 to 3 working days.
  • You will be able to access the course in your IITBombayX dashboard after login.

Accommodation

The course content is released under Open Source License. All participants must agree that the content contributed by them in any form, (assignments, questions, etc.) would be released under Open Source Licence, by accepting the terms mentioned under ‘No Objection Certificate’. All contributors will be acknowledged.

Address For Communication

Dr. Kalpana Kannan Project Coordinator, ESOS Project Department of CSE, Kanwal Rekhi Building, Indian Institute of Technology Bombay, Mumbai - 400 076. Tel.: +91 9833594905 (Mahendra) Email: [email protected] Website - www.it.iitb.ac.in/lakshya / www.iitbombayx.in

top

  • LaTeX Thesis
  • Graduate Academic Affairs

LaTeX is a powerful tool for document creation, especially for documents including extensive mathematical notation. 

LaTeX Downloads

  • Sample thesis
  • Figure Help
  • Bibliography Help
  • Thesis document class file

Try MATLAB software (for numerical computation, visualization, and programming)

Learn more...

IMAGES

  1. IIT Bombay Thesis Template for LaTeX (LaTeX template

    iitb thesis format latex

  2. Template for LaTeX PhD thesis title page

    iitb thesis format latex

  3. How to Write a Thesis in LaTeX (Part 5): Customising Your Title Page

    iitb thesis format latex

  4. How to Write a Thesis in LaTeX (Part 1): Basic Structure

    iitb thesis format latex

  5. How to write thesis using LATEX Template

    iitb thesis format latex

  6. How to write thesis in Latex

    iitb thesis format latex

COMMENTS

  1. IIT Bombay Unofficial LaTeX Ph.D. Thesis Template

    Creative Commons CC BY 4.0. Abstract. This is an unofficial Indian Institute of Technology Bombay Ph.D. thesis template. Feel free to use it, modify it, and share it. Tags.

  2. IIT Bombay PhD Thesis Template

    PhD Thesis format of Indian Institute of Technology Bombay. An online LaTeX editor that's easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more. ... ===== % DOCUMENT STYLE %===== % IITB PhD Thesis format default settings are: % 12pt, one-sided printing on a4 size paper %\documentclass ...

  3. LaTeX Class file and sample template for IIT Bombay Thesis ...

    It will also generate a cover page with the IITB logo, copyright page, certificate, approval sheet, declaration, and acknowledgements in standard format. Seasoned LaTeX users may also find better ways to organise a report: * Creating macros for math symbols * Creating separate files for chapters * Creating nomenclature * Partially compiling ...

  4. ETD

    ETD Submission Link: https://etd.library.iitb.ac.in IIT Bombay Guidelines for Preparation of Theses/Dissertations/Reports (Accessing from outside IIT Bombay campus use VPN service)

  5. Welcome to the world of LaTeX

    Resources produced using LaTeX Thesis and LaTeX sources. The M. Tech. Dissertation ().The whole tarball of LaTeX sources along with other related files are available here (might be useful if you are writing a thesis yourself). Dissertation slides ().The LaTeX wrapper file, and the content file to produce the slides. The Makefile to produce LaTeX -> PDF.

  6. Deepak Marla

    Menu Home; Research; Team; Publications; Teaching; Resources; Openings; Reading . You and Your Research -- Dr. Richard Hamming

  7. Latex Resources

    IEOR department style files and cover pages are here. You may need to use 'Latex' and then 'dvi-to-pdf' command to create the pdf output. IEOR department thesis approval sheet are available at here. How to convert latex to odt (Open office) or doc (MS office) Latex Editors. For Windows : MikTex + TexMaker/WinEdit/Texnic Center/LED/Kile.

  8. IIT Bombay

    % iitbthesis.cls % LaTeX Style file for the Indian Institute of Bombay Thesis Format % by Amey Karkare 2007/06/20 % according to the guidelines given on the webpage % http ://gymkhana ... ===== % Finally set the various lengths/margins as required by IITB format % Check out LaTeX Companion for more details. ...

  9. dipankar05/IITBombay-thesis-latex

    IITBombay PhD Thesis latex source files These files generate a template for PhD thesis of Indian Institute of Technology Bombay, India. Master file: thesis.tex. Reference: Reference/mybibfile.bib. t generates (Author, year) style citations and follows elsarticle-harv.bst files. Figures: Images can be directed from this folder.

  10. LaTeX Resources

    Professor Department of Computer Science & Engg.,IIT Bombay. LaTeX Resources. The Indian TeX Users Groupprovides excellent resources. The Definitive Guide for LaTeX : LaTeX User's Guide and Reference Manual : Leslie Lamport. Addison Wesley Publications. 1994.

  11. PDF Indian Institute of Technology Bombay

    2 THESIS FORMAT 2.1 Paper 2.1.1 Quality The thesis shall be printed/xeroxed on white bond paper, whiteness 95% or above, weight 70 gram or more per square meter. 2.1.2 Size The size of the paper shall be standard A 4; height 297 mm, width 210 mm. 2.1.3 Type ­Setting, Text Processing and Printing

  12. Sample Latex Files

    Latex file for Slides Preparation. For preparing slides for the presentation, one can use and modify the sample template file ( Download ). During compilation of this template Latex file, it is required to have these files also ( fig1.ps , fig2.ps, fig3.ps , fig4.ps, fig5.ps , fig6.ps, fig7.ps , arch.ps, lgrain.ps and iitlogo1.ps ).

  13. LaTeX for Students, Engineers, and Scientists

    The learner creates the first document using LaTeX, organizes content into sections using articles and book class of LaTeX. Topic 2: Styling Pages In this topic, the session starts by reviewing different paper sizes, examines packages, formats the page by setting margins, customizing header and footer, changing the page orientation, dividing ...

  14. Indian Institute of Technology, Kanpur thesis template

    % thesis.tex % % This file is root file for an example thesis written using the % IIT Bombay LaTeX Style file. % Created by Amey Karkare (21 June 2007) % % It is provided without warranty on an AS IS basis. ... ===== % DOCUMENT STYLE %===== % IITB PhD Thesis format default settings are: % 12pt, one-sided printing on a4 size paper \documentclass ...

  15. IIT Bombay Unofficial LaTeX Beamer Presentation Template

    Creative Commons CC BY 4.0. Abstract. This is an unofficial Indian Institute of Technology Bombay Beamer Presentation Template (modified version). Feel free to use it, modify it, and share it. Tags.

  16. IITB Project Report Template

    Chaitanya Katti. Last Updated. a year ago. License. Creative Commons CC BY 4.0. Abstract. A simple LaTeX template for project reports. Includes a title page with IIT Bombay logo. Tags.

  17. iitmdissertation

    a template for the thesis a simple tutorial for reference Changelog - 17/03/22: added an option to format the table of contents; minor formatting fixes 22/03/22: added some formatting options for the synopsis; re-structured the 'References' section for the synopsis; set some default styles in math mode

  18. LaTeX Thesis

    Illinois Tech welcomes you to join our community of people who discover, create, and solve. Apply today, visit us in Chicago, and contact us for more information. Request Info Visit Apply. Contact. 10 West 35th Street. Chicago, IL 60616. 312.567.3000. Contact Us. Campus.

  19. IIT Thesis Template

    An online LaTeX editor that's easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templates, and more.

  20. IIT Delhi Thesis Template

    IIT Delhi Thesis Template. Simple import of Github: Saipraneet/iitdthesis to Overleaf with minor additions. Why LaTeX?