The Typst template for writting the (under)graduation thesis at Hanoi University of Science and Technology.
Compared with Latex, typst has a more concise grammar, and a more user-friendly tutorial and documentation. In addition to its syntax for supporting user-defined styles, typst has a syntax that is highly similar to markdown, enabling non-template editors to better focus on document writing itself. Moreover, typst has a fast compilation speed, and with vscode typst lsp the function of monitoring and modifying automatic compilation, you can preview the compiled files in real time pdf file.
Another way you can edit and compile your files using Typstudio at here.
You can speed through typst from here
typst Github homepage provides a detailed installation tutorial.
# macOS or Linux using Homebrew
brew install typst
# Arch Linux
pacman -S typst
# for linux and macos
$ make
# for Windows
$ .\make.bat
Please check file thesis.pdf
Modify the files in the contents
directory
This template is released under the Apache License. See the LICENSE file for more details.
If you want to learn how to create another thesis template, please refer to my other repository.
If you want to learn how to create presentation slides, please refer to my other repository.
If you want to learn how to create a scientific poster, please refer to my other repository.
- If you want to learn how to create a poster template, please refer to my other repository.
- If you want to learn how to create presentation slides, please refer to my other repository.
- If you want to learn how to create another thesis template, please refer to my other repository.