utm thesis latex template

LaTeX for UTM Thesis

Hasan Alqaraghuli's profile photo

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

UESTC Thesis Latex Template 2023. It fully supports the latest format specification in 2023, supports independent symbol table, abbreviation table, and complete and fully customizable Academic/Professional-Master/PhD covers.

tinoryj/UESTC-Thesis-Latex-Template

Folders and files, repository files navigation, uestc-thesis-latex-template.

English version of the README

学位信息设置(选择对应模板)

作者、导师、题目等基本信息, 设置专业学位领域(专业硕士/博士专用), 专业学位硕士/博士(请按照以下步骤操作), 学术学位硕士/博士(请按照以下步骤操作), 分类号、密级、udc号, 缩略词/符号表目录设置, (盲审提交用)不显示作者姓名, 参考文献数量超过100时的悬挂缩进问题, 数字/罗马字符加粗显示, beamer slides template.

参考main.tex中关于本模板使用的各项说明,正文写法可参考 一份其实很短的 LaTeX 入门文档

注意,请尽量使用texlive 2021或之后的版本进行编译,模板仅在这些版本的latex下进行过相关测试

以下所有内容均需设置在正文开始(\begin{document})之前

main.tex第一行进行设置,应用thesis-uestc模板,设置学位信息:

  • bachelor:本科
  • promaster:专硕
  • engdoctor:工程博士

chairman pos

由于学校20220224格式规范中明确显示该内容左对齐,本模板进行了同步,若为了美学设计,请在cls文件中搜索 \arraybackslash\fontsize{14pt}{14pt}\bfseries\selectfont}p{4.35in} ,并全局替换为 \centering\arraybackslash\fontsize{14pt}{14pt}\bfseries\selectfont}p{4.35in} 完成对该内容的居中显示。

  • 在main.tex中,对以下内容取消注释并设置:
  • 在thesis-uestc.cls中修改以下内容(修改后如下所示):
  • 1126-1127取消注释;1129行修改为12bp 1126 合作导师 & { \bfseries\zh@thecoadvisor } \\ 1127 \cline {2-2} 1128 & \fontsize {12pt}{12pt} \selectfont (姓名、职称、单位名称) 1129 \end {tabular} \\ [12bp]
  • 1215-1216行取消注释; 1215 Co-Supervisor: & \en@thecoadvisor \\ 1216 \cline {2-2}
  • 1008-1009取消注释;1011行修改为24bp 1008 合作导师 & { \bfseries\zh@thecoadvisor } \\ 1009 \cline {2-2} 1010 & \fontsize {12pt}{12pt} \selectfont (姓名、职称、单位名称) 1011 \end {tabular} \\ [24bp]
  • 1091-1092行取消注释; 1091 Co-Supervisor: & \en@thecoadvisor \\ 1092 \cline {2-2}
  • UDC编号查询: https://udcsummary.info/php/index.php?lang=chi&pr=Y
  • 分类号查询: http://pss.uestc.edu.cn:8080/chineseSearch.action

注意,模板为了便于操作,对glossary设置了automake,会导致在不使用这部分功能时发生编译错误,请在注释main.tex中的 \makeglossaries 的基础上,在cls文件中取消27行的注释,并将28行注释,如下所示:

在使用缩略词/符号表时,请在导言区填写缩略语条目并使能glossary宏包(如下所示,详细使用方法见 main.tex ):

若要添加缩略词/符号表目录,请在需要的位置进行以下设置:

如下所示,使用代码环境。其中style用于指定语言进行代码高亮;caption用于设置代码段标题;label用于生成代码段标签,以便在正文中引用。这里三项参数均为非必填项(但不填style会导致没有任何格式和高亮)。 现支持的代码语言高亮包括:c++,shell,python,json,solidity

采用以下方法进行设置(即设置为空格)

引入参考文献时设置间距为large(如下所示):

在main.tex中取消注释以下内容,用于禁止文中换行处的英语单词自动截断换行。

本模板中请使用 \pmb{1234} 对公式中数字/罗马字符加粗,效果如:$\pmb{1234}$

可能存在中文摘要无页码的问题,解决方案如下: 在cls文件的439和440行之间增加\setcounter{page}{1}\setcounter{pseudopage}{1}

如果Mac上安装了Microsoft Word,可将uestc-thesis.cls中的代码

  • 需要更多层级的目录: Issue 25
  • 英文封面专业名称不需要双行(减少下划线): Issue 42
  • 学院名称单行不够,需要多行: Issue 31
  • 删除空白页:请使用Adobe Acrobat等PDF软件直接删除页面。模板中的空白页为了打印而准备,电子版提交时请删除。
  • 注释符号表:在完成main.tex中的注释后,请修改cls文件,将第27行取消注释,并将第28行注释(避免glossaries的自动编译导致的问题)
  • Slides模板位于 ./slides 目录下,使用时直接参照slides中内容进行修改即可,编译链为xelate->bibtex->xelatex*2
  • 改模板源自overleaf,可直接在overleaf中使用

UDC

  • 2022.3.17:修正英文封面中学号和姓名顺序错误的问题(对调)
  • 2022.3.17:修正“答辩委员会主席”后下划线长度不足的问题

UDC

  • 2022.3.18:修正页眉下划线宽度为0.75磅,修正专硕英文封面学号和姓名顺序
  • 2022.3.27: 章节编号加粗(目录不加粗),目前版本完整适配20220224新标准
  • 2022.4.16: 增加主要符号表,修订缩略词表各栏宽度
  • 2022.5.30: 增加合作导师设置,修正“指导老师”为“指导教师”;默认展示PDF修订为专硕版本
  • 2022.6.30:新增了答辩slides的beamer模板
  • 2023.3.01: bug修复,更新README

建立了QQ群便于讨论和改进模板:

QQ Group

Contributors 4

Gallery — Universiti Teknologi Malaysia

Gallery Items tagged Universiti Teknologi Malaysia

Show all Gallery Items

Universiti Teknologi Malaysia Thesis Template

Related Tags

Have you checked our knowledge base ?

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

IMAGES

  1. UTM Thesis Template

    utm thesis latex template

  2. best thesis latex template

    utm thesis latex template

  3. Beginner’s Guide to Using UTM Thesis LaTex Template

    utm thesis latex template

  4. Basic Latex Template

    utm thesis latex template

  5. LaTeX-template/BIT-Thesis使用指南v1.1.pdf at master · BIT-thesis/LaTeX

    utm thesis latex template

  6. GitHub

    utm thesis latex template

VIDEO

  1. Math Equations in LATEX|SowmyaSuku's Notions

  2. L06: Using the Stellenbosch thesis LaTeX template in Overleaf

  3. Sample Thesis in LaTeX (UMS)

  4. Latex Thesis Report Template (BracU)

  5. How to write thesis in LaTeX P1

  6. Introduction for writing a Thesis documents using LaTeX *Full Tutorial*

COMMENTS

  1. Thesis Formatting 2023

    Students can obtain the Adobe Photoshop software from your faculty's computer lab or from Adobe's official website to download the *.psd file. THESIS FORMATTING THESIS MANUAL / FORMS / THESIS TEMPLATE FORM THESIS TEMPLATE Thesis Manual (2023) - (updated on 18/10/2023) Thesis Template (English Ver ...

  2. Universiti Teknologi Malaysia Thesis Template

    UTMthesis.cls v6.4 (2021/05/02) conforms with the 2018 UTM thesis manual. ... You do not need to know deep on LaTeX \cite{latex:wikibook} to use this LyX template. \section{Definition of thesis } A \emph{Thesis} (generic term, see also Figure~\ref{fig1}) is a documented evidence of defined scope and length that a candidate is \begin{itemize ...

  3. PDF THESIS

    3.3.1 Thesis Title. The thesis title must adhere to the following guidelines: • The title should be a clear and concise description of the focus and contribution of the research. It should not contain more than 15 words and excludes grammatical words such as articles, conjunction and prepositions.

  4. GitHub

    Description. The utmthesis project provides and maintains a LaTeX class, BibTeX styles (for both authordate and number citation styles) as well as a LyX layout to typeset your thesis according to the Universiti Teknologi Malaysia (UTM) thesis formatting rules. It is currently the most time saving and efficient way to write a UTM compliant thesis.

  5. Introduction to LaTeX/MikTeX and UTM Thesis Class / Template

    This video gives a brief introduction to LaTeX/MikTeX and how to use it with UTM thesis class (template).The japanese yen symbol in the text is backslash "\"...

  6. Templates

    Skudai is a Beamer theme styled after Universiti Teknologi Malaysia's (UTM) Powerpoint theme. UTM is located in Skudai, in the southern state of Johor, Malaysia. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.

  7. UTM Thesis Manual BSc / MSc / PhD

    UTM Thesis Manual (update on 07/08/2019) Thesis Manual (2018) - (update on 07/08/2019) Template Thesis (Ms Word) - (update on 30/06/2019) Template Thesis (M ... Ajune Wanis Ismail. PhD in Computer Graphics | Augmented Reality Technology. ... Template Thesis Latex ...

  8. PDF Writing UTM Thesis Using UTMthesis version-X

    Experimental UTM thesis template version X (vX) Always check for the endorsed version in GitHub for the latest fixes At the same time, as the main developer for the UTMthesis LaTeX/LyX template, ... Due to LaTeX problem, the filled Cooperation form would have the filled-up text

  9. LaTeX Guide

    LaTeX is a type-setting software that is ideal for writing scientific documents and journals. Here are some resources that might be helpful. Videos: Introduction to LaTeX/MikTeX and UTM Thesis Class/Template; Document class & Packages; Adding figures, tables and citations; My slides: 20160829 Introduction to LaTex; Useful pages/software:

  10. Beginner's Guide to Using UTM Thesis LaTex Template

    About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...

  11. UTM Thesis Template Workshop

    To give an insight to PG students on how to format thesis or dissertations using UTM thesis. The UTM thesis template with customized style and easily compati...

  12. 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.

  13. PDF THESIS PREPARATION

    The UTM Thesis Manual is prepared to guide postgraduate students of UTM for the submission of their thesis and dissertation. The guide covers the technical and language aspects related to thesis writing, which includes language to be used, typeface, font size, spacing, pagination, units, chapter format and references style.

  14. LaTeX for UTM Thesis

    If you find UTM Thesis package to be useful, please spread the news! Last but not least, best of luck with your thesis! ... Incorrect spacing in new 2018 latex template. Hi Sin Yee I added the lines into my template but unfortunately, I could not replicate your problem.. unread,

  15. Basic thesis template

    This LaTeX template includes a title page, a declaration, an abstract, acknowledgements, table of contents, list of figures/tables, a dedication, and example chapters and sections. This template was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019. This Thesis LaTeX template is an ideal starting point for ...

  16. Utm Thesis Template Latex

    Utm Thesis Template Latex - Free download as PDF File (.pdf), Text File (.txt) or read online for free. Scribd is the world's largest social reading and publishing site.

  17. MNMarsono: Links

    UTM thesis/dissertation/project report/ report can be typeset in high print-quality using LaTeX. Since not all a fond to typeset using LaTeX, you can also look into LyX front-end that offers a GUI LaTeX typesetting. In my sparetime, I help to mantain the UTM thesis LaTeX template with Dr Yap Yung Szen from the Physics Department.

  18. Download Materials

    How to write abstract: ‌ An abstract summarizes, usually in one paragraph of 300 words or less, the major aspects of the entire thesis in a prescribed sequence that includes: 1) Introduction, the overall purpose of the study and the remaining problem(s) you investigated; 2) the three major stages/phases of the development; 3) major findings or trends found as a result of your analysis; and ...

  19. UESTC-Thesis-Latex-Template

    UESTC Thesis Latex Template 2023. It fully supports the latest format specification in 2023, supports independent symbol table, abbreviation table, and complete and fully customizable Academic/Professional-Master/PhD covers. - tinoryj/UESTC-Thesis-Latex-Template

  20. 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 ...

  21. Gallery

    Skudai is a Beamer theme styled after Universiti Teknologi Malaysia's (UTM) Powerpoint theme. UTM is located in Skudai, in the southern state of Johor, Malaysia. LianTze Lim. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.

  22. UTM Thesis Word Template

    Choose the Options command -> Add-Ins. Choose Templates from Manage drop-down list. Click the Go button. Click the Attach button and select the template you want to attach. Click the Open button. The template is attached to your document. Ensure that the option Äutomatically Update Document Styles"is seleted. Click OK.