Directory | Description |
---|---|
./figure | Figure embedded in template. |
./latex-template | Template Minimal Working Example (MWE) with examples. |
./script | Program embedded in template. |
In ./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.
No matter which distribution or platform, you need to make sure there is the option "XeLaTeX" available for this template to compile.
- Windows: use MikTeX which not only prepare the executables and also maintain/update various packages.
- Linux: try TeX Live.
- MacTeX: try MacTeX.
- Online: try Overleaf.
If these options does not work, try finding your suitable option on The LaTeX Project.
Note that this template is only tested with MikTeX and are tested with the following commands from belongtothenight/powershell_scripts/process_tex: (XeLaTeX must be used to compile)
process_tex -fn .\main.tex && process_tex -fn .\main2.tex