/csuthesis-2020

Provide csuthesis.cls and corresponding example for writing CSU's thesis. This template provides two `printstyle`: `print` for submisstion offline, `electron` for submission online.

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

csuthesis

Provide csuthesis.cls and corresponding example for writing CSU's thesis. This template provides two printstyle: print for submisstion offline, electron for submission online.

1. How to compile it with TeX live 2020?

​ (1) First, if your manuscript contains some code listed by minted package, you should install pygments package in your Python environment as follows.

pip install pygments

And check using the following code:

pygmentize -L styles

​ (2) Then, just run the following command in your command-line to build document.pdf and bookcover.pdf.

make all

​ (3) In addition, you would like to clean the log file like *.aux, *.log , etc, so you can do like that:

make clean
make clean-pdf

2. Suggestions

Note:

One should run "make bookcover.pdf" before running "make document.pdf".