Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cycu-aiot-system-lab/cycu-latex-template
This is a LaTeX template modified from the original version released by CYCU, with many adjustments to present the thesis's content in various forms.
https://github.com/cycu-aiot-system-lab/cycu-latex-template
cycu latex
Last synced: 3 months ago
JSON representation
This is a LaTeX template modified from the original version released by CYCU, with many adjustments to present the thesis's content in various forms.
- Host: GitHub
- URL: https://github.com/cycu-aiot-system-lab/cycu-latex-template
- Owner: CYCU-AIoT-System-Lab
- License: apache-2.0
- Created: 2024-09-02T11:25:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T05:17:25.000Z (4 months ago)
- Last Synced: 2024-10-10T04:02:48.335Z (3 months ago)
- Topics: cycu, latex
- Language: TeX
- Homepage:
- Size: 3.01 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CYCU-LaTeX-Template
## Description
| Directory | Description |
| --------- | ----------- |
| [./figure](./figure) | Figure embedded in template. |
| [./latex-template](./latex-template) | Template Minimal Working Example (MWE) with examples. |
| [./script](./script) | Program embedded in template. |## Entry Point
In [./latex-template](./latex-template), the main PDF file `main.pdf` is created with the main entry point `main.tex`. In order to add book spine on the cover page, the second entry point `main2.tex` is used to generate `main2.pdf`. However, the `main2.pdf` does not have any of the hyperlink originally presented in `main.pdf` with this approach.
## Environment and Compilation
No matter which distribution or platform, you need to make sure there is the option "XeLaTeX" available for this template to compile.
1. **Windows**: use [MikTeX](https://miktex.org/) which not only prepare the executables and also maintain/update various packages.
2. **Linux**: try [TeX Live](https://www.tug.org/texlive/).
3. **MacTeX**: try [MacTeX](https://www.tug.org/mactex/mainpage2024.html).
4. **Online**: try [Overleaf](https://www.overleaf.com/).If these options does not work, try finding your suitable option on [The LaTeX Project](https://www.latex-project.org/get/).
Note that this template is only tested with **MikTeX** and are tested with the following commands from [belongtothenight/powershell_scripts/process_tex](https://github.com/belongtothenight/powershell_scripts/tree/main/process_tex): (XeLaTeX must be used to compile)
```
process_tex -fn .\main.tex && process_tex -fn .\main2.tex
```