Skip to content

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

License

Notifications You must be signed in to change notification settings

CSQ223/csuthesis-2020

Repository files navigation

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".

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages