GithubHelp home page GithubHelp logo

hadziq / ntust-thesis Goto Github PK

View Code? Open in Web Editor NEW
29.0 3.0 13.0 7.9 MB

The Graduate Thesis Template in NTUST 國立台灣科技大學的論文 LaTeX 範本

License: Apache License 2.0

TeX 61.34% BlitzBasic 0.05% MATLAB 0.11% PostScript 38.40% Shell 0.10%

ntust-thesis's Introduction

ntust-thesis

ntust-thesis is a LaTeX template for writing Master thesis or Ph.D dissertation in NTUST.

國立台灣科技大學的論文 LaTeX 範本,可以使用次範本來寫碩士或者博士論文。

English Manual

This LaTeX template was made from Yuan Ze University’s thesis template with the following modification:

  1. Provisional watermark
  2. Cover format
  3. Page inclusion containing Professor’s recommendation letter
  4. Deletion on unnecessary pages
  5. Update on the file structures

Among all the files in this template project, the most important parts are inside frontpages and backpages folder. Please classify the thesis’ main structure and content into its related sections’ directory and table of contents. Please put the references (BibTeX) into my_bib.bib.

In order to generate PDF correctly, please execute four steps compilation process (i.e. LaTeX toolchain) as follows.

xelatex + bibtex + xelatex + xelatex

p.s. Please install the latest TeX engine on your computer (e.g. MacTeX for macOS, MiKTeX for Windows OS), and also install Font "標楷體.ttf" in advance.

中文說明

本範本是由元智大學碩博士論文latex範本改編而來,目前主要是修改了以下幾個東西:

  1. 浮水印
  2. 封面格式
  3. 加入教授推薦書頁面
  4. 刪除無用的頁面
  5. 更改檔案結構

在進行論文寫作時,只需改變所有檔名為 my_XXXXXXX.XXX 之文件。 本tex之主結構檔為 my_ntust_thesis.tex。 其中需要修改的東西為在 frontpagesbackpages 之文件。 論文主結構及內容請分類放置於sections目錄中。 references的bibtex檔請放置於目錄第一層之 my_bib.bib

為了生產出正確的檔案,請務必編輯四次,否則目錄及參考資料會亂掉:

xelatex + bibtext + xelatex + xelatex

p.s. 要執行上述命令,煩請確認先更新 MacTeX (macOS) 或 MiKTeX (Windows),還有安裝字體如下:“標楷體.ttf”。

CREDITS to the original author, my senior in CNS Laboratory: Ding-Jie Huang 黃鼎傑 (Website: http://hdj-berkeley.blogspot.tw/2011/03/ntust-thesis-latex-v15-release.html)

ntust-thesis's People

Contributors

hadziq avatar sheiun avatar bochenghuang avatar wazho avatar

Stargazers

Ivon Huang avatar gangan avatar ZHANG, HENG-HAO avatar Hsiang-Jen Li avatar XIAO, YU-YI avatar  avatar  avatar  avatar x213212 avatar Steven Meow avatar  avatar Min-Yan,Cai avatar iam.saranachon avatar Heaven avatar Jerry Y. Chen avatar Akizya avatar  avatar Iwan Setiawan avatar Arren Matthew C. Antioquia avatar aesophor avatar  avatar  avatar William Luo avatar  avatar  avatar Tzu Han Li avatar Christin Panjaitan avatar Eason Kang avatar Riyanto Jayadi avatar

Watchers

James Cloos avatar  avatar  avatar

ntust-thesis's Issues

cannot create labels to subfigures

hi Hadziq,

Thank you and the original author to provide such a convenient template for the NTUST thesis. It lifts a huge burden from the drafting.

I am currently using this template with Overleaf with little issue. However, I cannot have labels for the subfigures and refer to them. An example follows

\begin{figure}[h]
\centering
    % \subfigure[]
    \begin{subfigure}[b]{0.5\textwidth}
        \centering
        \includegraphics[width=\textwidth]{English Version/figures/7a.png}
        \label{fig:rbcep_org}  % <-- here error
    \end{subfigure}
    % \subfigure[]
    \begin{subfigure}[b]{0.35\textwidth}
        \centering
        \includegraphics[width=\textwidth]{English Version/figures/7b.png}
        \label{fig:rbcep_crp}  % <-- here error
    \end{subfigure}
% \vspace{-5pt}
\caption{some caption}
\label{fig:train_img}
\end{figure}

the error message:

Package caption Warning: \label without proper reference on input line ...

and when it is referred to with \ref{fig:rbcep_crp}, it returns [??] and with error message

I've found that this only happens with ntust_report document class. When using overleaf's article document class, it works fine.

Could you give some suggestions or support? Thank you again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.