gavinwangxin / CUHK-Thesis-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUHK Thesis Template

Usage

Since we need to process Chinese characters, please use LuaTex to compile the document.

lualatex main && biber main && lualatex main && lualatex main

or

# make sure that 'compile' has the execution permission (chmod +x compile)
./compile

Font

If missing font issues happen during the whole project compilation, please manually check whether the font 'STFangsong' is installed. If you are using MacOS, the font should be found within '/Library/Fonts/'. If not, please install it manually.

export OSFONTDIR="$HOME/FontExplorer X/Font Library//"
luaotfload-tool --update
luaotfload-tool --find="STFangsong"

Debug

If file not found issue happens during the biber compliation, you may have to delete the relevant cache files.

rm -rf `biber --cache`

License

MIT License.

About


Languages

Language:TeX 98.9%Language:Shell 1.1%