Banner

Overleaf for Scholarly Writing & Publication: LaTeX Theses and Dissertations

  • Reference Managers and Overleaf
  • Adding Graphs, Tables, and Images
  • Using Templates on Overleaf
  • LaTeX Theses and Dissertations

LaTeX Theses and Dissertatons

Tips and tools for writing your LaTeX thesis or dissertation in  Overleaf, including templates, managing references , and getting started guides.

Managing References

BibTeX  is a file format used for lists of references for  LaTeX  documents. Many citation management tools support the ability to export and import lists of references in .bib format. Some reference management tools can generate  BibTeX  files of your library or folders for use in your  LaTeX  documents.

LaTeX on Wikibooks   has a  Bibliography Management  page.

Find list of BibTeX styles available on Overleaf   here

View a video tutorial on how to include a bibliography using BibTeX  here

Collaborate with Overleaf

Collaboration tools

Every project you create has a secret link. Just send it to your co-authors, and they can review, comment and edit. Overleaf synchronizes changes from all authors, so everyone always has the latest version. More advanced tools include protected projects and integration with Git.

Collaborate online and offline with Overleaf and Git

Protected projects with Overleaf Pro

Getting Started with Your Thesis or Dissertation

How to get started writing your thesis in LaTeX

Writing a thesis or dissertation in LaTeX can be challenging, but the end result is well worth it - nothing looks as good as a LaTeX-produced pdf, and for large documents it's a lot easier than fighting with formatting and cross-referencing in MS Word. Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the  Overleaf Gallery .

You can  upload your own thesis template to the Overleaf Gallery   if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

This video assumes you've used LaTeX before and are familiar with the standard commands (see our other  tutorial videos   if not), and focuses on how to work with a large project split over multiple files.

How to Write your Thesis/Dissertation in LaTeX: A Five-Part Guide

Five-Part LaTeX Thesis/Dissertation  Writing Guide

Part 1: Basic Structure   corresponding  video

Part 2: Page Layout   corresponding  video

Part 3: Figures, Subfigures and Tables   corresponding  video

Part 4: Bibliographies with Biblatex  corresponding  video

Part 5: Customizing Your Title Page and Abstract   corresponding  video

Link Your ORCID

Link yo ur  ORCiD  account  to your  Overleaf account  via the  ORCID @ CMU Portal

Open Knowledge Librarian

Profile Photo

  • << Previous: Using Templates on Overleaf
  • Last Updated: Oct 4, 2023 9:31 AM
  • URL: https://guides.library.cmu.edu/overleaf

The MIT thesis template in LaTeX

The latex template.

The current MIT thesis template was developed in 2023, using up-to-date LaTeX coding, to meet the current formatting requirements of the MIT Libraries. The title and abstract pages are automatically laid out from information provided by the user. This template includes options to use a variety of fonts, and it is compatible with either pdfTeX or unicode engines such as luaLaTeX. When using LaTeX formats dated November 2022 or later, the resulting pdf file meets the PDF/A-2b archivability standard. A standard TeX Live installation includes all other packages required by the template.

This template was written by John Lienhard at the request of the MIT Libraries.

  • Documentation: Documentation for the template is available in pdf format here .
  • Download: The most current LaTeX files for this template are distributed through the Comprehensive TeX Archive Network (CTAN): https://ctan.org/pkg/mitthesis Download
  • Overleaf.com: A copy of the thesis template is also present in Overleaf.com's template gallery, here . Overleaf includes all the packages in TeX Live, so no additional downloads are needed. Learn more about Overleaf at MIT .

Specifications for MIT theses

The formatting requirements for MIT theses are set by the MIT Libraries, as described at this url: http://libraries.mit.edu/archives/thesis-specs/ . Questions regarding these specifications should be directed to [email protected] .

The original LaTeX 2.09 template was written by Stephen Gildea in the late 1980s (also in CTAN, here ). That template was edited by many later students, leading to the files archived here.

LaTeX has changed greatly since the original MIT thesis template was written. LaTeX 2.09 was replaced by LaTeX2e in 1994. New engines were developed, particularly pdfTeX during the 1990s and Unicode-aware engines in the decades that followed. Many packages and fonts were developed to accompany the original platform, particularly after 2000; and major updates to the LaTeX kernel began in 2018. Over the years, the MIT Libraries have changed the required format several times, especially as electronic thesis submission has become the norm. The original template served MIT well; but by the early 2020s, it was substantially out of date. That situation motivated the creation of this new template.

Graduate Education

Office of graduate and postdoctoral education, thesis templates.

The following thesis format templates should help you get started with formatting your thesis or dissertation. Georgia Tech provides free Overleaf Professional accounts for all students, faculty, and staff who would like to use the collaborative, online LaTeX editor for their projects.

  • LaTeX Template (.zip) - updated May 2020
  • Featured LaTeX templates on Overleaf
  • Word Thesis Template (.docx) - updated August 2016
  • Georgia Tech Engineering Reference Management System (GTERMS)

LaTeX Resources

  • LaTeX Project
  • Set the Quick Build command configuration to: “PdfLaTeX + Bib(la)tex) + PdfLaTeX (x2) + View Pdf”.
  • Use the Quick Build command to compile and view your .pdf file.
  • If you decide to use a “build” subdirectory for output files, you must point BibTeX to the proper subdirectory.

LaTeX is a powerful text processing and formatting tool that produces clean, consistent results. This high-quality typesetting system is a free service provided by Georgia Tech. It is available on many platforms and can be used with the editor of your choice. LaTeX is the de facto standard for the communication and publication of scientific documents.

Although Graduate Education does not offer direct technical support, Tech does provide help via campus partners such as the Library and Overleaf (online LaTeX editor). Please check the Library events page for courses on LaTex, or contact Overleaf directly.

Many students have also found useful tips for dealing with specific problems by entering keywords such as "LaTeX formatting table captions" in their favorite search engines.

Most Common LaTeX to PDF Problem

The most common problem we see with Electronic Theses & Dissertations (ETDs) created in LaTeX is the altering of the page size, particularly an increase of the bottom margin to more than one inch, and sometimes an accompanying decrease in the top and/or right margins to less than the requisite one inch. Less frequently, there will also be problems with figures disappearing or changing appearance. The sizing error may be introduced inadvertently during the conversion from .dvi to .pdf or .ps when the program doing the converting defaults to the A4 European page size. Always check your PDF file after conversion, even if your source file looked perfect.

The following fixes have been found by your fellow Tech graduate students and passed along to the Graduate Thesis Office. We hope they help you:

  • First, before converting the .tex file to .dvi, make sure the class header file in your .tex file says something like "\documentclass[12pt, letter]{article}".
  • If you are converting the resulting .dvi file to a .ps file, be sure the dvips options specify "-P pdf -t letter".
  • When you are converting to .pdf from either the .dvi file directly or from a .ps file, locate the C:\texmf\dvipdfm\config\config\ or analogous folder for PDFs in your system. Replace the line "p a4" with "p letter".

Check our frequently asked questions (FAQ) to see if your question has already been answered. Else, contact Graduate Education at [email protected] .

Accessibility Information

Download Microsoft Products   >      Download Adobe Reader   >

Banner

Overleaf for LaTeX Theses & Dissertations: Using Templates on Overleaf

  • Using Templates on Overleaf
  • Reference Managers and Overleaf
  • Adding Tables, Images, and Graphs

Start your projects with quality LaTeX templates for journals, theses, dissertations, CVs, resumes, papers, presentations, posters, assignments, letters, project reports, and more.

Getting started

Start with Overleaf templates

Overleaf templates make it easy to get started with all types of projects - from papers and presentations to newsletters, CVs, and much more! It's also a great way to learn LaTeX and produce professional looking projects quickly.

Follow Us for More

New templates are added all the time. Follow us on Twitter for the highlights!

Find templates on Overleaf

Visit our thesis template gallery

dissertation template latex

Make your own templates on Overleaf

Upload or create templates for assignments, presentations, theses, posters, and student/faculty journals for your institution. Just create it as a project on Overleaf and use the publish menu.

dissertation template latex

Begin Your Work Using the Official 'University' Thesis Template on Overleaf

(If your University has an official thesis template published on Overleaf, you can customize this box accordingly with a link to the template)

Write your thesis using the official ' Name of University goes here ' thesis template

Find your University's template on Overleaf here ( insert link to official LaTeX thesis template on Overleaf Gallery or custom Overleaf institutional portal template page ).

  • << Previous: Home
  • Next: Reference Managers and Overleaf >>
  • Last Updated: May 18, 2021 1:57 PM
  • URL: https://overleaf.libguides.com/Thesis

UCI Libraries Mobile Site

  • Langson Library
  • Science Library
  • Grunigen Medical Library
  • Law Library
  • Connect From Off-Campus
  • Accessibility
  • Gateway Study Center

Libaries home page

Email this link

Thesis / dissertation formatting manual (2024).

  • Filing Fees and Student Status
  • Submission Process Overview
  • Electronic Thesis Submission
  • Paper Thesis Submission
  • Formatting Overview
  • Fonts/Typeface
  • Pagination, Margins, Spacing
  • Paper Thesis Formatting
  • Preliminary Pages Overview
  • Copyright Page
  • Dedication Page
  • Table of Contents
  • List of Figures (etc.)
  • Acknowledgements
  • Text and References Overview
  • Figures and Illustrations
  • Using Your Own Previously Published Materials
  • Using Copyrighted Materials by Another Author
  • Open Access and Embargoes
  • Copyright and Creative Commons
  • Ordering Print (Bound) Copies
  • Tutorials and Assistance
  • FAQ This link opens in a new window

UCI Libraries maintains the following  templates to assist in formatting your graduate manuscript. If you are formatting your manuscript in Microsoft Word, feel free to download and use the template. If you would like to see what your manuscript should look like, PDFs have been provided. If you are formatting your manuscript using LaTex, UCI maintains a template on OverLeaf.

  • Annotated Template (Dissertation) 2024 PDF of a template with annotations of what to look out for
  • Word: Thesis Template 2024 Editable template of the Master's thesis formatting.
  • PDF Thesis Template 2024
  • Word: Dissertation Template 2024 Editable template of the PhD Dissertation formatting.
  • PDF: Dissertation Template 2024
  • Overleaf (LaTex) Template
  • << Previous: Tutorials and Assistance
  • Next: FAQ >>
  • Last Updated: Feb 20, 2024 2:09 PM
  • URL: https://guides.lib.uci.edu/gradmanual

Off-campus? Please use the Software VPN and choose the group UCIFull to access licensed content. For more information, please Click here

Software VPN is not available for guests, so they may not have access to some content when connecting from off-campus.

MSU Libraries

  • Need help? Ask a Librarian
  • Writing in LaTeX
  • Managing Citations in LaTeX
  • Creating Accessible LaTeX Documents
  • Additional Help

Where to find LaTeX templates

Thesis templates.

Different LaTex templates can be used to change the structure and design of your LaTex documents. For example, there are templates available to create resumes, cv's, articles, theses, and other types of documents. Both Overleaf and Authorea allow you to search for templates shared on their platform. When writing an article for publication, you can also often find LaTex templates for specific publications on the publishers webiste or by contacting them.

Here are some of the places you can find freely available templates:

  • Overleaf Templates Search interface for LaTeX templates on Overleaf.
  • Authorea Templates Featured templates on Authorea including journal and publisher provided templates.
  • Comprehesive TeX Archive Network Site for user uploaded TeX templates. Most packages are free to download. This is a good resource for anyone running TeX locally on their computer.
  • General thesis template
  • << Previous: Additional Help
  • Last Updated: Oct 14, 2022 7:57 PM
  • URL: https://libguides.lib.msu.edu/latex

Preparing Your Ph.D. Dissertation Using LaTeX

Introduction, preparing the latex file, downloading the macros to your computer, steps for final submission.

Last updated 11 February 2012

  • Search This Site All UCSD Sites Faculty/Staff Search Term
  • Meet the Dean
  • Meet the Team
  • Professors of the Graduate Division
  • Funding Opportunities
  • Alumni & Friends
  • Prospective Students
  • Degree Programs
  • Requirements
  • Admitted Students
  • Admission FAQ
  • Compliance/Health and Safety Information
  • Tuition & Fees
  • Fellowships
  • Third-Party Payments
  • Non-UC Visiting Grads
  • Financial Support FAQ
  • News & Updates
  • Progress to Degree
  • Enrolling at UC San Diego

Preparing to Graduate

  • Policies & Procedures
  • Student Academic FAQ
  • Merkin Graduate Fellows Program
  • Student Updates
  • Health & Wellbeing
  • Professional Development
  • Student Spotlights
  • Programs and Resources
  • Postdoctoral Affairs
  • Dissertation & Thesis Template

As a resource for graduate students, sample Word templates are available to assist with the initial formatting of doctoral dissertations and master's theses. Students are expected to fully format their dissertation/thesis according to the   " Preparation and Submission Manual for Doctoral Dissertations and Master's Theses ".

  • This template is a starting point and students may have to add or remove sections/text to accurately reflect their document and adhere to all requirements in the manual.
  • Graduate Education and Postdoctoral Affairs (GEPA) does not provide technical support for any of the templates below.
  • If using these templates, students must still refer to the formatting manual for full instructions.

The below templates are in Word. If you prefer to use LaTeX, here is a recommended unofficial template . We are not able to provide technical support for LaTeX.

Note: opening the Word template in Google Docs may cause auto-formatting features to be lost or auto-formatting features may appear differently.

A sample template of a co-author permission letter and cover letter from the committee chair can be found here . For complete information on submission of permission letters, please see this page and/or refer to the full Manual . 

Master’s Degree Thesis

Download template

Doctoral Degree Dissertation

  • Degree Completion
  • Dissertation & Thesis Submission
  • Dissertation & Thesis Manual

ieeeLogo

  • Executive Committee
  • Transparency
  • VIS Pioneers
  • Reviewer Ethics
  • Code of Conduct
  • Diversity Guidelines and Programs
  • Industrial Relations Best Practices
  • VIS (VAST, InfoVis, SciVis)
  • CG&A Viewpoints
  • Awards Overview & Criteria
  • VIS Award Nominations
  • VIS Technical Awards
  • VIS Dissertation Award
  • VIS Academy
  • VR Award Nominations
  • VR Technical Awards
  • VR Dissertation Award
  • Service Awards
  • Journal Template
  • Conference Template
  • Supplementary Materials
  • VAST Challenge
  • VIS 2019 Video Previews - All
  • VIS 2019 Papers
  • Visualization Publications Dataset
  • In Memoriam

Formatting Guidelines for TVCG Journal Track Papers

Please use the following templates for Special Issue TVCG papers (VIS full papers, ISMAR, VR accepted Long Papers, PacificVis Papers etc.):

  • LaTeX Template  (last updated February 9, 2024)
  • Microsoft Word Template  (latest version: December 27, 2022)
  • Sample PDF paper (latest version: February 14, 2024)

These journal templates are  not  to be used by papers accepted as conference-only tracks, short papers, notes, workshops, panels, posters, contests/challenge, tutorials etc. Papers submitted to these tracks should use the  VGTC Conference Style Template .

Please also note that these journal templates are  not  to be used for  regular  TVCG journal submissions (i.e., those not related to the special journal issues of VIS, ISMAR, VR PacificVis, etc.). For such papers, including those submitted as fast track submissions, please use the  official TVCG templates  instead.

If you are unsure which template style you should be using, please contact the appropriate track chairs of your conference. All inquiries and questions about document  formatting  can be directed to the VGTC Publications Chair at  [email protected] .

Summary of Format

Size and margins.

It is very important to follow these margins exactly or you run the risk of loosing text when the final paper is produced at a smaller trim size.

  • Paper Size : 8.5 inches by 11.0 inches (21.59cm by 27.94cm)
  • Top Margin : 0.75 inch (1.905 cm)
  • Bottom Margin : 0.625 inch (1.5875 cm)
  • Inside Margin : 0.75 inch (1.905 cm)
  • Outside Margin : 0.625 inch (1.5875 cm)
  • Columns:  Two (2) columns, each 3.48 inches (8.8392 cm) wide
  • Column Gutter : 0.17 inches (0.4318 cm) column gutter

Microsoft Word

The page margins are slightly different when produced in Microsoft Word, as it automatically inserts a bit of blank space in the top and bottom margins.

  • Top Margin : 0.69 inch (1.7526 cm)
  • Bottom Margin : 0.69 inch (1.7526 cm)
  • Header Margin : 0.34 inch (0.8636 cm)
  • Footer Margin : 0.3 inch (0.762 cm)
  • Teaser images are allowed and encouraged in Journal papers.
  • Please do not include any other images/graphs/charts on the first page of your paper.
  • If possible, place all other images in one of the four corners of your pages.
  • Please do  not  include headers in your paper. We will automate these for you with the appropriate information.
  • Title Text : 18pt Helvetica, centered
  • Capitalize the first letter of nouns, pronouns, verbs, adjectives, and adverbs; do not capitalize articles, coordinate conjunctions, or prepositions (unless the title begins with such a word).

AUTHOR INFORMATION AND AFFILIATION

  • Author Names : 10pt Helvetica, centered
  • Author Information  is specified in a comma separated list, the last one being attached with ‘, and’. If only two authors are given simply separate them with a single ‘and’. IEEE Members should be indicated by appending ‘Member, IEEE’ or ‘Student Member, IEEE’, whichever applies.
  • Author Affiliation  should be 10pt Times or Times New Roman.
  • Please include each author’s name, affiliation, and e-mail address, in bullet form with one bullet point per author.
  • Please insert punctuation at the end of each item.
  • Justified, indented an extra 0.33 inches from main body text of paper on inside and outside margins.
  • The word  “Abstract” : 8pt Helvetica, bold, justified, and  not numbered .
  • Body Text : up to 3 in. (7.62 cm) long.
  • Abstract must be  1 paragraph ; any paper with multiple paragraphs will be returned for correction.

INDEX TERMS

  • Left aligned, indented an extra 0.33 inches from main Body text of paper on inside and outside margins. In MS Word, if the Index Terms run more than one line, please justify so the far right is flush aligned except on the last line; we do not want the last line spacing stretched out to flush both left and right on the last line.
  • The word  “Index Terms” : 8pt Helvetica, bold, justified, and  not numbered .
  • Please only capitalize the first letter of the first word in the list, separating the words with commas
  • Starting in 2013, a period (.) is no longer allowed at the end of the Index Terms
  • A list of relevant index terms should be included after the abstract.
  • Please think of these as being written in the style of Keywords, instead of the traditional ACM Index Terms (Looking at the sample PDF, might be of help.).
  • Leave one blank line after Index terms.

DIAMOND RULE

  • Insert the  Diamond Rule  (figure) after the  Index Terms , centered.

MANUSCRIPT RECEVIED DATES

  • TVCG requires the  Manuscript Received  dates at the bottom of page 1 to be left as is.
  • The most recent template version has made use of  ‘xxx’  for the dates.
  • TVCG will populate the  ‘xxx’ : post-production with the actual dates.
  • No action from you is required.
  • Section Headings : 9pt Helvetica, bold, flush left, numbered, small caps.
  • Subsection Headings : 9pt Helvetica, bold, flush left, numbered.
  • Sub-subsection Headings : 9pt Helvetica, flush left, numbered.
  • 9pt Times or Times New Roman, justified on 10pt leading indent all paragraphs by 1em (roughly 3mm) except the first one under a heading.
  • No blank lines between paragraphs.

CAPTION TEXT

  • 8pt Helvetica.
  • Figures and tables must be numbered separately.
  • Please number each figure in the following manner:  ‘Fig.#.’ , followed by the title, using the appropriate punctuation.
  • Capitalize the first word of each sentence in the figure caption.
  • Table titles are to be centered above the tables.
  • Capitalize the first letter of nouns, pronouns, verbs, adjectives, and adverbs. Do not capitalize articles, coordinate conjunctions, or prepositions (unless the title begins with such a word) of each figure caption.

ACKNOWLEDGMENTS

  • The word  “ACKNOWLEDGMENTS” : 9pt Helvetica, bold, flush left, small caps, and  not numbered .
  • Body Text : 9pt Times or Times Roman.
  • In the USA, it is spelled ‘acknowledgments’, without the ‘e’ after the ‘g’. Since the IEEE is a USA based society, we would recommend having it spelled ‘acknowledgments’ and have done that in our template. However, for the rest of the world, we will not correct it in conference papers – we also spell it ‘acknowledgements’ with an ‘e’ after the ‘g’.

SUPPLEMENTAL MATERIALS

  • The words “SUPPLEMENTAL MATERIALS” : 9pt Helvetica, bold, flush left, small caps, and not numbered .
  • Body Text: 9pt Times or Times Roman.

FIGURE CREDITS

  • The words “FIGURE CREDITS” : 9pt Helvetica, bold, flush left, small caps, and not numbered .

CITATIONS AND REFERENCES

  • The word  “REFERENCES” : 9pt Helvetica, bold, flush left, small caps, and  not numbered .
  • List of references : 8pt Times or Times Roman on 9.5pt leading.
  • When referenced in the text, enclose the citation number in square brackets (e.g.,  [1] ).
  • Where appropriate, include the name(s) of editors of referenced books. For example:[1] Albert B. Smith, Christopher D. Jones, and Egon F. Roberts, “Article Title”, Journal, Publisher, Location, pp. 1-10, Date.[2] Christopher D. Jones, Albert B. Smith, and Egon F. Roberts, Book Title, Publisher, Location, Date.[3] Christopher D. Jones, Albert B. Smith, and Egon F. Roberts, “Chapter Title”, Book Title, Book Editors, Publisher, Location, Date.

No Search Results

How to get started writing your thesis in LaTeX

Writing a thesis or dissertation in LaTeX can be challenging, but the end result is well worth it—nothing looks as good as a LaTeX-produced PDF, and for large documents it's a lot easier than fighting with formatting and cross-referencing in MS Word. Here we provide a guide to getting started on writing your thesis in LaTeX, using a standard template which is pre-loaded into Overleaf.

We have a large number of thesis templates in our online library , and you can upload your own if your university provides a set of LaTeX template files.

We'll assume you've used LaTeX before and so are familiar with the standard commands (see our other tutorial videos if not), and focus on how to work with a large project split over multiple files.

  • Documentation Home
  • Learn LaTeX in 30 minutes

Overleaf guides

  • Creating a document in Overleaf
  • Uploading a project
  • Copying a project
  • Creating a project from a template
  • Using the Overleaf project menu
  • Including images in Overleaf
  • Exporting your work from Overleaf
  • Working offline in Overleaf
  • Using Track Changes in Overleaf
  • Using bibliographies in Overleaf
  • Sharing your work with others
  • Using the History feature
  • Debugging Compilation timeout errors
  • How-to guides
  • Guide to Overleaf’s premium features

LaTeX Basics

  • Creating your first LaTeX document
  • Choosing a LaTeX Compiler
  • Paragraphs and new lines
  • Bold, italics and underlining

Mathematics

  • Mathematical expressions
  • Subscripts and superscripts
  • Brackets and Parentheses
  • Fractions and Binomials
  • Aligning equations
  • Spacing in math mode
  • Integrals, sums and limits
  • Display style in math mode
  • List of Greek letters and math symbols
  • Mathematical fonts
  • Using the Symbol Palette in Overleaf

Figures and tables

  • Inserting Images
  • Positioning Images and Tables
  • Lists of Tables and Figures
  • Drawing Diagrams Directly in LaTeX
  • TikZ package

References and Citations

  • Bibliography management with bibtex
  • Bibliography management with natbib
  • Bibliography management with biblatex
  • Bibtex bibliography styles
  • Natbib bibliography styles
  • Natbib citation styles
  • Biblatex bibliography styles
  • Biblatex citation styles
  • Multilingual typesetting on Overleaf using polyglossia and fontspec
  • Multilingual typesetting on Overleaf using babel and fontspec
  • International language support
  • Quotations and quotation marks

Document structure

  • Sections and chapters
  • Table of contents
  • Cross referencing sections, equations and floats
  • Nomenclatures
  • Management in a large project
  • Multi-file LaTeX projects
  • Lengths in L a T e X
  • Headers and footers
  • Page numbering
  • Paragraph formatting
  • Line breaks and blank spaces
  • Text alignment
  • Page size and margins
  • Single sided and double sided documents
  • Multiple columns
  • Code listing
  • Code Highlighting with minted
  • Using colours in LaTeX
  • Margin notes
  • Font sizes, families, and styles
  • Font typefaces
  • Supporting modern fonts with X Ǝ L a T e X

Presentations

  • Environments

Field specific

  • Theorems and proofs
  • Chemistry formulae
  • Feynman diagrams
  • Molecular orbital diagrams
  • Chess notation
  • Knitting patterns
  • CircuiTikz package
  • Pgfplots package
  • Typesetting exams in LaTeX
  • Attribute Value Matrices

Class files

  • Understanding packages and class files
  • List of packages and class files
  • Writing your own package
  • Writing your own class

Advanced TeX/LaTeX

  • In-depth technical articles on TeX/LaTeX

Get in touch

Have you checked our knowledge base ?

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

Email: 

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

LaTeX Thesis Template for the University of Chinese Academy of Sciences

mohuangrui/ucasthesis

Folders and files, repository files navigation, ucasthesis 国科大学位论文 latex 模板 [最新样式].

  • 页面右边点击: Clone or download -> Download Zip
  • 关于 ucasthesis 编译和设计的问题,请先读 模板使用说明.pdf ,如发问需遵从 提问流程 。
  • 开题报告见: ucasproposal: 中国科学院大学开题报告 LaTeX 模板 。
  • 书脊制作见: latexspine: LaTeX 书脊模板 。

ucasthesis 为撰写中国科学院大学 本 、 硕 、 博 学位论文和 任意高校博后 报告的 LaTeX 模版。ucasthesis 提供了简单明了的 模板使用说明.pdf 。无论你是否具有 LaTeX 使用经验,都可较为轻松地使用以完成学位论文的撰写和排版。谢谢大家的测试、反馈和支持,我们一起的努力让 ucasthesis 非常荣幸地得到了国科大本科部陆晴老师、本科部学位办丁云云老师和中科院数学与系统科学研究院吴凌云研究员的支持,并得到吴凌云学长在 CTEX 的发布。

考虑到许多同学可能缺乏 LaTeX 使用经验,ucasthesis 将 LaTeX 的复杂性高度封装,开放出简单的接口,以便轻易使用。同时,对用 LaTeX 撰写论文的一些主要难题,如制图、制表、文献索引等,进行了详细说明,并提供了相应的代码样本,理解了上述问题后,对于初学者而言,使用此模板撰写学位论文将不存在实质性的困难。所以,如果你是初学者,请不要直接放弃,因为同样为初学者的我,十分明白让 LaTeX 简单易用的重要性,而这正是 ucasthesis 所追求和体现的。

此中国科学院大学学位论文模板 ucasthesis 基于中科院数学与系统科学研究院吴凌云研究员的 CASthesis 模板发展而来。当前 ucasthesis 模板满足最新的中国科学院大学学位论文撰写要求和封面设定。兼顾操作系统:Windows、Linux、MacOS;LaTeX 编译引擎:pdflatex、xelatex、lualatex;文献编译引擎:bibtex、biber (biblatex);文献样式:著者-出版年制(authoryear)、顺序编码制(numbers)、上标顺序编码制(super)、字符编码制(alpha)。支持中文书签、中文渲染、中文粗体显示、拷贝 PDF 中的文本到其他文本编辑器等特性( Windows 系统 PDF 拷贝乱码的解决方案需见:字体配置 )。此外,对模板的文档结构进行了精心设计,撰写了编译脚本提高模板的易用性和使用效率。

ucasthesis 的目标在于简化学位论文的撰写,利用 LaTeX 格式与内容分离的特征,模板将格式设计好后,作者可只需关注论文内容。 同时,ucasthesis 有着整洁一致的代码结构和扼要的注解,对文档的仔细阅读可为初学者提供一个学习 LaTeX 的窗口。此外,模板的架构十分注重通用性,事实上,ucasthesis 不仅是国科大学位论文模板,同时,通过少量修改即可成为使用 LaTeX 撰写中英文文章或书籍的通用模板,并为使用者的个性化设定提供了接口。

  • 2021-09-27 模板样式进行了修改,请查看下面的修改描述,以决定是否需要更新。

2021-09-27 benkwoook, issue #359 ,增强 artratex.sty,提供去掉“引言”类章节的章节编号的功能。

2021-03-30 更新原创性声明和使用声明页。移除英文封面声明中的 "the"。

2020-07-28 Tony, issue #299 ,更新 bibtex 样式。文献样式更多讨论可见: 文献样式 。

2020-07-22 hushidong, zepinglee, issue #296 ,完善 biblatex 和 bibtex 样式。

2020-07-17 GitatHub, hushidong, issue #296 ,更新 bibtex 国标样式 gbt7714-bibtex-style ,增加 biblatex 国标样式 biblatex-gb7714-2015 。

2020-05-22 lipcaty, issue #281 修复 ctex 移除 xeCJKfntef 后对 ulem 的加载。

2020-03-20 zepinglee, issue #250 增加 LaTeX 和依赖宏包版本检测功能。

2020-02-11 ck2019ML, issue #182 、 univeryinli, issue #229 将 ucasthesis 在 Overleaf 发布并支持调用外部字体,详见 字体配置 。 xiaokongkong, issue #231 修正几个书写。

2020-01-09 NineSH, issue #223 修复 bicaption 错误。

2019-12-06 移除 commit 中的二进制文件,以极大减少 Fork 后的文件大小。

2019-10-12 huiwenzhang, issue #198 修复 mainmatter 下 \chapter* 的页眉错误。

2019-10-12 Fancy0609, muzimuzhi, issue #195 调整由 AutoFakeBold 控制的伪粗体加粗程度。

2019-10-11 Pantrick, issue #190 采用 muzimuzhi 提供的方法实现 \advisor{} 和 \institute{} 的自动换行功能。

2019-08-01 vectorliu, issue #183 修改英文模式下的 plain 选项为 scheme=plain 以消除对 Algorithm 样式的修改。

2019-06-15 HaorenWang, issue #177 调整矢量、矩阵、张量字体样式。

2019-06-09 DRjy, issue #170 轻微缩减目录中编号与标题的间距; e71828, issue #174 轻微增加页眉中编号与标题的间距。

2019-05-25 CDMA2019, issue #169 提供横排图表环境下页眉页脚的横排,具体使用见 横排图表 。

2019-04-24 拓展模版兼容 博后报告 。修复 gsp2014, issue #156 文献引用中的连字符的间断显示和上标引用中逗号下沉。

2019-04-19 修复 nihaomiao, issue #117 \mathbf 失效问题。

2019-04-16 修复国际生需要的 plain 模式下无法改变英文章标题字体大小的问题。

2019-04-09 对部分宏命令进行调整,无功能及样式上的修改。若需更新,建议参考 更新指南 。

2019-04-04 liuy334, songchunlin, issue #134 ,调整行距使 LaTeX 版与 Word 版的行数和每行字数相一致。

2019-03-28 zssasa, allenwoods, issue #49 ,修复 bicaption 对 longtable 的兼容性。 BowenHou, issue #133 ,使下划线能对长标题自动换行。

2019-03-25 DRjy, muzimuzhi, issue #127 ,为 摘要 等无需在目录中显示的结构元素建立书签。 muzimuzhi, issue #130 ,修正对 \voffset 的使用。

2019-03-14 opt-gaobin, issue #121 ,修正中文标点使下划线断掉的问题。 Guoqiang Zhang, email; weili-ict, issue #120 ,修复 \proofname 命令对2015年及更早 LaTeX 编译器的兼容性问题。

2019-02-20 opt-gaobin, issue #100 ,增加定理、定义、证明等数学环境。 DRjy, issue #102 ,调整 \mathcal 字体样式。[zike Liu, email] ,适当缩减目录列表的缩进。 xiaoyaoE, issue #105 ,使数字字体和英文字体一致。完善中文版和国际版之间的中英格式切换。

2019-01-10 mnpengjk, issue #57 ,将公式编号前加点纳入模版默认,更多讨论可见: 琐屑细节 。 yunyun2019, issue #95 ,更新文献样式。[邵岳林, email] ,将附录复原为常规的排版设置,若需将附录置于参考文献后,请见: 琐屑细节 。

2018-04-03 根据国科大本科部陆晴老师和本科部学位办丁云云老师的复审审核建议再次修复一些样式细节问题。

2018-04-02 模板进行了重大更新,修复了样式、字体、格式等许多问题。

  • 根据国科大本科部陆晴老师的建议对模版样式进行了诸多拓展和修正,并完善对本科生论文元素的兼容性。
  • 在 ctex 开发者的帮助下解决了如何多次调用 Times New Roman 而不导致黑体调用错误的问题。[twn1993, email],修复默认黑体为微软雅黑而不是 SimHei 的问题。
  • 繁复折腾测试后终于找出一个在 ctex 默认黑体替换粗宋体设定环境内全局 AutoFakeBold 失效状态下折衷特定字体库不全条件下生僻字显示和系统默认字重不全条件下粗宋体显示以及不同操作系统下如何平衡上述字库自重矛盾还有根据操作系统自动调用所带有的 Times 字体的方案。
  • 设定论文封面据英文学位名如自动切换。密级据是否填写自动显示。

2018-03-22 演示表标题居表上,加粗图表标注,设置长图表标题悬挂缩进(由于 bicaption 宏包无法正确接受 caption 宏包的 margin 选项,图表中英标题第一行无法正确同步缩进,从而放弃第一行的缩进),强调多图中子图标题的规范使用,通过摘要和符号列表演示标题不在目录中显示却仍在页眉中显示。[赵永明, email],设置双语图表标题和 bicaption 不在图形列表和表格列表中显示英文标题。

2018-03-21 zhanglinbo, issue #42 ,使用 xiaoyao9933 制作的 ucas_logo.pdf 使学校 logo 放大不失真。 Starsky Wong, issue #41 ,设置标题英文设为 Times New Roman 。 will0n, issue #29 , Man-Ting-Fang, issue #26 , diyiliaoya, issue #12 ,和 [赵永明, email] ,矫正一些格式细节问题。 tangjie1992, issue #30 ,配置算法环境。

2018-02-04 在 ctex 开发者的帮助下修复误用字体命令导致的粗宋体异常。然后,将模板兼容性进一步扩展为兼容操作系统 Windows , Linux , MacOS 和 LaTeX 编译引擎 pdflatex , xelatex , lualatex 。移除 microtype 宏包以提高编译效率。

2018-01-28 基于国科大 2018 新版论文规范进行了重大修改,采用新的封面、声明、页眉页脚样式。展示标题中使用数学公式。

2017-05-14 [赵永明, email] ,增加 \citepns{} 和 \citetns{} 命令提供上标引用下混合非上标引用的需求。[臧光明, email] ,添加设定论文为 thesis 或 dissertation 的命令。

Contributors 6

@HuangruiMo

IMAGES

  1. Phd Thesis Cover Page Latex

    dissertation template latex

  2. best thesis latex template

    dissertation template latex

  3. latex template for master thesis

    dissertation template latex

  4. Basic Latex Template

    dissertation template latex

  5. Latex Bachelorarbeit Vorlage

    dissertation template latex

  6. GitHub

    dissertation template latex

VIDEO

  1. Research paper writing using LaTeX Overleaf

  2. Creating a Professional CV with LaTeX Template

  3. Write a summary in LaTeX

  4. writing thesis with Emacs+AucTex

  5. How to write a beautiful PhD thesis using latex, Part-I

  6. Menulis Conference Paper dengan IEEE Template Latex

COMMENTS

  1. Basic thesis template

    This Thesis LaTeX template is an ideal starting point for writing your PhD thesis, masters dissertation or final year project. The style is appropriate for most universities, and can be easily customised. This LaTeX template includes a title page, a declaration, an abstract, acknowledgements, table of contents, list of figures/tables, a ...

  2. Template for a Masters or Doctoral Thesis

    This LaTeX template is used by many universities as the basis for thesis and dissertation submissions, and is a great way to get started if you haven't been provided with a specific version from your department. This version of the template is provided by Vel at LaTeXTemplates.com, and is already loaded in Overleaf so you can start writing ...

  3. LaTeX templates for writing a thesis

    The thesis template site mostly just links to available external sites with templates. It provides links to ready-to-go thesis templates of various universities worldwide. There's even a google map for viewing the templates origins on the world map. Besides LaTeX templates there are also LyX thesis templates.

  4. suchow/Dissertate: Beautiful LaTeX dissertation templates.

    One of the biggest hurdles in submitting a thesis or dissertation is getting the formatting right — the rules are arcane, and the registrar is pedantic. Few students have the background needed to design and typeset clean and stylish documents. Enter Dissertate. Dissertate is a set of beautiful LaTeX templates for a thesis or dissertation.

  5. LibGuides: Overleaf for LaTeX Theses & Dissertations: Home

    Tips and tools for writing your LaTeX thesis or dissertation in Overleaf, including templates, managing references, and getting started guides. Managing References BibTeX is a file format used for lists of references for LaTeX documents.

  6. GitHub

    The "novathesis" LaTeX template is an Open Source project for writing thesis, dissertations, and other monograph-like documents, which…. Is very easy to use for the LaTeX beginners: Just select the School, provide the cover info, your chapters with text… and you're done! Is flexible and adaptable for the LaTeX experts:

  7. LaTeX Theses and Dissertations

    Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the Overleaf Gallery. You can upload your own thesis template to the Overleaf Gallery if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

  8. The MIT thesis template in LaTeX

    The LaTeX template. The current MIT thesis template was developed in 2023, using up-to-date LaTeX coding, to meet the current formatting requirements of the MIT Libraries. The title and abstract pages are automatically laid out from information provided by the user. This template includes options to use a variety of fonts, and it is compatible ...

  9. PhD Thesis and Dissertation LaTeX Templates for Harvard ...

    Dissertate provides a beautiful LaTeX template for a thesis or dissertation. This template has been uploaded into Overleaf so you can get started simply by clicking the button above. It currently provides everything needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, and NYU.

  10. Thesis Templates

    Current Students. Theses & Dissertations. Thesis Templates. The following thesis format templates should help you get started with formatting your thesis or dissertation. Georgia Tech provides free Overleaf Professional accounts for all students, faculty, and staff who would like to use the collaborative, online LaTeX editor for their projects.

  11. Gallery

    Additionally, you can easily modify the chapters and manage your images by uploading them to the designated images folder, keeping your work organized and saving you valuable time. Happy writing and Jai Hind! Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.

  12. Using Templates on Overleaf

    (If your University has an official thesis template published on Overleaf, you can customize this box accordingly with a link to the template) Write your thesis using the official 'Name of University goes here' thesis template Find your University's template on Overleaf here (insert link to official LaTeX thesis template on Overleaf Gallery or custom Overleaf institutional portal template page).

  13. LaTeX templates and instructions for theses, dissertations, and records

    Knowledge Center - Thesis & Dissertation Templates. Quick Links. LaTeX templates and instructions for theses, dissertations, and records of study. Texas A&M University is providing Overleaf Professional features for all students, faculty and staff who would like to use a collaborative, online LaTeX editor for their projects. Overleaf ...

  14. Templates

    If you are formatting your manuscript using LaTex, UCI maintains a template on OverLeaf. Annotated Template (Dissertation) 2024. PDF of a template with annotations of what to look out for ... Thesis Template 2024. Editable template of the Master's thesis formatting. PDF Thesis Template 2024. Word: Dissertation Template 2024. Editable template ...

  15. LaTeX Templates

    This template uses the memoir document class to beautifully typeset a thesis. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. The layout of the content is in a thin format to promote easy reading and the template features advanced specification of margins and trimming. The thesis boasts a professional look ...

  16. stone-zeng/fduthesis: LaTeX thesis template for Fudan University

    This template supports doctoral or master dissertion and undergraduate thesis, both in Chinese or English. With the help of modern LaTeX technology, fduthesis aims to create a simple interface, a normative format, as well as a hackable class for the users. At present, fduthesis only supports XeTeX and LuaTeX engines.

  17. LaTeX Templates

    Where to find LaTeX templates. Different LaTex templates can be used to change the structure and design of your LaTex documents. For example, there are templates available to create resumes, cv's, articles, theses, and other types of documents. Both Overleaf and Authorea allow you to search for templates shared on their platform.

  18. Dissertation Template

    Creative Commons CC BY 4.0. Abstract. UKY Mathematics. Tags. University Thesis University of Kentucky. Find More Templates. UKY Mathematics.

  19. Preparing Your Ph.D. Dissertation Using LaTeX

    Preparing the LaTeX File. To prepare the LaTeX file, copy the files from the sample thesis located at /~vojta/thesis/ , and adapt them to your situation. The document class ucbthesis is already installed on our computer network. However, if you are using a thin client, then you will need to type the following command, just once, in each ...

  20. Dissertation & Thesis Template

    Dissertation & Thesis Template. As a resource for graduate students, sample Word templates are available to assist with the initial formatting of doctoral dissertations and master's theses. ... We are not able to provide technical support for LaTeX. Note: opening the Word template in Google Docs may cause auto-formatting features to be lost or ...

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

    The preamble. In this example, the main.tex file is the root document and is the .tex file that will draw the whole document together. The first thing we need to choose is a document class. The article class isn't designed for writing long documents (such as a thesis) so we'll choose the report class, but we could also choose the book class.. We can also change the font size by adding square ...

  22. Journal Publications

    Please also note that these journal templates are not to be used for regular TVCG journal submissions (i.e., those not related to the special journal issues of VIS, ISMAR, VR PacificVis, etc.). For such papers, including those submitted as fast track submissions, please use the official TVCG templates instead.

  23. How to get started writing your thesis in LaTeX

    Here we provide a guide to getting started on writing your thesis in LaTeX, using a standard template which is pre-loaded into Overleaf. We have a large number of thesis templates in our online library, and you can upload your own if your university provides a set of LaTeX template files. We'll assume you've used LaTeX before and so are ...

  24. GitHub

    LaTeX Thesis Template for the University of Chinese Academy of Sciences - GitHub - mohuangrui/ucasthesis: LaTeX Thesis Template for the University of Chinese Academy of Sciences