install texlive
ubuntu
|
centos
no yum repo to install texlive full
Ref:https://seisman.info/install-texlive-under-linux.html
download texlive2016.iso
official url: http://mirrors.ctan.org/systems/texlive/Images/texlive2016.iso
mount iso
|
print I
update texlive
|
using repo of aliyun# tlmgr update --self --repository http://mirrors.aliyun.com/CTAN/systems/texlive/tlnet/# tlmgr update --all --repository http://mirrors.aliyun.com/CTAN/systems/texlive/tlnet/
add fonts to Linux
copy fonts
directory of windows C:\Windows\Fonts
copy to linux /usr/share/fonts
update fonts
show all fonts fc-list
update cache fc-cache -f -s -v
tips of tex
compiled by xelatex
demo settings of preamble
|
set location
|
using fonts set in preamble
|
Refs:
tips of using PyLaTex
PyLaTex
1.0.0
https://github.com/JelteF/PyLaTeX
NoEscape
|
arguments
|
merge PDF
using pdftk
Ref: http://seisman.info/introduction-to-pdftk.html