notes taking with vimtex
Install texlive
Download it at tsinghua, choose the texlive.iso*
Install perl-tk, for texlive installation
1 | $ sudo apt install perl-tk |
Load the texlive ISO file (do not care the warning)
1 | $ sudo mount -o loop yourtexlive.iso /mnt |
Adding another packages
1 | # adding chinese support |
Installing XeLatex
1 | $ sudo apt install texlive-xetex |
Using chinse in Latex
- CTeX
1 | \documentclass[UTF8]{ctexart} |
when using ctexart documention, recommand add it\usepackage[T1]{fontenc}
, in case symbol can’t be displayed correct
- ctex
1 | \documentclass{article} |
Reference
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment