- Notifications
You must be signed in to change notification settings - Fork0
A LaTeX template (unofficial) for doctoral dissertation or master's thesis of Kyutech
License
NotificationsYou must be signed in to change notification settings
ravijo/kyutech-thesis-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A LaTeX template (unofficial) for doctoral dissertation or master's thesis of Kyutech.
Note: This template has been taken fromnaist-thesis-tmpl-en.
- Make sure to haveTeX Live v2020 or higher. Older versions may show issues while dealing with bibliography.
- Linux Platform: Please invoke shell script
sh compile.sh
from the terminal. - Windows Platform: Just double click on
compile.bat
file. - Manual Compilation: Make sure to follow the sequence of commands mentioned below to compile the file-
1. pdflatex thesis.tex2. biber thesis3. pdflatex thesis.tex4. pdflatex thesis.tex
Please checkhere and create issues accordingly.