Skip to content

NTNU-import-magic/codebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTNU_import_magic's Codebook

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.

Install

  • 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

Linux

  • 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

Mac OS X(x86)

  • Insall MacTex & rubber

    brew install --cask mactex-no-gui

Build

Simply run make in "codebook" directory and everything will be good to go.

Recommended Tools for editing LaTeX

  • texmaker
  • texshop
  • Visual Studio Code Plugin - LaTeX Workshop

About

Our competitive programming contest codebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors