The codebook repository for team NTNU_import_magic. Furthur tutorial of LaTeX and detailed information is currently WIP.
Special thanks to NCTU_Fox for the template of this codebook.
-
Download and Install 思源黑體
cd ~/Desktop/ wget https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKtc-hinted.zip sudo unzip NotoSansCJKtc-hinted.zip -d /usr/share/fonts/Noto\ Sans\ CJK\ TC/ # Do environment specific installation
-
Arch Linux
sudo pacman -S noto-fonts-cjk
-
-
Download and Install Consolas
cd ~/Desktop/ wget https://github.com/kakkoyun/linux.files/raw/master/fonts/Consolas.ttf # Do environment specific installation
-
Install Fira Code
-
Ubuntu >= 17.04 or Debian >= 9
sudo apt install fonts-firacode
-
Arch Linux
sudo pacman -S ttf-fira-code
-
Mac OS X
brew tap homebrew/cask-fonts brew install --cask font-fira-code
-
-
Ubuntu
sudo apt-get -y install texlive \ texlive-full \ gedit-latex-plugin \ texlive-fonts-recommended \ latex-beamer \ texpower \ texlive-pictures \ texlive-latex-extra \ texpower-examples \ imagemagick -
Arch linux
sudo pacman -S texlive-most texlive-langchinese
-
Insall MacTex & rubber
brew install --cask mactex-no-gui
Simply run make in "codebook" directory and everything will be good to go.
- texmaker
- texshop
- Visual Studio Code Plugin - LaTeX Workshop