This repository contains my personal LaTeX note template.
This template is optimized for use with the xelatex compiler and requires the BXjscls package.
The default fonts utilized are BIZUDMincho-Regular and BIZUDGothic-Regular.
It's essential to have these fonts installed before using the template. However, you can easily customize the font settings within the main.tex file to suit your preferences.
To compile the document, execute the following command in your terminal:
makeBy default, the make command operates silently.
However, if you wish to view the output of each command, you can use:
make verboseYou can also use the make clean command to remove the pdf file generated by the make command.
The Makefile assumes that the primary main.tex.
If you want to specify a different file name, you can adjust the TEX_MAIN variable within the Makefile.
Furthermore, the Makefile is designed to handle multiple .tex files that are included or inputted within the main.tex file.